Shades of Electric Indigo #5907FA
Tints of Electric Indigo #5907FA
RGB
CMYK
RGB Variations
Color information
#5907FA (or 0x5907FA) is known color: Electric Indigo. HEX triplet: 59, 07 and FA. RGB value is (89,7,250). Sum of RGB (Red+Green+Blue) = 89+7+250=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #5907FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5907FA is #A6F805. Grayscale: #3A3A3A. Windows color (decimal): -10942470 or 16385881. OLE color: 16385881.
HSL color Cylindrical-coordinate representation of color #5907FA: hue angle of 260.25º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5907FA is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 7 | 250 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.02 |
| HSL | 260.25º | 0.96% | 0.5% | - |
| HSV(B) | 260.25º | 0.97% | 0.98% | - |
| XYZ | 21.45 | 9.18 | 91.08 | - |
| YUV | 59.22 | 235.67 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 250 | 0.64 | 0.97 | 0 | 0.02 | 260.25 | 0.96 | 0.5 |
| Hex | 59 | 7 | FA | 40 | 61 | 0 | 2 | 104 | 60 | 32 |
| Octal | 131 | 7 | 372 | 100 | 141 | 0 | 2 | 404 | 140 | 62 |
| Binary | 1011001 | 111 | 11111010 | 1000000 | 1100001 | 0 | 10 | 100000100 | 1100000 | 110010 |
Color Harmonies of #5907FA
Complementary color
Monochromatic Colors of #5907FA
Black with #5907FA
Text Example
Text Example
White with #5907FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5907FA; }
p { color: rgb(89,7,250); }
H1.HeaderClassName
{
color: #5907FA;
}
.AnyTagClassName
{
color: #5907FA;
}
</style>
background-color css
<style>
a { background-color: #5907FA; }
a { background-color: rgb(89,7,250); }
div.DivClassName
{
background-color: #5907FA;
}
.BgClassName
{
background-color: #5907FA;
}
</style>
border-color css
<style>
span { border-color: #5907FA; }
span { border-color: rgb(89,7,250); }
td.TdClassName
{
border-color: #5907FA;
}
.TagClassName
{
border-color: #5907FA;
}
</style>