Shades of Electric Indigo #5902F6
Tints of Electric Indigo #5902F6
RGB
CMYK
RGB Variations
Color information
#5902F6 (or 0x5902F6) is known color: Electric Indigo. HEX triplet: 59, 02 and F6. RGB value is (89,2,246). Sum of RGB (Red+Green+Blue) = 89+2+246=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 246 (96.48% from 255 or 73.00% from 337); Max value from RGB is 246 - color contains mainly: blue. Hex color #5902F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5902F6 is #A6FD09. Grayscale: #363636. Windows color (decimal): -10943754 or 16122457. OLE color: 16122457.
HSL color Cylindrical-coordinate representation of color #5902F6: hue angle of 261.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902F6 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 2 | 246 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.04 |
| HSL | 261.39º | 0.98% | 0.49% | - |
| HSV(B) | 261.39º | 0.99% | 0.96% | - |
| XYZ | 20.78 | 8.82 | 87.8 | - |
| YUV | 55.83 | 235.32 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 246 | 0.64 | 0.99 | 0 | 0.04 | 261.39 | 0.98 | 0.49 |
| Hex | 59 | 2 | F6 | 40 | 63 | 0 | 4 | 105 | 62 | 31 |
| Octal | 131 | 2 | 366 | 100 | 143 | 0 | 4 | 405 | 142 | 61 |
| Binary | 1011001 | 10 | 11110110 | 1000000 | 1100011 | 0 | 100 | 100000101 | 1100010 | 110001 |
Color Harmonies of #5902F6
Complementary color
Monochromatic Colors of #5902F6
Black with #5902F6
Text Example
Text Example
White with #5902F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902F6; }
p { color: rgb(89,2,246); }
H1.HeaderClassName
{
color: #5902F6;
}
.AnyTagClassName
{
color: #5902F6;
}
</style>
background-color css
<style>
a { background-color: #5902F6; }
a { background-color: rgb(89,2,246); }
div.DivClassName
{
background-color: #5902F6;
}
.BgClassName
{
background-color: #5902F6;
}
</style>
border-color css
<style>
span { border-color: #5902F6; }
span { border-color: rgb(89,2,246); }
td.TdClassName
{
border-color: #5902F6;
}
.TagClassName
{
border-color: #5902F6;
}
</style>