Shades of Electric Indigo #5909FF
Tints of Electric Indigo #5909FF
RGB
CMYK
RGB Variations
Color information
#5909FF (or 0x5909FF) is known color: Electric Indigo. HEX triplet: 59, 09 and FF. RGB value is (89,9,255). Sum of RGB (Red+Green+Blue) = 89+9+255=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #5909FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5909FF is #A6F600. Grayscale: #3C3C3C. Windows color (decimal): -10941953 or 16714073. OLE color: 16714073.
HSL color Cylindrical-coordinate representation of color #5909FF: hue angle of 259.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5909FF is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 9 | 255 | - |
| CMYK | 0.65 | 0.96 | 0 | 0 |
| HSL | 259.51º | 1% | 0.52% | - |
| HSV(B) | 259.51º | 0.96% | 1% | - |
| XYZ | 22.27 | 9.54 | 95.28 | - |
| YUV | 60.96 | 237.5 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 255 | 0.65 | 0.96 | 0 | 0 | 259.51 | 1 | 0.52 |
| Hex | 59 | 9 | FF | 41 | 60 | 0 | 0 | 104 | 64 | 34 |
| Octal | 131 | 11 | 377 | 101 | 140 | 0 | 0 | 404 | 144 | 64 |
| Binary | 1011001 | 1001 | 11111111 | 1000001 | 1100000 | 0 | 0 | 100000100 | 1100100 | 110100 |
Color Harmonies of #5909FF
Complementary color
Monochromatic Colors of #5909FF
Black with #5909FF
Text Example
Text Example
White with #5909FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5909FF; }
p { color: rgb(89,9,255); }
H1.HeaderClassName
{
color: #5909FF;
}
.AnyTagClassName
{
color: #5909FF;
}
</style>
background-color css
<style>
a { background-color: #5909FF; }
a { background-color: rgb(89,9,255); }
div.DivClassName
{
background-color: #5909FF;
}
.BgClassName
{
background-color: #5909FF;
}
</style>
border-color css
<style>
span { border-color: #5909FF; }
span { border-color: rgb(89,9,255); }
td.TdClassName
{
border-color: #5909FF;
}
.TagClassName
{
border-color: #5909FF;
}
</style>