Shades of Electric Indigo #5804DF
Tints of Electric Indigo #5804DF
RGB
CMYK
RGB Variations
Color information
#5804DF (or 0x5804DF) is known color: Electric Indigo. HEX triplet: 58, 04 and DF. RGB value is (88,4,223). Sum of RGB (Red+Green+Blue) = 88+4+223=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #5804DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804DF is #A7FB20. Grayscale: #353535. Windows color (decimal): -11008801 or 14615640. OLE color: 14615640.
HSL color Cylindrical-coordinate representation of color #5804DF: hue angle of 263.01º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804DF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 4 | 223 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.13 |
| HSL | 263.01º | 0.96% | 0.45% | - |
| HSV(B) | 263.01º | 0.98% | 0.87% | - |
| XYZ | 17.39 | 7.49 | 70.34 | - |
| YUV | 54.08 | 223.33 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 223 | 0.61 | 0.98 | 0 | 0.13 | 263.01 | 0.96 | 0.45 |
| Hex | 58 | 4 | DF | 3D | 62 | 0 | D | 107 | 60 | 2D |
| Octal | 130 | 4 | 337 | 75 | 142 | 0 | 15 | 407 | 140 | 55 |
| Binary | 1011000 | 100 | 11011111 | 111101 | 1100010 | 0 | 1101 | 100000111 | 1100000 | 101101 |
Color Harmonies of #5804DF
Complementary color
Monochromatic Colors of #5804DF
Black with #5804DF
Text Example
Text Example
White with #5804DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804DF; }
p { color: rgb(88,4,223); }
H1.HeaderClassName
{
color: #5804DF;
}
.AnyTagClassName
{
color: #5804DF;
}
</style>
background-color css
<style>
a { background-color: #5804DF; }
a { background-color: rgb(88,4,223); }
div.DivClassName
{
background-color: #5804DF;
}
.BgClassName
{
background-color: #5804DF;
}
</style>
border-color css
<style>
span { border-color: #5804DF; }
span { border-color: rgb(88,4,223); }
td.TdClassName
{
border-color: #5804DF;
}
.TagClassName
{
border-color: #5804DF;
}
</style>