Shades of Electric Indigo #5902FC
Tints of Electric Indigo #5902FC
RGB
CMYK
RGB Variations
Color information
#5902FC (or 0x5902FC) is known color: Electric Indigo. HEX triplet: 59, 02 and FC. RGB value is (89,2,252). Sum of RGB (Red+Green+Blue) = 89+2+252=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #5902FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5902FC is #A6FD03. Grayscale: #373737. Windows color (decimal): -10943748 or 16515673. OLE color: 16515673.
HSL color Cylindrical-coordinate representation of color #5902FC: hue angle of 260.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902FC is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 2 | 252 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.01 |
| HSL | 260.88º | 0.98% | 0.5% | - |
| HSV(B) | 260.88º | 0.99% | 0.99% | - |
| XYZ | 21.71 | 9.2 | 92.73 | - |
| YUV | 56.51 | 238.32 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 252 | 0.65 | 0.99 | 0 | 0.01 | 260.88 | 0.98 | 0.5 |
| Hex | 59 | 2 | FC | 41 | 63 | 0 | 1 | 105 | 62 | 32 |
| Octal | 131 | 2 | 374 | 101 | 143 | 0 | 1 | 405 | 142 | 62 |
| Binary | 1011001 | 10 | 11111100 | 1000001 | 1100011 | 0 | 1 | 100000101 | 1100010 | 110010 |
Color Harmonies of #5902FC
Complementary color
Monochromatic Colors of #5902FC
Black with #5902FC
Text Example
Text Example
White with #5902FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902FC; }
p { color: rgb(89,2,252); }
H1.HeaderClassName
{
color: #5902FC;
}
.AnyTagClassName
{
color: #5902FC;
}
</style>
background-color css
<style>
a { background-color: #5902FC; }
a { background-color: rgb(89,2,252); }
div.DivClassName
{
background-color: #5902FC;
}
.BgClassName
{
background-color: #5902FC;
}
</style>
border-color css
<style>
span { border-color: #5902FC; }
span { border-color: rgb(89,2,252); }
td.TdClassName
{
border-color: #5902FC;
}
.TagClassName
{
border-color: #5902FC;
}
</style>