Shades of Electric Indigo #5800DB
Tints of Electric Indigo #5800DB
RGB
CMYK
RGB Variations
Color information
#5800DB (or 0x5800DB) is known color: Electric Indigo. HEX triplet: 58, 00 and DB. RGB value is (88,0,219). Sum of RGB (Red+Green+Blue) = 88+0+219=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #5800DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800DB is #A7FF24. Grayscale: #323232. Windows color (decimal): -11009829 or 14352472. OLE color: 14352472.
HSL color Cylindrical-coordinate representation of color #5800DB: hue angle of 264.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800DB is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 0 | 219 | - |
| CMYK | 0.60 | 1 | 0 | 0.14 |
| HSL | 264.11º | 1% | 0.43% | - |
| HSV(B) | 264.11º | 1% | 0.86% | - |
| XYZ | 16.81 | 7.19 | 67.52 | - |
| YUV | 51.28 | 222.65 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 219 | 0.60 | 1 | 0 | 0.14 | 264.11 | 1 | 0.43 |
| Hex | 58 | 0 | DB | 3C | 64 | 0 | E | 108 | 64 | 2B |
| Octal | 130 | 0 | 333 | 74 | 144 | 0 | 16 | 410 | 144 | 53 |
| Binary | 1011000 | 0 | 11011011 | 111100 | 1100100 | 0 | 1110 | 100001000 | 1100100 | 101011 |
Color Harmonies of #5800DB
Complementary color
Monochromatic Colors of #5800DB
Black with #5800DB
Text Example
Text Example
White with #5800DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5800DB; }
p { color: rgb(88,0,219); }
H1.HeaderClassName
{
color: #5800DB;
}
.AnyTagClassName
{
color: #5800DB;
}
</style>
background-color css
<style>
a { background-color: #5800DB; }
a { background-color: rgb(88,0,219); }
div.DivClassName
{
background-color: #5800DB;
}
.BgClassName
{
background-color: #5800DB;
}
</style>
border-color css
<style>
span { border-color: #5800DB; }
span { border-color: rgb(88,0,219); }
td.TdClassName
{
border-color: #5800DB;
}
.TagClassName
{
border-color: #5800DB;
}
</style>