Shades of Electric Indigo #5E04DE
Tints of Electric Indigo #5E04DE
RGB
CMYK
RGB Variations
Color information
#5E04DE (or 0x5E04DE) is known color: Electric Indigo. HEX triplet: 5E, 04 and DE. RGB value is (94,4,222). Sum of RGB (Red+Green+Blue) = 94+4+222=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E04DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04DE is #A1FB21. Grayscale: #363636. Windows color (decimal): -10615586 or 14550110. OLE color: 14550110.
HSL color Cylindrical-coordinate representation of color #5E04DE: hue angle of 264.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04DE is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 4 | 222 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.13 |
| HSL | 264.77º | 0.96% | 0.44% | - |
| HSV(B) | 264.77º | 0.98% | 0.87% | - |
| XYZ | 17.84 | 7.74 | 69.66 | - |
| YUV | 55.76 | 221.82 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 222 | 0.58 | 0.98 | 0 | 0.13 | 264.77 | 0.96 | 0.44 |
| Hex | 5E | 4 | DE | 3A | 62 | 0 | D | 109 | 60 | 2C |
| Octal | 136 | 4 | 336 | 72 | 142 | 0 | 15 | 411 | 140 | 54 |
| Binary | 1011110 | 100 | 11011110 | 111010 | 1100010 | 0 | 1101 | 100001001 | 1100000 | 101100 |
Color Harmonies of #5E04DE
Complementary color
Monochromatic Colors of #5E04DE
Black with #5E04DE
Text Example
Text Example
White with #5E04DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04DE; }
p { color: rgb(94,4,222); }
H1.HeaderClassName
{
color: #5E04DE;
}
.AnyTagClassName
{
color: #5E04DE;
}
</style>
background-color css
<style>
a { background-color: #5E04DE; }
a { background-color: rgb(94,4,222); }
div.DivClassName
{
background-color: #5E04DE;
}
.BgClassName
{
background-color: #5E04DE;
}
</style>
border-color css
<style>
span { border-color: #5E04DE; }
span { border-color: rgb(94,4,222); }
td.TdClassName
{
border-color: #5E04DE;
}
.TagClassName
{
border-color: #5E04DE;
}
</style>