Shades of Indigo #5E0871
Tints of Indigo #5E0871
RGB
CMYK
RGB Variations
Color information
#5E0871 (or 0x5E0871) is known color: Indigo. HEX triplet: 5E, 08 and 71. RGB value is (94,8,113). Sum of RGB (Red+Green+Blue) = 94+8+113=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E0871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0871 is #A1F78E. Grayscale: #2D2D2D. Windows color (decimal): -10614671 or 7407710. OLE color: 7407710.
HSL color Cylindrical-coordinate representation of color #5E0871: hue angle of 289.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0871 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 8 | 113 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.56 |
| HSL | 289.14º | 0.87% | 0.24% | - |
| HSV(B) | 289.14º | 0.93% | 0.44% | - |
| XYZ | 7.68 | 3.75 | 15.94 | - |
| YUV | 45.68 | 165.99 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 113 | 0.17 | 0.93 | 0 | 0.56 | 289.14 | 0.87 | 0.24 |
| Hex | 5E | 8 | 71 | 11 | 5D | 0 | 38 | 121 | 57 | 18 |
| Octal | 136 | 10 | 161 | 21 | 135 | 0 | 70 | 441 | 127 | 30 |
| Binary | 1011110 | 1000 | 1110001 | 10001 | 1011101 | 0 | 111000 | 100100001 | 1010111 | 11000 |
Color Harmonies of #5E0871
Complementary color
Monochromatic Colors of #5E0871
Black with #5E0871
Text Example
Text Example
White with #5E0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0871; }
p { color: rgb(94,8,113); }
H1.HeaderClassName
{
color: #5E0871;
}
.AnyTagClassName
{
color: #5E0871;
}
</style>
background-color css
<style>
a { background-color: #5E0871; }
a { background-color: rgb(94,8,113); }
div.DivClassName
{
background-color: #5E0871;
}
.BgClassName
{
background-color: #5E0871;
}
</style>
border-color css
<style>
span { border-color: #5E0871; }
span { border-color: rgb(94,8,113); }
td.TdClassName
{
border-color: #5E0871;
}
.TagClassName
{
border-color: #5E0871;
}
</style>