Shades of Electric Indigo #5B02DB
Tints of Electric Indigo #5B02DB
RGB
CMYK
RGB Variations
Color information
#5B02DB (or 0x5B02DB) is known color: Electric Indigo. HEX triplet: 5B, 02 and DB. RGB value is (91,2,219). Sum of RGB (Red+Green+Blue) = 91+2+219=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B02DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B02DB is #A4FD24. Grayscale: #343434. Windows color (decimal): -10812709 or 14352987. OLE color: 14352987.
HSL color Cylindrical-coordinate representation of color #5B02DB: hue angle of 264.61º 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 #5B02DB is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 2 | 219 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.14 |
| HSL | 264.61º | 0.98% | 0.43% | - |
| HSV(B) | 264.61º | 0.99% | 0.86% | - |
| XYZ | 17.12 | 7.38 | 67.54 | - |
| YUV | 53.35 | 221.49 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 219 | 0.58 | 0.99 | 0 | 0.14 | 264.61 | 0.98 | 0.43 |
| Hex | 5B | 2 | DB | 3A | 63 | 0 | E | 109 | 62 | 2B |
| Octal | 133 | 2 | 333 | 72 | 143 | 0 | 16 | 411 | 142 | 53 |
| Binary | 1011011 | 10 | 11011011 | 111010 | 1100011 | 0 | 1110 | 100001001 | 1100010 | 101011 |
Color Harmonies of #5B02DB
Complementary color
Monochromatic Colors of #5B02DB
Black with #5B02DB
Text Example
Text Example
White with #5B02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B02DB; }
p { color: rgb(91,2,219); }
H1.HeaderClassName
{
color: #5B02DB;
}
.AnyTagClassName
{
color: #5B02DB;
}
</style>
background-color css
<style>
a { background-color: #5B02DB; }
a { background-color: rgb(91,2,219); }
div.DivClassName
{
background-color: #5B02DB;
}
.BgClassName
{
background-color: #5B02DB;
}
</style>
border-color css
<style>
span { border-color: #5B02DB; }
span { border-color: rgb(91,2,219); }
td.TdClassName
{
border-color: #5B02DB;
}
.TagClassName
{
border-color: #5B02DB;
}
</style>