Shades of Electric Indigo #5E08E9
Tints of Electric Indigo #5E08E9
RGB
CMYK
RGB Variations
Color information
#5E08E9 (or 0x5E08E9) is known color: Electric Indigo. HEX triplet: 5E, 08 and E9. RGB value is (94,8,233). Sum of RGB (Red+Green+Blue) = 94+8+233=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 233 (91.41% from 255 or 69.55% from 335); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E08E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E08E9 is #A1F716. Grayscale: #3A3A3A. Windows color (decimal): -10614551 or 15272030. OLE color: 15272030.
HSL color Cylindrical-coordinate representation of color #5E08E9: hue angle of 262.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E08E9 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 8 | 233 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.09 |
| HSL | 262.93º | 0.93% | 0.47% | - |
| HSV(B) | 262.93º | 0.97% | 0.91% | - |
| XYZ | 19.41 | 8.44 | 77.7 | - |
| YUV | 59.36 | 225.99 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 233 | 0.60 | 0.97 | 0 | 0.09 | 262.93 | 0.93 | 0.47 |
| Hex | 5E | 8 | E9 | 3C | 61 | 0 | 9 | 107 | 5D | 2F |
| Octal | 136 | 10 | 351 | 74 | 141 | 0 | 11 | 407 | 135 | 57 |
| Binary | 1011110 | 1000 | 11101001 | 111100 | 1100001 | 0 | 1001 | 100000111 | 1011101 | 101111 |
Color Harmonies of #5E08E9
Complementary color
Monochromatic Colors of #5E08E9
Black with #5E08E9
Text Example
Text Example
White with #5E08E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E08E9; }
p { color: rgb(94,8,233); }
H1.HeaderClassName
{
color: #5E08E9;
}
.AnyTagClassName
{
color: #5E08E9;
}
</style>
background-color css
<style>
a { background-color: #5E08E9; }
a { background-color: rgb(94,8,233); }
div.DivClassName
{
background-color: #5E08E9;
}
.BgClassName
{
background-color: #5E08E9;
}
</style>
border-color css
<style>
span { border-color: #5E08E9; }
span { border-color: rgb(94,8,233); }
td.TdClassName
{
border-color: #5E08E9;
}
.TagClassName
{
border-color: #5E08E9;
}
</style>