Shades of Electric Indigo #5901F7
Tints of Electric Indigo #5901F7
RGB
CMYK
RGB Variations
Color information
#5901F7 (or 0x5901F7) is known color: Electric Indigo. HEX triplet: 59, 01 and F7. RGB value is (89,1,247). Sum of RGB (Red+Green+Blue) = 89+1+247=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 247 (96.88% from 255 or 73.29% from 337); Max value from RGB is 247 - color contains mainly: blue. Hex color #5901F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5901F7 is #A6FE08. Grayscale: #363636. Windows color (decimal): -10944009 or 16187737. OLE color: 16187737.
HSL color Cylindrical-coordinate representation of color #5901F7: hue angle of 261.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5901F7 is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 1 | 247 | - |
| CMYK | 0.64 | 1.00 | 0 | 0.03 |
| HSL | 261.46º | 0.99% | 0.49% | - |
| HSV(B) | 261.46º | 1% | 0.97% | - |
| XYZ | 20.92 | 8.86 | 88.6 | - |
| YUV | 55.36 | 236.15 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 247 | 0.64 | 1.00 | 0 | 0.03 | 261.46 | 0.99 | 0.49 |
| Hex | 59 | 1 | F7 | 40 | 64 | 0 | 3 | 105 | 63 | 31 |
| Octal | 131 | 1 | 367 | 100 | 144 | 0 | 3 | 405 | 143 | 61 |
| Binary | 1011001 | 1 | 11110111 | 1000000 | 1100100 | 0 | 11 | 100000101 | 1100011 | 110001 |
Color Harmonies of #5901F7
Complementary color
Monochromatic Colors of #5901F7
Black with #5901F7
Text Example
Text Example
White with #5901F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5901F7; }
p { color: rgb(89,1,247); }
H1.HeaderClassName
{
color: #5901F7;
}
.AnyTagClassName
{
color: #5901F7;
}
</style>
background-color css
<style>
a { background-color: #5901F7; }
a { background-color: rgb(89,1,247); }
div.DivClassName
{
background-color: #5901F7;
}
.BgClassName
{
background-color: #5901F7;
}
</style>
border-color css
<style>
span { border-color: #5901F7; }
span { border-color: rgb(89,1,247); }
td.TdClassName
{
border-color: #5901F7;
}
.TagClassName
{
border-color: #5901F7;
}
</style>