Shades of Electric Indigo #5E04E9
Tints of Electric Indigo #5E04E9
RGB
CMYK
RGB Variations
Color information
#5E04E9 (or 0x5E04E9) is known color: Electric Indigo. HEX triplet: 5E, 04 and E9. RGB value is (94,4,233). Sum of RGB (Red+Green+Blue) = 94+4+233=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 233 (91.41% from 255 or 70.39% from 331); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E04E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E04E9 is #A1FB16. Grayscale: #383838. Windows color (decimal): -10615575 or 15271006. OLE color: 15271006.
HSL color Cylindrical-coordinate representation of color #5E04E9: hue angle of 263.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04E9 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 4 | 233 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.09 |
| HSL | 263.58º | 0.97% | 0.46% | - |
| HSV(B) | 263.58º | 0.98% | 0.91% | - |
| XYZ | 19.37 | 8.35 | 77.68 | - |
| YUV | 57.02 | 227.32 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 233 | 0.60 | 0.98 | 0 | 0.09 | 263.58 | 0.97 | 0.46 |
| Hex | 5E | 4 | E9 | 3C | 62 | 0 | 9 | 108 | 61 | 2E |
| Octal | 136 | 4 | 351 | 74 | 142 | 0 | 11 | 410 | 141 | 56 |
| Binary | 1011110 | 100 | 11101001 | 111100 | 1100010 | 0 | 1001 | 100001000 | 1100001 | 101110 |
Color Harmonies of #5E04E9
Complementary color
Monochromatic Colors of #5E04E9
Black with #5E04E9
Text Example
Text Example
White with #5E04E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04E9; }
p { color: rgb(94,4,233); }
H1.HeaderClassName
{
color: #5E04E9;
}
.AnyTagClassName
{
color: #5E04E9;
}
</style>
background-color css
<style>
a { background-color: #5E04E9; }
a { background-color: rgb(94,4,233); }
div.DivClassName
{
background-color: #5E04E9;
}
.BgClassName
{
background-color: #5E04E9;
}
</style>
border-color css
<style>
span { border-color: #5E04E9; }
span { border-color: rgb(94,4,233); }
td.TdClassName
{
border-color: #5E04E9;
}
.TagClassName
{
border-color: #5E04E9;
}
</style>