Shades of Electric Indigo #5902FA
Tints of Electric Indigo #5902FA
RGB
CMYK
RGB Variations
Color information
#5902FA (or 0x5902FA) is known color: Electric Indigo. HEX triplet: 59, 02 and FA. RGB value is (89,2,250). Sum of RGB (Red+Green+Blue) = 89+2+250=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #5902FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5902FA is #A6FD05. Grayscale: #373737. Windows color (decimal): -10943750 or 16384601. OLE color: 16384601.
HSL color Cylindrical-coordinate representation of color #5902FA: hue angle of 261.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902FA is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 2 | 250 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.02 |
| HSL | 261.05º | 0.98% | 0.49% | - |
| HSV(B) | 261.05º | 0.99% | 0.98% | - |
| XYZ | 21.4 | 9.07 | 91.07 | - |
| YUV | 56.29 | 237.32 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 250 | 0.64 | 0.99 | 0 | 0.02 | 261.05 | 0.98 | 0.49 |
| Hex | 59 | 2 | FA | 40 | 63 | 0 | 2 | 105 | 62 | 31 |
| Octal | 131 | 2 | 372 | 100 | 143 | 0 | 2 | 405 | 142 | 61 |
| Binary | 1011001 | 10 | 11111010 | 1000000 | 1100011 | 0 | 10 | 100000101 | 1100010 | 110001 |
Color Harmonies of #5902FA
Complementary color
Monochromatic Colors of #5902FA
Black with #5902FA
Text Example
Text Example
White with #5902FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902FA; }
p { color: rgb(89,2,250); }
H1.HeaderClassName
{
color: #5902FA;
}
.AnyTagClassName
{
color: #5902FA;
}
</style>
background-color css
<style>
a { background-color: #5902FA; }
a { background-color: rgb(89,2,250); }
div.DivClassName
{
background-color: #5902FA;
}
.BgClassName
{
background-color: #5902FA;
}
</style>
border-color css
<style>
span { border-color: #5902FA; }
span { border-color: rgb(89,2,250); }
td.TdClassName
{
border-color: #5902FA;
}
.TagClassName
{
border-color: #5902FA;
}
</style>