Shades of Electric Indigo #5804FA
Tints of Electric Indigo #5804FA
RGB
CMYK
RGB Variations
Color information
#5804FA (or 0x5804FA) is known color: Electric Indigo. HEX triplet: 58, 04 and FA. RGB value is (88,4,250). Sum of RGB (Red+Green+Blue) = 88+4+250=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #5804FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5804FA is #A7FB05. Grayscale: #383838. Windows color (decimal): -11008774 or 16385112. OLE color: 16385112.
HSL color Cylindrical-coordinate representation of color #5804FA: hue angle of 260.49º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804FA is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 4 | 250 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.02 |
| HSL | 260.49º | 0.97% | 0.5% | - |
| HSV(B) | 260.49º | 0.98% | 0.98% | - |
| XYZ | 21.32 | 9.06 | 91.07 | - |
| YUV | 57.16 | 236.83 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 250 | 0.65 | 0.98 | 0 | 0.02 | 260.49 | 0.97 | 0.5 |
| Hex | 58 | 4 | FA | 41 | 62 | 0 | 2 | 104 | 61 | 32 |
| Octal | 130 | 4 | 372 | 101 | 142 | 0 | 2 | 404 | 141 | 62 |
| Binary | 1011000 | 100 | 11111010 | 1000001 | 1100010 | 0 | 10 | 100000100 | 1100001 | 110010 |
Color Harmonies of #5804FA
Complementary color
Monochromatic Colors of #5804FA
Black with #5804FA
Text Example
Text Example
White with #5804FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804FA; }
p { color: rgb(88,4,250); }
H1.HeaderClassName
{
color: #5804FA;
}
.AnyTagClassName
{
color: #5804FA;
}
</style>
background-color css
<style>
a { background-color: #5804FA; }
a { background-color: rgb(88,4,250); }
div.DivClassName
{
background-color: #5804FA;
}
.BgClassName
{
background-color: #5804FA;
}
</style>
border-color css
<style>
span { border-color: #5804FA; }
span { border-color: rgb(88,4,250); }
td.TdClassName
{
border-color: #5804FA;
}
.TagClassName
{
border-color: #5804FA;
}
</style>