#4900A0
A dark, vivid purple closely aligning with Darkblue.
About #4900A0
The hex code #4900A0 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 73 red, 0 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 54% cyan, 100% magenta, 0% yellow, and 37% black. With a hue angle of 267.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#4900A0
RGB73, 0, 160
HSL267.4°, 100.0%, 31.4%
CMYK54%, 100%, 0%, 37%
HSV267.4°, 100.0%, 62.7%
LAB23.5, 58.3, -66.9
XYZ9.1, 4.0, 33.5
Decimal4784288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.73:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.21:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4900A0;
}
.text-color {
color: #4900A0;
}
.border-color {
border: 2px solid #4900A0;
}