Shades of Electric Indigo #5907FE
Tints of Electric Indigo #5907FE
RGB
CMYK
RGB Variations
Color information
#5907FE (or 0x5907FE) is known color: Electric Indigo. HEX triplet: 59, 07 and FE. RGB value is (89,7,254). Sum of RGB (Red+Green+Blue) = 89+7+254=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #5907FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5907FE is #A6F801. Grayscale: #3A3A3A. Windows color (decimal): -10942466 or 16648025. OLE color: 16648025.
HSL color Cylindrical-coordinate representation of color #5907FE: hue angle of 259.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5907FE is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 7 | 254 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.00 |
| HSL | 259.92º | 0.99% | 0.51% | - |
| HSV(B) | 259.92º | 0.97% | 1% | - |
| XYZ | 22.09 | 9.43 | 94.42 | - |
| YUV | 59.68 | 237.67 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 254 | 0.65 | 0.97 | 0 | 0.00 | 259.92 | 0.99 | 0.51 |
| Hex | 59 | 7 | FE | 41 | 61 | 0 | 0 | 104 | 63 | 33 |
| Octal | 131 | 7 | 376 | 101 | 141 | 0 | 0 | 404 | 143 | 63 |
| Binary | 1011001 | 111 | 11111110 | 1000001 | 1100001 | 0 | 0 | 100000100 | 1100011 | 110011 |
Color Harmonies of #5907FE
Complementary color
Monochromatic Colors of #5907FE
Black with #5907FE
Text Example
Text Example
White with #5907FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5907FE; }
p { color: rgb(89,7,254); }
H1.HeaderClassName
{
color: #5907FE;
}
.AnyTagClassName
{
color: #5907FE;
}
</style>
background-color css
<style>
a { background-color: #5907FE; }
a { background-color: rgb(89,7,254); }
div.DivClassName
{
background-color: #5907FE;
}
.BgClassName
{
background-color: #5907FE;
}
</style>
border-color css
<style>
span { border-color: #5907FE; }
span { border-color: rgb(89,7,254); }
td.TdClassName
{
border-color: #5907FE;
}
.TagClassName
{
border-color: #5907FE;
}
</style>