Shades of Electric Indigo #5D02DB
Tints of Electric Indigo #5D02DB
RGB
CMYK
RGB Variations
Color information
#5D02DB (or 0x5D02DB) is known color: Electric Indigo. HEX triplet: 5D, 02 and DB. RGB value is (93,2,219). Sum of RGB (Red+Green+Blue) = 93+2+219=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D02DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D02DB is #A2FD24. Grayscale: #353535. Windows color (decimal): -10681637 or 14352989. OLE color: 14352989.
HSL color Cylindrical-coordinate representation of color #5D02DB: hue angle of 265.16º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D02DB is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 2 | 219 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.14 |
| HSL | 265.16º | 0.98% | 0.43% | - |
| HSV(B) | 265.16º | 0.99% | 0.86% | - |
| XYZ | 17.32 | 7.49 | 67.55 | - |
| YUV | 53.95 | 221.15 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 219 | 0.58 | 0.99 | 0 | 0.14 | 265.16 | 0.98 | 0.43 |
| Hex | 5D | 2 | DB | 3A | 63 | 0 | E | 109 | 62 | 2B |
| Octal | 135 | 2 | 333 | 72 | 143 | 0 | 16 | 411 | 142 | 53 |
| Binary | 1011101 | 10 | 11011011 | 111010 | 1100011 | 0 | 1110 | 100001001 | 1100010 | 101011 |
Color Harmonies of #5D02DB
Complementary color
Monochromatic Colors of #5D02DB
Black with #5D02DB
Text Example
Text Example
White with #5D02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D02DB; }
p { color: rgb(93,2,219); }
H1.HeaderClassName
{
color: #5D02DB;
}
.AnyTagClassName
{
color: #5D02DB;
}
</style>
background-color css
<style>
a { background-color: #5D02DB; }
a { background-color: rgb(93,2,219); }
div.DivClassName
{
background-color: #5D02DB;
}
.BgClassName
{
background-color: #5D02DB;
}
</style>
border-color css
<style>
span { border-color: #5D02DB; }
span { border-color: rgb(93,2,219); }
td.TdClassName
{
border-color: #5D02DB;
}
.TagClassName
{
border-color: #5D02DB;
}
</style>