Shades of Electric Indigo #5805FC
Tints of Electric Indigo #5805FC
RGB
CMYK
RGB Variations
Color information
#5805FC (or 0x5805FC) is known color: Electric Indigo. HEX triplet: 58, 05 and FC. RGB value is (88,5,252). Sum of RGB (Red+Green+Blue) = 88+5+252=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #5805FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5805FC is #A7FA03. Grayscale: #393939. Windows color (decimal): -11008516 or 16516440. OLE color: 16516440.
HSL color Cylindrical-coordinate representation of color #5805FC: hue angle of 260.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805FC is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 5 | 252 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.01 |
| HSL | 260.16º | 0.98% | 0.5% | - |
| HSV(B) | 260.16º | 0.98% | 0.99% | - |
| XYZ | 21.65 | 9.21 | 92.73 | - |
| YUV | 57.98 | 237.5 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 252 | 0.65 | 0.98 | 0 | 0.01 | 260.16 | 0.98 | 0.5 |
| Hex | 58 | 5 | FC | 41 | 62 | 0 | 1 | 104 | 62 | 32 |
| Octal | 130 | 5 | 374 | 101 | 142 | 0 | 1 | 404 | 142 | 62 |
| Binary | 1011000 | 101 | 11111100 | 1000001 | 1100010 | 0 | 1 | 100000100 | 1100010 | 110010 |
Color Harmonies of #5805FC
Complementary color
Monochromatic Colors of #5805FC
Black with #5805FC
Text Example
Text Example
White with #5805FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5805FC; }
p { color: rgb(88,5,252); }
H1.HeaderClassName
{
color: #5805FC;
}
.AnyTagClassName
{
color: #5805FC;
}
</style>
background-color css
<style>
a { background-color: #5805FC; }
a { background-color: rgb(88,5,252); }
div.DivClassName
{
background-color: #5805FC;
}
.BgClassName
{
background-color: #5805FC;
}
</style>
border-color css
<style>
span { border-color: #5805FC; }
span { border-color: rgb(88,5,252); }
td.TdClassName
{
border-color: #5805FC;
}
.TagClassName
{
border-color: #5805FC;
}
</style>