Shades of Electric Indigo #5E02EA
Tints of Electric Indigo #5E02EA
RGB
CMYK
RGB Variations
Color information
#5E02EA (or 0x5E02EA) is known color: Electric Indigo. HEX triplet: 5E, 02 and EA. RGB value is (94,2,234). Sum of RGB (Red+Green+Blue) = 94+2+234=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E02EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E02EA is #A1FD15. Grayscale: #373737. Windows color (decimal): -10616086 or 15336030. OLE color: 15336030.
HSL color Cylindrical-coordinate representation of color #5E02EA: hue angle of 263.79º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02EA is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 2 | 234 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.08 |
| HSL | 263.79º | 0.98% | 0.46% | - |
| HSV(B) | 263.79º | 0.99% | 0.92% | - |
| XYZ | 19.49 | 8.36 | 78.43 | - |
| YUV | 55.96 | 228.48 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 234 | 0.60 | 0.99 | 0 | 0.08 | 263.79 | 0.98 | 0.46 |
| Hex | 5E | 2 | EA | 3C | 63 | 0 | 8 | 108 | 62 | 2E |
| Octal | 136 | 2 | 352 | 74 | 143 | 0 | 10 | 410 | 142 | 56 |
| Binary | 1011110 | 10 | 11101010 | 111100 | 1100011 | 0 | 1000 | 100001000 | 1100010 | 101110 |
Color Harmonies of #5E02EA
Complementary color
Monochromatic Colors of #5E02EA
Black with #5E02EA
Text Example
Text Example
White with #5E02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E02EA; }
p { color: rgb(94,2,234); }
H1.HeaderClassName
{
color: #5E02EA;
}
.AnyTagClassName
{
color: #5E02EA;
}
</style>
background-color css
<style>
a { background-color: #5E02EA; }
a { background-color: rgb(94,2,234); }
div.DivClassName
{
background-color: #5E02EA;
}
.BgClassName
{
background-color: #5E02EA;
}
</style>
border-color css
<style>
span { border-color: #5E02EA; }
span { border-color: rgb(94,2,234); }
td.TdClassName
{
border-color: #5E02EA;
}
.TagClassName
{
border-color: #5E02EA;
}
</style>