Shades of Electric Indigo #5B02DA
Tints of Electric Indigo #5B02DA
RGB
CMYK
RGB Variations
Color information
#5B02DA (or 0x5B02DA) is known color: Electric Indigo. HEX triplet: 5B, 02 and DA. RGB value is (91,2,218). Sum of RGB (Red+Green+Blue) = 91+2+218=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B02DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B02DA is #A4FD25. Grayscale: #343434. Windows color (decimal): -10812710 or 14287451. OLE color: 14287451.
HSL color Cylindrical-coordinate representation of color #5B02DA: hue angle of 264.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B02DA is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 2 | 218 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.15 |
| HSL | 264.72º | 0.98% | 0.43% | - |
| HSV(B) | 264.72º | 0.99% | 0.85% | - |
| XYZ | 16.99 | 7.33 | 66.85 | - |
| YUV | 53.24 | 220.99 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 218 | 0.58 | 0.99 | 0 | 0.15 | 264.72 | 0.98 | 0.43 |
| Hex | 5B | 2 | DA | 3A | 63 | 0 | F | 109 | 62 | 2B |
| Octal | 133 | 2 | 332 | 72 | 143 | 0 | 17 | 411 | 142 | 53 |
| Binary | 1011011 | 10 | 11011010 | 111010 | 1100011 | 0 | 1111 | 100001001 | 1100010 | 101011 |
Color Harmonies of #5B02DA
Complementary color
Monochromatic Colors of #5B02DA
Black with #5B02DA
Text Example
Text Example
White with #5B02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B02DA; }
p { color: rgb(91,2,218); }
H1.HeaderClassName
{
color: #5B02DA;
}
.AnyTagClassName
{
color: #5B02DA;
}
</style>
background-color css
<style>
a { background-color: #5B02DA; }
a { background-color: rgb(91,2,218); }
div.DivClassName
{
background-color: #5B02DA;
}
.BgClassName
{
background-color: #5B02DA;
}
</style>
border-color css
<style>
span { border-color: #5B02DA; }
span { border-color: rgb(91,2,218); }
td.TdClassName
{
border-color: #5B02DA;
}
.TagClassName
{
border-color: #5B02DA;
}
</style>