Shades of Electric Indigo #5804E8
Tints of Electric Indigo #5804E8
RGB
CMYK
RGB Variations
Color information
#5804E8 (or 0x5804E8) is known color: Electric Indigo. HEX triplet: 58, 04 and E8. RGB value is (88,4,232). Sum of RGB (Red+Green+Blue) = 88+4+232=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #5804E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5804E8 is #A7FB17. Grayscale: #363636. Windows color (decimal): -11008792 or 15205464. OLE color: 15205464.
HSL color Cylindrical-coordinate representation of color #5804E8: hue angle of 262.11º 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 #5804E8 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 4 | 232 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.09 |
| HSL | 262.11º | 0.97% | 0.46% | - |
| HSV(B) | 262.11º | 0.98% | 0.91% | - |
| XYZ | 18.63 | 7.99 | 76.9 | - |
| YUV | 55.11 | 227.83 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 232 | 0.62 | 0.98 | 0 | 0.09 | 262.11 | 0.97 | 0.46 |
| Hex | 58 | 4 | E8 | 3E | 62 | 0 | 9 | 106 | 61 | 2E |
| Octal | 130 | 4 | 350 | 76 | 142 | 0 | 11 | 406 | 141 | 56 |
| Binary | 1011000 | 100 | 11101000 | 111110 | 1100010 | 0 | 1001 | 100000110 | 1100001 | 101110 |
Color Harmonies of #5804E8
Complementary color
Monochromatic Colors of #5804E8
Black with #5804E8
Text Example
Text Example
White with #5804E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804E8; }
p { color: rgb(88,4,232); }
H1.HeaderClassName
{
color: #5804E8;
}
.AnyTagClassName
{
color: #5804E8;
}
</style>
background-color css
<style>
a { background-color: #5804E8; }
a { background-color: rgb(88,4,232); }
div.DivClassName
{
background-color: #5804E8;
}
.BgClassName
{
background-color: #5804E8;
}
</style>
border-color css
<style>
span { border-color: #5804E8; }
span { border-color: rgb(88,4,232); }
td.TdClassName
{
border-color: #5804E8;
}
.TagClassName
{
border-color: #5804E8;
}
</style>