Shades of Electric Indigo #5901EA
Tints of Electric Indigo #5901EA
RGB
CMYK
RGB Variations
Color information
#5901EA (or 0x5901EA) is known color: Electric Indigo. HEX triplet: 59, 01 and EA. RGB value is (89,1,234). Sum of RGB (Red+Green+Blue) = 89+1+234=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 234 (91.80% from 255 or 72.22% from 324); Max value from RGB is 234 - color contains mainly: blue. Hex color #5901EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5901EA is #A6FE15. Grayscale: #353535. Windows color (decimal): -10944022 or 15335769. OLE color: 15335769.
HSL color Cylindrical-coordinate representation of color #5901EA: hue angle of 262.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5901EA is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 1 | 234 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.08 |
| HSL | 262.66º | 0.99% | 0.46% | - |
| HSV(B) | 262.66º | 1% | 0.92% | - |
| XYZ | 18.98 | 8.09 | 78.4 | - |
| YUV | 53.87 | 229.65 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 234 | 0.62 | 1.00 | 0 | 0.08 | 262.66 | 0.99 | 0.46 |
| Hex | 59 | 1 | EA | 3E | 64 | 0 | 8 | 107 | 63 | 2E |
| Octal | 131 | 1 | 352 | 76 | 144 | 0 | 10 | 407 | 143 | 56 |
| Binary | 1011001 | 1 | 11101010 | 111110 | 1100100 | 0 | 1000 | 100000111 | 1100011 | 101110 |
Color Harmonies of #5901EA
Complementary color
Monochromatic Colors of #5901EA
Black with #5901EA
Text Example
Text Example
White with #5901EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5901EA; }
p { color: rgb(89,1,234); }
H1.HeaderClassName
{
color: #5901EA;
}
.AnyTagClassName
{
color: #5901EA;
}
</style>
background-color css
<style>
a { background-color: #5901EA; }
a { background-color: rgb(89,1,234); }
div.DivClassName
{
background-color: #5901EA;
}
.BgClassName
{
background-color: #5901EA;
}
</style>
border-color css
<style>
span { border-color: #5901EA; }
span { border-color: rgb(89,1,234); }
td.TdClassName
{
border-color: #5901EA;
}
.TagClassName
{
border-color: #5901EA;
}
</style>