Shades of Indigo #5E086C
Tints of Indigo #5E086C
RGB
CMYK
RGB Variations
Color information
#5E086C (or 0x5E086C) is known color: Indigo. HEX triplet: 5E, 08 and 6C. RGB value is (94,8,108). Sum of RGB (Red+Green+Blue) = 94+8+108=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E086C is #A1F793. Grayscale: #2C2C2C. Windows color (decimal): -10614676 or 7080030. OLE color: 7080030.
HSL color Cylindrical-coordinate representation of color #5E086C: hue angle of 291.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E086C is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 8 | 108 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.58 |
| HSL | 291.6º | 0.86% | 0.23% | - |
| HSV(B) | 291.6º | 0.93% | 0.42% | - |
| XYZ | 7.41 | 3.64 | 14.5 | - |
| YUV | 45.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 108 | 0.13 | 0.93 | 0 | 0.58 | 291.6 | 0.86 | 0.23 |
| Hex | 5E | 8 | 6C | D | 5D | 0 | 3A | 124 | 56 | 17 |
| Octal | 136 | 10 | 154 | 15 | 135 | 0 | 72 | 444 | 126 | 27 |
| Binary | 1011110 | 1000 | 1101100 | 1101 | 1011101 | 0 | 111010 | 100100100 | 1010110 | 10111 |
Color Harmonies of #5E086C
Complementary color
Monochromatic Colors of #5E086C
Black with #5E086C
Text Example
Text Example
White with #5E086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E086C; }
p { color: rgb(94,8,108); }
H1.HeaderClassName
{
color: #5E086C;
}
.AnyTagClassName
{
color: #5E086C;
}
</style>
background-color css
<style>
a { background-color: #5E086C; }
a { background-color: rgb(94,8,108); }
div.DivClassName
{
background-color: #5E086C;
}
.BgClassName
{
background-color: #5E086C;
}
</style>
border-color css
<style>
span { border-color: #5E086C; }
span { border-color: rgb(94,8,108); }
td.TdClassName
{
border-color: #5E086C;
}
.TagClassName
{
border-color: #5E086C;
}
</style>