#4106B1
A dark, vivid purple closely aligning with Darkblue.
About #4106B1
At its core, #4106B1 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 65 red, 6 green, and 177 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 63% cyan, 97% magenta, 0% yellow, and 31% black. With a hue angle of 260.7 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4106B1
RGB65, 6, 177
HSL260.7°, 93.4%, 35.9%
CMYK63%, 97%, 0%, 31%
HSV260.7°, 96.6%, 69.4%
LAB25.0, 60.6, -74.7
XYZ10.2, 4.4, 41.9
Decimal4261553
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.14:1
Text on #FFFFFF
AAA
1.89:1
Text on #000000
FAIL
10.64:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4106B1;
}
.text-color {
color: #4106B1;
}
.border-color {
border: 2px solid #4106B1;
}