#420F83
A dark, vivid purple closely aligning with Indigo.
About #420F83
At its core, #420F83 is a dark and vivid hue. It is closely associated with the named CSS color Indigo. This translates to an RGB value of rgb(66, 15, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 50% cyan, 89% magenta, 0% yellow, and 49% black. With a hue angle of 266.4 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#420F83
RGB66, 15, 131
HSL266.4°, 79.5%, 28.6%
CMYK50%, 89%, 0%, 49%
HSV266.4°, 88.5%, 51.4%
LAB20.6, 46.9, -53.8
XYZ6.5, 3.1, 21.7
Decimal4329347
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.90:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.33:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420F83;
}
.text-color {
color: #420F83;
}
.border-color {
border: 2px solid #420F83;
}