Shades of Electric Indigo #5500DB
Tints of Electric Indigo #5500DB
RGB
CMYK
RGB Variations
Color information
#5500DB (or 0x5500DB) is known color: Electric Indigo. HEX triplet: 55, 00 and DB. RGB value is (85,0,219). Sum of RGB (Red+Green+Blue) = 85+0+219=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #5500DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5500DB is #AAFF24. Grayscale: #313131. Windows color (decimal): -11206437 or 14352469. OLE color: 14352469.
HSL color Cylindrical-coordinate representation of color #5500DB: hue angle of 263.29º 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 #5500DB is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 0 | 219 | - |
| CMYK | 0.61 | 1 | 0 | 0.14 |
| HSL | 263.29º | 1% | 0.43% | - |
| HSV(B) | 263.29º | 1% | 0.86% | - |
| XYZ | 16.53 | 7.05 | 67.51 | - |
| YUV | 50.38 | 223.16 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 219 | 0.61 | 1 | 0 | 0.14 | 263.29 | 1 | 0.43 |
| Hex | 55 | 0 | DB | 3D | 64 | 0 | E | 107 | 64 | 2B |
| Octal | 125 | 0 | 333 | 75 | 144 | 0 | 16 | 407 | 144 | 53 |
| Binary | 1010101 | 0 | 11011011 | 111101 | 1100100 | 0 | 1110 | 100000111 | 1100100 | 101011 |
Color Harmonies of #5500DB
Complementary color
Monochromatic Colors of #5500DB
Black with #5500DB
Text Example
Text Example
White with #5500DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5500DB; }
p { color: rgb(85,0,219); }
H1.HeaderClassName
{
color: #5500DB;
}
.AnyTagClassName
{
color: #5500DB;
}
</style>
background-color css
<style>
a { background-color: #5500DB; }
a { background-color: rgb(85,0,219); }
div.DivClassName
{
background-color: #5500DB;
}
.BgClassName
{
background-color: #5500DB;
}
</style>
border-color css
<style>
span { border-color: #5500DB; }
span { border-color: rgb(85,0,219); }
td.TdClassName
{
border-color: #5500DB;
}
.TagClassName
{
border-color: #5500DB;
}
</style>