Shades of Electric Indigo #5905FF
Tints of Electric Indigo #5905FF
RGB
CMYK
RGB Variations
Color information
#5905FF (or 0x5905FF) is known color: Electric Indigo. HEX triplet: 59, 05 and FF. RGB value is (89,5,255). Sum of RGB (Red+Green+Blue) = 89+5+255=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #5905FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5905FF is #A6FA00. Grayscale: #393939. Windows color (decimal): -10942977 or 16713049. OLE color: 16713049.
HSL color Cylindrical-coordinate representation of color #5905FF: hue angle of 260.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5905FF is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 5 | 255 | - |
| CMYK | 0.65 | 0.98 | 0 | 0 |
| HSL | 260.16º | 1% | 0.51% | - |
| HSV(B) | 260.16º | 0.98% | 1% | - |
| XYZ | 22.22 | 9.45 | 95.26 | - |
| YUV | 58.62 | 238.83 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 255 | 0.65 | 0.98 | 0 | 0 | 260.16 | 1 | 0.51 |
| Hex | 59 | 5 | FF | 41 | 62 | 0 | 0 | 104 | 64 | 33 |
| Octal | 131 | 5 | 377 | 101 | 142 | 0 | 0 | 404 | 144 | 63 |
| Binary | 1011001 | 101 | 11111111 | 1000001 | 1100010 | 0 | 0 | 100000100 | 1100100 | 110011 |
Color Harmonies of #5905FF
Complementary color
Monochromatic Colors of #5905FF
Black with #5905FF
Text Example
Text Example
White with #5905FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905FF; }
p { color: rgb(89,5,255); }
H1.HeaderClassName
{
color: #5905FF;
}
.AnyTagClassName
{
color: #5905FF;
}
</style>
background-color css
<style>
a { background-color: #5905FF; }
a { background-color: rgb(89,5,255); }
div.DivClassName
{
background-color: #5905FF;
}
.BgClassName
{
background-color: #5905FF;
}
</style>
border-color css
<style>
span { border-color: #5905FF; }
span { border-color: rgb(89,5,255); }
td.TdClassName
{
border-color: #5905FF;
}
.TagClassName
{
border-color: #5905FF;
}
</style>