Shades of Electric Indigo #5805ED
Tints of Electric Indigo #5805ED
RGB
CMYK
RGB Variations
Color information
#5805ED (or 0x5805ED) is known color: Electric Indigo. HEX triplet: 58, 05 and ED. RGB value is (88,5,237). Sum of RGB (Red+Green+Blue) = 88+5+237=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #5805ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5805ED is #A7FA12. Grayscale: #373737. Windows color (decimal): -11008531 or 15533400. OLE color: 15533400.
HSL color Cylindrical-coordinate representation of color #5805ED: hue angle of 261.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805ED is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 5 | 237 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.07 |
| HSL | 261.47º | 0.96% | 0.47% | - |
| HSV(B) | 261.47º | 0.98% | 0.93% | - |
| XYZ | 19.36 | 8.3 | 80.7 | - |
| YUV | 56.27 | 230 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 237 | 0.63 | 0.98 | 0 | 0.07 | 261.47 | 0.96 | 0.47 |
| Hex | 58 | 5 | ED | 3F | 62 | 0 | 7 | 105 | 60 | 2F |
| Octal | 130 | 5 | 355 | 77 | 142 | 0 | 7 | 405 | 140 | 57 |
| Binary | 1011000 | 101 | 11101101 | 111111 | 1100010 | 0 | 111 | 100000101 | 1100000 | 101111 |
Color Harmonies of #5805ED
Complementary color
Monochromatic Colors of #5805ED
Black with #5805ED
Text Example
Text Example
White with #5805ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5805ED; }
p { color: rgb(88,5,237); }
H1.HeaderClassName
{
color: #5805ED;
}
.AnyTagClassName
{
color: #5805ED;
}
</style>
background-color css
<style>
a { background-color: #5805ED; }
a { background-color: rgb(88,5,237); }
div.DivClassName
{
background-color: #5805ED;
}
.BgClassName
{
background-color: #5805ED;
}
</style>
border-color css
<style>
span { border-color: #5805ED; }
span { border-color: rgb(88,5,237); }
td.TdClassName
{
border-color: #5805ED;
}
.TagClassName
{
border-color: #5805ED;
}
</style>