Shades of Electric Indigo #5804DB
Tints of Electric Indigo #5804DB
RGB
CMYK
RGB Variations
Color information
#5804DB (or 0x5804DB) is known color: Electric Indigo. HEX triplet: 58, 04 and DB. RGB value is (88,4,219). Sum of RGB (Red+Green+Blue) = 88+4+219=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #5804DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804DB is #A7FB24. Grayscale: #343434. Windows color (decimal): -11008805 or 14353496. OLE color: 14353496.
HSL color Cylindrical-coordinate representation of color #5804DB: hue angle of 263.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804DB is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 4 | 219 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.14 |
| HSL | 263.44º | 0.96% | 0.44% | - |
| HSV(B) | 263.44º | 0.98% | 0.86% | - |
| XYZ | 16.85 | 7.28 | 67.53 | - |
| YUV | 53.63 | 221.33 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 219 | 0.60 | 0.98 | 0 | 0.14 | 263.44 | 0.96 | 0.44 |
| Hex | 58 | 4 | DB | 3C | 62 | 0 | E | 107 | 60 | 2C |
| Octal | 130 | 4 | 333 | 74 | 142 | 0 | 16 | 407 | 140 | 54 |
| Binary | 1011000 | 100 | 11011011 | 111100 | 1100010 | 0 | 1110 | 100000111 | 1100000 | 101100 |
Color Harmonies of #5804DB
Complementary color
Monochromatic Colors of #5804DB
Black with #5804DB
Text Example
Text Example
White with #5804DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804DB; }
p { color: rgb(88,4,219); }
H1.HeaderClassName
{
color: #5804DB;
}
.AnyTagClassName
{
color: #5804DB;
}
</style>
background-color css
<style>
a { background-color: #5804DB; }
a { background-color: rgb(88,4,219); }
div.DivClassName
{
background-color: #5804DB;
}
.BgClassName
{
background-color: #5804DB;
}
</style>
border-color css
<style>
span { border-color: #5804DB; }
span { border-color: rgb(88,4,219); }
td.TdClassName
{
border-color: #5804DB;
}
.TagClassName
{
border-color: #5804DB;
}
</style>