Shades of Electric Indigo #5908FF
Tints of Electric Indigo #5908FF
RGB
CMYK
RGB Variations
Color information
#5908FF (or 0x5908FF) is known color: Electric Indigo. HEX triplet: 59, 08 and FF. RGB value is (89,8,255). Sum of RGB (Red+Green+Blue) = 89+8+255=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #5908FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5908FF is #A6F700. Grayscale: #3B3B3B. Windows color (decimal): -10942209 or 16713817. OLE color: 16713817.
HSL color Cylindrical-coordinate representation of color #5908FF: hue angle of 259.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5908FF is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 8 | 255 | - |
| CMYK | 0.65 | 0.97 | 0 | 0 |
| HSL | 259.68º | 1% | 0.52% | - |
| HSV(B) | 259.68º | 0.97% | 1% | - |
| XYZ | 22.26 | 9.52 | 95.27 | - |
| YUV | 60.38 | 237.84 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 255 | 0.65 | 0.97 | 0 | 0 | 259.68 | 1 | 0.52 |
| Hex | 59 | 8 | FF | 41 | 61 | 0 | 0 | 104 | 64 | 34 |
| Octal | 131 | 10 | 377 | 101 | 141 | 0 | 0 | 404 | 144 | 64 |
| Binary | 1011001 | 1000 | 11111111 | 1000001 | 1100001 | 0 | 0 | 100000100 | 1100100 | 110100 |
Color Harmonies of #5908FF
Complementary color
Monochromatic Colors of #5908FF
Black with #5908FF
Text Example
Text Example
White with #5908FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5908FF; }
p { color: rgb(89,8,255); }
H1.HeaderClassName
{
color: #5908FF;
}
.AnyTagClassName
{
color: #5908FF;
}
</style>
background-color css
<style>
a { background-color: #5908FF; }
a { background-color: rgb(89,8,255); }
div.DivClassName
{
background-color: #5908FF;
}
.BgClassName
{
background-color: #5908FF;
}
</style>
border-color css
<style>
span { border-color: #5908FF; }
span { border-color: rgb(89,8,255); }
td.TdClassName
{
border-color: #5908FF;
}
.TagClassName
{
border-color: #5908FF;
}
</style>