Shades of Electric Indigo #5902D6
Tints of Electric Indigo #5902D6
RGB
CMYK
RGB Variations
Color information
#5902D6 (or 0x5902D6) is known color: Electric Indigo. HEX triplet: 59, 02 and D6. RGB value is (89,2,214). Sum of RGB (Red+Green+Blue) = 89+2+214=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 214 (83.98% from 255 or 70.16% from 305); Max value from RGB is 214 - color contains mainly: blue. Hex color #5902D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5902D6 is #A6FD29. Grayscale: #333333. Windows color (decimal): -10943786 or 14025305. OLE color: 14025305.
HSL color Cylindrical-coordinate representation of color #5902D6: hue angle of 264.62º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902D6 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 2 | 214 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.16 |
| HSL | 264.62º | 0.98% | 0.42% | - |
| HSV(B) | 264.62º | 0.99% | 0.84% | - |
| XYZ | 16.28 | 7.02 | 64.12 | - |
| YUV | 52.18 | 219.32 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 214 | 0.58 | 0.99 | 0 | 0.16 | 264.62 | 0.98 | 0.42 |
| Hex | 59 | 2 | D6 | 3A | 63 | 0 | 10 | 109 | 62 | 2A |
| Octal | 131 | 2 | 326 | 72 | 143 | 0 | 20 | 411 | 142 | 52 |
| Binary | 1011001 | 10 | 11010110 | 111010 | 1100011 | 0 | 10000 | 100001001 | 1100010 | 101010 |
Color Harmonies of #5902D6
Complementary color
Monochromatic Colors of #5902D6
Black with #5902D6
Text Example
Text Example
White with #5902D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902D6; }
p { color: rgb(89,2,214); }
H1.HeaderClassName
{
color: #5902D6;
}
.AnyTagClassName
{
color: #5902D6;
}
</style>
background-color css
<style>
a { background-color: #5902D6; }
a { background-color: rgb(89,2,214); }
div.DivClassName
{
background-color: #5902D6;
}
.BgClassName
{
background-color: #5902D6;
}
</style>
border-color css
<style>
span { border-color: #5902D6; }
span { border-color: rgb(89,2,214); }
td.TdClassName
{
border-color: #5902D6;
}
.TagClassName
{
border-color: #5902D6;
}
</style>