Shades of Electric Indigo #5801ED
Tints of Electric Indigo #5801ED
RGB
CMYK
RGB Variations
Color information
#5801ED (or 0x5801ED) is known color: Electric Indigo. HEX triplet: 58, 01 and ED. RGB value is (88,1,237). Sum of RGB (Red+Green+Blue) = 88+1+237=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #5801ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5801ED is #A7FE12. Grayscale: #353535. Windows color (decimal): -11009555 or 15532376. OLE color: 15532376.
HSL color Cylindrical-coordinate representation of color #5801ED: hue angle of 262.12º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5801ED is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 1 | 237 | - |
| CMYK | 0.63 | 1.00 | 0 | 0.07 |
| HSL | 262.12º | 0.99% | 0.47% | - |
| HSV(B) | 262.12º | 1% | 0.93% | - |
| XYZ | 19.32 | 8.21 | 80.69 | - |
| YUV | 53.92 | 231.32 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 237 | 0.63 | 1.00 | 0 | 0.07 | 262.12 | 0.99 | 0.47 |
| Hex | 58 | 1 | ED | 3F | 64 | 0 | 7 | 106 | 63 | 2F |
| Octal | 130 | 1 | 355 | 77 | 144 | 0 | 7 | 406 | 143 | 57 |
| Binary | 1011000 | 1 | 11101101 | 111111 | 1100100 | 0 | 111 | 100000110 | 1100011 | 101111 |
Color Harmonies of #5801ED
Complementary color
Monochromatic Colors of #5801ED
Black with #5801ED
Text Example
Text Example
White with #5801ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5801ED; }
p { color: rgb(88,1,237); }
H1.HeaderClassName
{
color: #5801ED;
}
.AnyTagClassName
{
color: #5801ED;
}
</style>
background-color css
<style>
a { background-color: #5801ED; }
a { background-color: rgb(88,1,237); }
div.DivClassName
{
background-color: #5801ED;
}
.BgClassName
{
background-color: #5801ED;
}
</style>
border-color css
<style>
span { border-color: #5801ED; }
span { border-color: rgb(88,1,237); }
td.TdClassName
{
border-color: #5801ED;
}
.TagClassName
{
border-color: #5801ED;
}
</style>