Shades of Electric Indigo #5804FF
Tints of Electric Indigo #5804FF
RGB
CMYK
RGB Variations
Color information
#5804FF (or 0x5804FF) is known color: Electric Indigo. HEX triplet: 58, 04 and FF. RGB value is (88,4,255). Sum of RGB (Red+Green+Blue) = 88+4+255=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #5804FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5804FF is #A7FB00. Grayscale: #383838. Windows color (decimal): -11008769 or 16712792. OLE color: 16712792.
HSL color Cylindrical-coordinate representation of color #5804FF: hue angle of 260.08º 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 #5804FF is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 4 | 255 | - |
| CMYK | 0.65 | 0.98 | 0 | 0 |
| HSL | 260.08º | 1% | 0.51% | - |
| HSV(B) | 260.08º | 0.98% | 1% | - |
| XYZ | 22.12 | 9.38 | 95.25 | - |
| YUV | 57.73 | 239.33 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 255 | 0.65 | 0.98 | 0 | 0 | 260.08 | 1 | 0.51 |
| Hex | 58 | 4 | FF | 41 | 62 | 0 | 0 | 104 | 64 | 33 |
| Octal | 130 | 4 | 377 | 101 | 142 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1011000 | 100 | 11111111 | 1000001 | 1100010 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5804FF
Complementary color
Monochromatic Colors of #5804FF
Black with #5804FF
Text Example
Text Example
White with #5804FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804FF; }
p { color: rgb(88,4,255); }
H1.HeaderClassName
{
color: #5804FF;
}
.AnyTagClassName
{
color: #5804FF;
}
</style>
background-color css
<style>
a { background-color: #5804FF; }
a { background-color: rgb(88,4,255); }
div.DivClassName
{
background-color: #5804FF;
}
.BgClassName
{
background-color: #5804FF;
}
</style>
border-color css
<style>
span { border-color: #5804FF; }
span { border-color: rgb(88,4,255); }
td.TdClassName
{
border-color: #5804FF;
}
.TagClassName
{
border-color: #5804FF;
}
</style>