Shades of Electric Indigo #5805FF
Tints of Electric Indigo #5805FF
RGB
CMYK
RGB Variations
Color information
#5805FF (or 0x5805FF) is known color: Electric Indigo. HEX triplet: 58, 05 and FF. RGB value is (88,5,255). Sum of RGB (Red+Green+Blue) = 88+5+255=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #5805FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5805FF is #A7FA00. Grayscale: #393939. Windows color (decimal): -11008513 or 16713048. OLE color: 16713048.
HSL color Cylindrical-coordinate representation of color #5805FF: hue angle of 259.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805FF is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 5 | 255 | - |
| CMYK | 0.65 | 0.98 | 0 | 0 |
| HSL | 259.92º | 1% | 0.51% | - |
| HSV(B) | 259.92º | 0.98% | 1% | - |
| XYZ | 22.13 | 9.4 | 95.26 | - |
| YUV | 58.32 | 239 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 255 | 0.65 | 0.98 | 0 | 0 | 259.92 | 1 | 0.51 |
| Hex | 58 | 5 | FF | 41 | 62 | 0 | 0 | 104 | 64 | 33 |
| Octal | 130 | 5 | 377 | 101 | 142 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1011000 | 101 | 11111111 | 1000001 | 1100010 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5805FF
Complementary color
Monochromatic Colors of #5805FF
Black with #5805FF
Text Example
Text Example
White with #5805FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5805FF; }
p { color: rgb(88,5,255); }
H1.HeaderClassName
{
color: #5805FF;
}
.AnyTagClassName
{
color: #5805FF;
}
</style>
background-color css
<style>
a { background-color: #5805FF; }
a { background-color: rgb(88,5,255); }
div.DivClassName
{
background-color: #5805FF;
}
.BgClassName
{
background-color: #5805FF;
}
</style>
border-color css
<style>
span { border-color: #5805FF; }
span { border-color: rgb(88,5,255); }
td.TdClassName
{
border-color: #5805FF;
}
.TagClassName
{
border-color: #5805FF;
}
</style>