Shades of Electric Indigo #5E00E9
Tints of Electric Indigo #5E00E9
RGB
CMYK
RGB Variations
Color information
#5E00E9 (or 0x5E00E9) is known color: Electric Indigo. HEX triplet: 5E, 00 and E9. RGB value is (94,0,233). Sum of RGB (Red+Green+Blue) = 94+0+233=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 233 (91.41% from 255 or 71.25% from 327); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E00E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E00E9 is #A1FF16. Grayscale: #353535. Windows color (decimal): -10616599 or 15269982. OLE color: 15269982.
HSL color Cylindrical-coordinate representation of color #5E00E9: hue angle of 264.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00E9 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 0 | 233 | - |
| CMYK | 0.60 | 1 | 0 | 0.09 |
| HSL | 264.21º | 1% | 0.46% | - |
| HSV(B) | 264.21º | 1% | 0.91% | - |
| XYZ | 19.32 | 8.26 | 77.67 | - |
| YUV | 54.67 | 228.64 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 233 | 0.60 | 1 | 0 | 0.09 | 264.21 | 1 | 0.46 |
| Hex | 5E | 0 | E9 | 3C | 64 | 0 | 9 | 108 | 64 | 2E |
| Octal | 136 | 0 | 351 | 74 | 144 | 0 | 11 | 410 | 144 | 56 |
| Binary | 1011110 | 0 | 11101001 | 111100 | 1100100 | 0 | 1001 | 100001000 | 1100100 | 101110 |
Color Harmonies of #5E00E9
Complementary color
Monochromatic Colors of #5E00E9
Black with #5E00E9
Text Example
Text Example
White with #5E00E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00E9; }
p { color: rgb(94,0,233); }
H1.HeaderClassName
{
color: #5E00E9;
}
.AnyTagClassName
{
color: #5E00E9;
}
</style>
background-color css
<style>
a { background-color: #5E00E9; }
a { background-color: rgb(94,0,233); }
div.DivClassName
{
background-color: #5E00E9;
}
.BgClassName
{
background-color: #5E00E9;
}
</style>
border-color css
<style>
span { border-color: #5E00E9; }
span { border-color: rgb(94,0,233); }
td.TdClassName
{
border-color: #5E00E9;
}
.TagClassName
{
border-color: #5E00E9;
}
</style>