#330075
A dark, vivid purple closely aligning with Indigo.
About #330075
When working with digital screens, the color #330075 is rendered by mixing light. Designers often compare it to the standard color Indigo. This translates to an RGB value of rgb(51, 0, 117).
Translating this color to physical media requires the CMYK color model. The color uses 56% Cyan, 100% Magenta, 0% Yellow, and 54% Black. With a hue angle of 266.2 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330075
RGB51, 0, 117
HSL266.2°, 100.0%, 22.9%
CMYK56%, 100%, 0%, 54%
HSV266.2°, 100.0%, 45.9%
LAB15.4, 46.4, -53.5
XYZ4.6, 2.0, 17.0
Decimal3342453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.03:1
Text on #FFFFFF
AAA
1.40:1
Text on #000000
FAIL
14.36:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330075;
}
.text-color {
color: #330075;
}
.border-color {
border: 2px solid #330075;
}