#3A1D49
A dark, moderate purple closely aligning with Darkslateblue.
About #3A1D49
The hex code #3A1D49 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(58, 29, 73).
Translating this color to physical media requires the CMYK color model. The color uses 21% Cyan, 60% Magenta, 0% Yellow, and 71% Black. With a hue angle of 279.5 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#3A1D49
RGB58, 29, 73
HSL279.5°, 43.1%, 20.0%
CMYK21%, 60%, 0%, 71%
HSV279.5°, 60.3%, 28.6%
LAB16.8, 23.2, -21.9
XYZ3.4, 2.3, 6.6
Decimal3808585
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.46:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.82:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1D49;
}
.text-color {
color: #3A1D49;
}
.border-color {
border: 2px solid #3A1D49;
}