#490092
A dark, vivid purple closely aligning with Indigo.
About #490092
At its core, #490092 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Indigo. In the RGB color space, it consists of 73 red, 0 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 100% Magenta, 0% Yellow, and 43% Black. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#490092
RGB73, 0, 146
HSL270.0°, 100.0%, 28.6%
CMYK50%, 100%, 0%, 43%
HSV270.0°, 100.0%, 57.3%
LAB21.9, 55.1, -61.0
XYZ7.9, 3.5, 27.4
Decimal4784274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.36:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.82:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490092;
}
.text-color {
color: #490092;
}
.border-color {
border: 2px solid #490092;
}