Shades of Electric Indigo #5E01EA
Tints of Electric Indigo #5E01EA
RGB
CMYK
RGB Variations
Color information
#5E01EA (or 0x5E01EA) is known color: Electric Indigo. HEX triplet: 5E, 01 and EA. RGB value is (94,1,234). Sum of RGB (Red+Green+Blue) = 94+1+234=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E01EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E01EA is #A1FE15. Grayscale: #363636. Windows color (decimal): -10616342 or 15335774. OLE color: 15335774.
HSL color Cylindrical-coordinate representation of color #5E01EA: hue angle of 263.95º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01EA is Cyan = 0.60, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 1 | 234 | - |
| CMYK | 0.60 | 1.00 | 0 | 0.08 |
| HSL | 263.95º | 0.99% | 0.46% | - |
| HSV(B) | 263.95º | 1% | 0.92% | - |
| XYZ | 19.48 | 8.34 | 78.43 | - |
| YUV | 55.37 | 228.81 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 234 | 0.60 | 1.00 | 0 | 0.08 | 263.95 | 0.99 | 0.46 |
| Hex | 5E | 1 | EA | 3C | 64 | 0 | 8 | 108 | 63 | 2E |
| Octal | 136 | 1 | 352 | 74 | 144 | 0 | 10 | 410 | 143 | 56 |
| Binary | 1011110 | 1 | 11101010 | 111100 | 1100100 | 0 | 1000 | 100001000 | 1100011 | 101110 |
Color Harmonies of #5E01EA
Complementary color
Monochromatic Colors of #5E01EA
Black with #5E01EA
Text Example
Text Example
White with #5E01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E01EA; }
p { color: rgb(94,1,234); }
H1.HeaderClassName
{
color: #5E01EA;
}
.AnyTagClassName
{
color: #5E01EA;
}
</style>
background-color css
<style>
a { background-color: #5E01EA; }
a { background-color: rgb(94,1,234); }
div.DivClassName
{
background-color: #5E01EA;
}
.BgClassName
{
background-color: #5E01EA;
}
</style>
border-color css
<style>
span { border-color: #5E01EA; }
span { border-color: rgb(94,1,234); }
td.TdClassName
{
border-color: #5E01EA;
}
.TagClassName
{
border-color: #5E01EA;
}
</style>