#491D5F
A dark, moderate purple closely aligning with Darkslateblue.
About #491D5F
When working with digital screens, the color #491D5F is rendered by mixing light. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(73, 29, 95).
Translating this color to physical media requires the CMYK color model. The color uses 23% Cyan, 69% Magenta, 0% Yellow, and 63% Black. The HSL representation is 280.0° hue, 53.2% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#491D5F
RGB73, 29, 95
HSL280.0°, 53.2%, 24.3%
CMYK23%, 69%, 0%, 63%
HSV280.0°, 69.5%, 37.3%
LAB20.5, 33.0, -30.6
XYZ5.3, 3.1, 11.2
Decimal4791647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.93:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.36:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #491D5F;
}
.text-color {
color: #491D5F;
}
.border-color {
border: 2px solid #491D5F;
}