Shades of Indigo #5E0D71
Tints of Indigo #5E0D71
RGB
CMYK
RGB Variations
Color information
#5E0D71 (or 0x5E0D71) is known color: Indigo. HEX triplet: 5E, 0D and 71. RGB value is (94,13,113). Sum of RGB (Red+Green+Blue) = 94+13+113=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E0D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0D71 is #A1F28E. Grayscale: #303030. Windows color (decimal): -10613391 or 7408990. OLE color: 7408990.
HSL color Cylindrical-coordinate representation of color #5E0D71: hue angle of 288.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E0D71 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 13 | 113 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.56 |
| HSL | 288.6º | 0.79% | 0.25% | - |
| HSV(B) | 288.6º | 0.88% | 0.44% | - |
| XYZ | 7.74 | 3.86 | 15.96 | - |
| YUV | 48.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 113 | 0.17 | 0.88 | 0 | 0.56 | 288.6 | 0.79 | 0.25 |
| Hex | 5E | D | 71 | 11 | 58 | 0 | 38 | 121 | 4F | 19 |
| Octal | 136 | 15 | 161 | 21 | 130 | 0 | 70 | 441 | 117 | 31 |
| Binary | 1011110 | 1101 | 1110001 | 10001 | 1011000 | 0 | 111000 | 100100001 | 1001111 | 11001 |
Color Harmonies of #5E0D71
Complementary color
Monochromatic Colors of #5E0D71
Black with #5E0D71
Text Example
Text Example
White with #5E0D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D71; }
p { color: rgb(94,13,113); }
H1.HeaderClassName
{
color: #5E0D71;
}
.AnyTagClassName
{
color: #5E0D71;
}
</style>
background-color css
<style>
a { background-color: #5E0D71; }
a { background-color: rgb(94,13,113); }
div.DivClassName
{
background-color: #5E0D71;
}
.BgClassName
{
background-color: #5E0D71;
}
</style>
border-color css
<style>
span { border-color: #5E0D71; }
span { border-color: rgb(94,13,113); }
td.TdClassName
{
border-color: #5E0D71;
}
.TagClassName
{
border-color: #5E0D71;
}
</style>