Shades of Electric Indigo #5E05ED
Tints of Electric Indigo #5E05ED
RGB
CMYK
RGB Variations
Color information
#5E05ED (or 0x5E05ED) is known color: Electric Indigo. HEX triplet: 5E, 05 and ED. RGB value is (94,5,237). Sum of RGB (Red+Green+Blue) = 94+5+237=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E05ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E05ED is #A1FA12. Grayscale: #393939. Windows color (decimal): -10615315 or 15533406. OLE color: 15533406.
HSL color Cylindrical-coordinate representation of color #5E05ED: hue angle of 263.02º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E05ED is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 5 | 237 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.07 |
| HSL | 263.02º | 0.96% | 0.47% | - |
| HSV(B) | 263.02º | 0.98% | 0.93% | - |
| XYZ | 19.96 | 8.6 | 80.73 | - |
| YUV | 58.06 | 228.99 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 237 | 0.60 | 0.98 | 0 | 0.07 | 263.02 | 0.96 | 0.47 |
| Hex | 5E | 5 | ED | 3C | 62 | 0 | 7 | 107 | 60 | 2F |
| Octal | 136 | 5 | 355 | 74 | 142 | 0 | 7 | 407 | 140 | 57 |
| Binary | 1011110 | 101 | 11101101 | 111100 | 1100010 | 0 | 111 | 100000111 | 1100000 | 101111 |
Color Harmonies of #5E05ED
Complementary color
Monochromatic Colors of #5E05ED
Black with #5E05ED
Text Example
Text Example
White with #5E05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E05ED; }
p { color: rgb(94,5,237); }
H1.HeaderClassName
{
color: #5E05ED;
}
.AnyTagClassName
{
color: #5E05ED;
}
</style>
background-color css
<style>
a { background-color: #5E05ED; }
a { background-color: rgb(94,5,237); }
div.DivClassName
{
background-color: #5E05ED;
}
.BgClassName
{
background-color: #5E05ED;
}
</style>
border-color css
<style>
span { border-color: #5E05ED; }
span { border-color: rgb(94,5,237); }
td.TdClassName
{
border-color: #5E05ED;
}
.TagClassName
{
border-color: #5E05ED;
}
</style>