#42076D
A dark, vivid purple closely aligning with Indigo.
About #42076D
Visually, #42076D is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(66, 7, 109).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 39% cyan and 94% magenta inks. With a hue angle of 274.7 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42076D
RGB66, 7, 109
HSL274.7°, 87.9%, 22.7%
CMYK39%, 94%, 0%, 57%
HSV274.7°, 93.6%, 42.7%
LAB17.5, 43.9, -44.7
XYZ5.1, 2.4, 14.7
Decimal4327277
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.16:1
Text on #FFFFFF
AAA
1.48:1
Text on #000000
FAIL
13.54:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #42076D;
}
.text-color {
color: #42076D;
}
.border-color {
border: 2px solid #42076D;
}