Shades of Electric Indigo #5900DB
Tints of Electric Indigo #5900DB
RGB
CMYK
RGB Variations
Color information
#5900DB (or 0x5900DB) is known color: Electric Indigo. HEX triplet: 59, 00 and DB. RGB value is (89,0,219). Sum of RGB (Red+Green+Blue) = 89+0+219=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #5900DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900DB is #A6FF24. Grayscale: #323232. Windows color (decimal): -10944293 or 14352473. OLE color: 14352473.
HSL color Cylindrical-coordinate representation of color #5900DB: hue angle of 264.38º 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 #5900DB is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 0 | 219 | - |
| CMYK | 0.59 | 1 | 0 | 0.14 |
| HSL | 264.38º | 1% | 0.43% | - |
| HSV(B) | 264.38º | 1% | 0.86% | - |
| XYZ | 16.91 | 7.24 | 67.52 | - |
| YUV | 51.58 | 222.49 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 219 | 0.59 | 1 | 0 | 0.14 | 264.38 | 1 | 0.43 |
| Hex | 59 | 0 | DB | 3B | 64 | 0 | E | 108 | 64 | 2B |
| Octal | 131 | 0 | 333 | 73 | 144 | 0 | 16 | 410 | 144 | 53 |
| Binary | 1011001 | 0 | 11011011 | 111011 | 1100100 | 0 | 1110 | 100001000 | 1100100 | 101011 |
Color Harmonies of #5900DB
Complementary color
Monochromatic Colors of #5900DB
Black with #5900DB
Text Example
Text Example
White with #5900DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900DB; }
p { color: rgb(89,0,219); }
H1.HeaderClassName
{
color: #5900DB;
}
.AnyTagClassName
{
color: #5900DB;
}
</style>
background-color css
<style>
a { background-color: #5900DB; }
a { background-color: rgb(89,0,219); }
div.DivClassName
{
background-color: #5900DB;
}
.BgClassName
{
background-color: #5900DB;
}
</style>
border-color css
<style>
span { border-color: #5900DB; }
span { border-color: rgb(89,0,219); }
td.TdClassName
{
border-color: #5900DB;
}
.TagClassName
{
border-color: #5900DB;
}
</style>