Shades of Electric Indigo #5E08E7
Tints of Electric Indigo #5E08E7
RGB
CMYK
RGB Variations
Color information
#5E08E7 (or 0x5E08E7) is known color: Electric Indigo. HEX triplet: 5E, 08 and E7. RGB value is (94,8,231). Sum of RGB (Red+Green+Blue) = 94+8+231=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 231 (90.62% from 255 or 69.37% from 333); Max value from RGB is 231 - color contains mainly: blue. Hex color #5E08E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E08E7 is #A1F718. Grayscale: #3A3A3A. Windows color (decimal): -10614553 or 15140958. OLE color: 15140958.
HSL color Cylindrical-coordinate representation of color #5E08E7: hue angle of 263.14º 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 #5E08E7 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 8 | 231 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.09 |
| HSL | 263.14º | 0.93% | 0.47% | - |
| HSV(B) | 263.14º | 0.97% | 0.91% | - |
| XYZ | 19.13 | 8.32 | 76.2 | - |
| YUV | 59.14 | 224.99 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 231 | 0.59 | 0.97 | 0 | 0.09 | 263.14 | 0.93 | 0.47 |
| Hex | 5E | 8 | E7 | 3B | 61 | 0 | 9 | 107 | 5D | 2F |
| Octal | 136 | 10 | 347 | 73 | 141 | 0 | 11 | 407 | 135 | 57 |
| Binary | 1011110 | 1000 | 11100111 | 111011 | 1100001 | 0 | 1001 | 100000111 | 1011101 | 101111 |
Color Harmonies of #5E08E7
Complementary color
Monochromatic Colors of #5E08E7
Black with #5E08E7
Text Example
Text Example
White with #5E08E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E08E7; }
p { color: rgb(94,8,231); }
H1.HeaderClassName
{
color: #5E08E7;
}
.AnyTagClassName
{
color: #5E08E7;
}
</style>
background-color css
<style>
a { background-color: #5E08E7; }
a { background-color: rgb(94,8,231); }
div.DivClassName
{
background-color: #5E08E7;
}
.BgClassName
{
background-color: #5E08E7;
}
</style>
border-color css
<style>
span { border-color: #5E08E7; }
span { border-color: rgb(94,8,231); }
td.TdClassName
{
border-color: #5E08E7;
}
.TagClassName
{
border-color: #5E08E7;
}
</style>