Shades of Electric Indigo #5801EF
Tints of Electric Indigo #5801EF
RGB
CMYK
RGB Variations
Color information
#5801EF (or 0x5801EF) is known color: Electric Indigo. HEX triplet: 58, 01 and EF. RGB value is (88,1,239). Sum of RGB (Red+Green+Blue) = 88+1+239=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #5801EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5801EF is #A7FE10. Grayscale: #353535. Windows color (decimal): -11009553 or 15663448. OLE color: 15663448.
HSL color Cylindrical-coordinate representation of color #5801EF: hue angle of 261.93º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5801EF is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 1 | 239 | - |
| CMYK | 0.63 | 1.00 | 0 | 0.06 |
| HSL | 261.93º | 0.99% | 0.47% | - |
| HSV(B) | 261.93º | 1% | 0.94% | - |
| XYZ | 19.62 | 8.33 | 82.24 | - |
| YUV | 54.15 | 232.32 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 239 | 0.63 | 1.00 | 0 | 0.06 | 261.93 | 0.99 | 0.47 |
| Hex | 58 | 1 | EF | 3F | 64 | 0 | 6 | 106 | 63 | 2F |
| Octal | 130 | 1 | 357 | 77 | 144 | 0 | 6 | 406 | 143 | 57 |
| Binary | 1011000 | 1 | 11101111 | 111111 | 1100100 | 0 | 110 | 100000110 | 1100011 | 101111 |
Color Harmonies of #5801EF
Complementary color
Monochromatic Colors of #5801EF
Black with #5801EF
Text Example
Text Example
White with #5801EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5801EF; }
p { color: rgb(88,1,239); }
H1.HeaderClassName
{
color: #5801EF;
}
.AnyTagClassName
{
color: #5801EF;
}
</style>
background-color css
<style>
a { background-color: #5801EF; }
a { background-color: rgb(88,1,239); }
div.DivClassName
{
background-color: #5801EF;
}
.BgClassName
{
background-color: #5801EF;
}
</style>
border-color css
<style>
span { border-color: #5801EF; }
span { border-color: rgb(88,1,239); }
td.TdClassName
{
border-color: #5801EF;
}
.TagClassName
{
border-color: #5801EF;
}
</style>