Shades of Electric Indigo #5902FF
Tints of Electric Indigo #5902FF
RGB
CMYK
RGB Variations
Color information
#5902FF (or 0x5902FF) is known color: Electric Indigo. HEX triplet: 59, 02 and FF. RGB value is (89,2,255). Sum of RGB (Red+Green+Blue) = 89+2+255=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #5902FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5902FF is #A6FD00. Grayscale: #373737. Windows color (decimal): -10943745 or 16712281. OLE color: 16712281.
HSL color Cylindrical-coordinate representation of color #5902FF: hue angle of 260.63º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902FF is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 2 | 255 | - |
| CMYK | 0.65 | 0.99 | 0 | 0 |
| HSL | 260.63º | 1% | 0.5% | - |
| HSV(B) | 260.63º | 0.99% | 1% | - |
| XYZ | 22.19 | 9.39 | 95.25 | - |
| YUV | 56.86 | 239.82 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 255 | 0.65 | 0.99 | 0 | 0 | 260.63 | 1 | 0.5 |
| Hex | 59 | 2 | FF | 41 | 63 | 0 | 0 | 105 | 64 | 32 |
| Octal | 131 | 2 | 377 | 101 | 143 | 0 | 0 | 405 | 144 | 62 |
| Binary | 1011001 | 10 | 11111111 | 1000001 | 1100011 | 0 | 0 | 100000101 | 1100100 | 110010 |
Color Harmonies of #5902FF
Complementary color
Monochromatic Colors of #5902FF
Black with #5902FF
Text Example
Text Example
White with #5902FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902FF; }
p { color: rgb(89,2,255); }
H1.HeaderClassName
{
color: #5902FF;
}
.AnyTagClassName
{
color: #5902FF;
}
</style>
background-color css
<style>
a { background-color: #5902FF; }
a { background-color: rgb(89,2,255); }
div.DivClassName
{
background-color: #5902FF;
}
.BgClassName
{
background-color: #5902FF;
}
</style>
border-color css
<style>
span { border-color: #5902FF; }
span { border-color: rgb(89,2,255); }
td.TdClassName
{
border-color: #5902FF;
}
.TagClassName
{
border-color: #5902FF;
}
</style>