Shades of Electric Indigo #5E09EC
Tints of Electric Indigo #5E09EC
RGB
CMYK
RGB Variations
Color information
#5E09EC (or 0x5E09EC) is known color: Electric Indigo. HEX triplet: 5E, 09 and EC. RGB value is (94,9,236). Sum of RGB (Red+Green+Blue) = 94+9+236=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E09EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E09EC is #A1F613. Grayscale: #3B3B3B. Windows color (decimal): -10614292 or 15468894. OLE color: 15468894.
HSL color Cylindrical-coordinate representation of color #5E09EC: hue angle of 262.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E09EC is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 9 | 236 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.07 |
| HSL | 262.47º | 0.93% | 0.48% | - |
| HSV(B) | 262.47º | 0.96% | 0.93% | - |
| XYZ | 19.85 | 8.63 | 79.98 | - |
| YUV | 60.29 | 227.16 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 236 | 0.60 | 0.96 | 0 | 0.07 | 262.47 | 0.93 | 0.48 |
| Hex | 5E | 9 | EC | 3C | 60 | 0 | 7 | 106 | 5D | 30 |
| Octal | 136 | 11 | 354 | 74 | 140 | 0 | 7 | 406 | 135 | 60 |
| Binary | 1011110 | 1001 | 11101100 | 111100 | 1100000 | 0 | 111 | 100000110 | 1011101 | 110000 |
Color Harmonies of #5E09EC
Complementary color
Monochromatic Colors of #5E09EC
Black with #5E09EC
Text Example
Text Example
White with #5E09EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E09EC; }
p { color: rgb(94,9,236); }
H1.HeaderClassName
{
color: #5E09EC;
}
.AnyTagClassName
{
color: #5E09EC;
}
</style>
background-color css
<style>
a { background-color: #5E09EC; }
a { background-color: rgb(94,9,236); }
div.DivClassName
{
background-color: #5E09EC;
}
.BgClassName
{
background-color: #5E09EC;
}
</style>
border-color css
<style>
span { border-color: #5E09EC; }
span { border-color: rgb(94,9,236); }
td.TdClassName
{
border-color: #5E09EC;
}
.TagClassName
{
border-color: #5E09EC;
}
</style>