#3A1683
A dark, vivid purple closely aligning with Indigo.
About #3A1683
When working with digital screens, the color #3A1683 is rendered by mixing light. Its closest recognized web color is Indigo. In the RGB color space, it consists of 58 red, 22 green, and 131 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 56% Cyan, 83% Magenta, 0% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
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#3A1683
RGB58, 22, 131
HSL259.8°, 71.2%, 30.0%
CMYK56%, 83%, 0%, 49%
HSV259.8°, 83.2%, 51.4%
LAB20.5, 43.2, -54.0
XYZ6.1, 3.1, 21.8
Decimal3806851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.94:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.37:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1683;
}
.text-color {
color: #3A1683;
}
.border-color {
border: 2px solid #3A1683;
}