#3A007C
A dark, vivid purple closely aligning with Indigo.
About #3A007C
The hex code #3A007C represents a beautifully specific shade of purple. Its closest recognized web color is Indigo. In the RGB color space, it consists of 58 red, 0 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 53% cyan and 100% magenta inks. With a hue angle of 268.1 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A007C
RGB58, 0, 124
HSL268.1°, 100.0%, 24.3%
CMYK53%, 100%, 0%, 51%
HSV268.1°, 100.0%, 48.6%
LAB17.2, 48.7, -54.9
XYZ5.4, 2.4, 19.2
Decimal3801212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.28:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.65:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A007C;
}
.text-color {
color: #3A007C;
}
.border-color {
border: 2px solid #3A007C;
}