Shades of Electric Indigo #5E02FE
Tints of Electric Indigo #5E02FE
RGB
CMYK
RGB Variations
Color information
#5E02FE (or 0x5E02FE) is known color: Electric Indigo. HEX triplet: 5E, 02 and FE. RGB value is (94,2,254). Sum of RGB (Red+Green+Blue) = 94+2+254=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E02FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E02FE is #A1FD01. Grayscale: #393939. Windows color (decimal): -10616066 or 16646750. OLE color: 16646750.
HSL color Cylindrical-coordinate representation of color #5E02FE: hue angle of 261.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02FE is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 2 | 254 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.00 |
| HSL | 261.9º | 0.99% | 0.5% | - |
| HSV(B) | 261.9º | 0.99% | 1% | - |
| XYZ | 22.53 | 9.58 | 94.43 | - |
| YUV | 58.24 | 238.48 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 254 | 0.63 | 0.99 | 0 | 0.00 | 261.9 | 0.99 | 0.5 |
| Hex | 5E | 2 | FE | 3F | 63 | 0 | 0 | 106 | 63 | 32 |
| Octal | 136 | 2 | 376 | 77 | 143 | 0 | 0 | 406 | 143 | 62 |
| Binary | 1011110 | 10 | 11111110 | 111111 | 1100011 | 0 | 0 | 100000110 | 1100011 | 110010 |
Color Harmonies of #5E02FE
Complementary color
Monochromatic Colors of #5E02FE
Black with #5E02FE
Text Example
Text Example
White with #5E02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E02FE; }
p { color: rgb(94,2,254); }
H1.HeaderClassName
{
color: #5E02FE;
}
.AnyTagClassName
{
color: #5E02FE;
}
</style>
background-color css
<style>
a { background-color: #5E02FE; }
a { background-color: rgb(94,2,254); }
div.DivClassName
{
background-color: #5E02FE;
}
.BgClassName
{
background-color: #5E02FE;
}
</style>
border-color css
<style>
span { border-color: #5E02FE; }
span { border-color: rgb(94,2,254); }
td.TdClassName
{
border-color: #5E02FE;
}
.TagClassName
{
border-color: #5E02FE;
}
</style>