Shades of Electric Indigo #5901FB
Tints of Electric Indigo #5901FB
RGB
CMYK
RGB Variations
Color information
#5901FB (or 0x5901FB) is known color: Electric Indigo. HEX triplet: 59, 01 and FB. RGB value is (89,1,251). Sum of RGB (Red+Green+Blue) = 89+1+251=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #5901FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5901FB is #A6FE04. Grayscale: #363636. Windows color (decimal): -10944005 or 16449881. OLE color: 16449881.
HSL color Cylindrical-coordinate representation of color #5901FB: hue angle of 261.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5901FB is Cyan = 0.65, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 1 | 251 | - |
| CMYK | 0.65 | 1.00 | 0 | 0.02 |
| HSL | 261.12º | 0.99% | 0.49% | - |
| HSV(B) | 261.12º | 1% | 0.98% | - |
| XYZ | 21.54 | 9.11 | 91.89 | - |
| YUV | 55.81 | 238.15 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 251 | 0.65 | 1.00 | 0 | 0.02 | 261.12 | 0.99 | 0.49 |
| Hex | 59 | 1 | FB | 41 | 64 | 0 | 2 | 105 | 63 | 31 |
| Octal | 131 | 1 | 373 | 101 | 144 | 0 | 2 | 405 | 143 | 61 |
| Binary | 1011001 | 1 | 11111011 | 1000001 | 1100100 | 0 | 10 | 100000101 | 1100011 | 110001 |
Color Harmonies of #5901FB
Complementary color
Monochromatic Colors of #5901FB
Black with #5901FB
Text Example
Text Example
White with #5901FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5901FB; }
p { color: rgb(89,1,251); }
H1.HeaderClassName
{
color: #5901FB;
}
.AnyTagClassName
{
color: #5901FB;
}
</style>
background-color css
<style>
a { background-color: #5901FB; }
a { background-color: rgb(89,1,251); }
div.DivClassName
{
background-color: #5901FB;
}
.BgClassName
{
background-color: #5901FB;
}
</style>
border-color css
<style>
span { border-color: #5901FB; }
span { border-color: rgb(89,1,251); }
td.TdClassName
{
border-color: #5901FB;
}
.TagClassName
{
border-color: #5901FB;
}
</style>