Shades of Indigo #5E088E
Tints of Indigo #5E088E
RGB
CMYK
RGB Variations
Color information
#5E088E (or 0x5E088E) is known color: Indigo. HEX triplet: 5E, 08 and 8E. RGB value is (94,8,142). Sum of RGB (Red+Green+Blue) = 94+8+142=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E088E is #A1F771. Grayscale: #303030. Windows color (decimal): -10614642 or 9308254. OLE color: 9308254.
HSL color Cylindrical-coordinate representation of color #5E088E: hue angle of 278.51º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E088E is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 8 | 142 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.44 |
| HSL | 278.51º | 0.89% | 0.29% | - |
| HSV(B) | 278.51º | 0.94% | 0.56% | - |
| XYZ | 9.59 | 4.51 | 25.96 | - |
| YUV | 48.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 142 | 0.34 | 0.94 | 0 | 0.44 | 278.51 | 0.89 | 0.29 |
| Hex | 5E | 8 | 8E | 22 | 5E | 0 | 2C | 117 | 59 | 1D |
| Octal | 136 | 10 | 216 | 42 | 136 | 0 | 54 | 427 | 131 | 35 |
| Binary | 1011110 | 1000 | 10001110 | 100010 | 1011110 | 0 | 101100 | 100010111 | 1011001 | 11101 |
Color Harmonies of #5E088E
Complementary color
Monochromatic Colors of #5E088E
Black with #5E088E
Text Example
Text Example
White with #5E088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E088E; }
p { color: rgb(94,8,142); }
H1.HeaderClassName
{
color: #5E088E;
}
.AnyTagClassName
{
color: #5E088E;
}
</style>
background-color css
<style>
a { background-color: #5E088E; }
a { background-color: rgb(94,8,142); }
div.DivClassName
{
background-color: #5E088E;
}
.BgClassName
{
background-color: #5E088E;
}
</style>
border-color css
<style>
span { border-color: #5E088E; }
span { border-color: rgb(94,8,142); }
td.TdClassName
{
border-color: #5E088E;
}
.TagClassName
{
border-color: #5E088E;
}
</style>