Shades of Electric Indigo #5907EE
Tints of Electric Indigo #5907EE
RGB
CMYK
RGB Variations
Color information
#5907EE (or 0x5907EE) is known color: Electric Indigo. HEX triplet: 59, 07 and EE. RGB value is (89,7,238). Sum of RGB (Red+Green+Blue) = 89+7+238=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #5907EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5907EE is #A6F811. Grayscale: #393939. Windows color (decimal): -10942482 or 15599449. OLE color: 15599449.
HSL color Cylindrical-coordinate representation of color #5907EE: hue angle of 261.3º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5907EE is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 7 | 238 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.07 |
| HSL | 261.3º | 0.94% | 0.48% | - |
| HSV(B) | 261.3º | 0.97% | 0.93% | - |
| XYZ | 19.63 | 8.45 | 81.49 | - |
| YUV | 57.85 | 229.67 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 238 | 0.63 | 0.97 | 0 | 0.07 | 261.3 | 0.94 | 0.48 |
| Hex | 59 | 7 | EE | 3F | 61 | 0 | 7 | 105 | 5E | 30 |
| Octal | 131 | 7 | 356 | 77 | 141 | 0 | 7 | 405 | 136 | 60 |
| Binary | 1011001 | 111 | 11101110 | 111111 | 1100001 | 0 | 111 | 100000101 | 1011110 | 110000 |
Color Harmonies of #5907EE
Complementary color
Monochromatic Colors of #5907EE
Black with #5907EE
Text Example
Text Example
White with #5907EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5907EE; }
p { color: rgb(89,7,238); }
H1.HeaderClassName
{
color: #5907EE;
}
.AnyTagClassName
{
color: #5907EE;
}
</style>
background-color css
<style>
a { background-color: #5907EE; }
a { background-color: rgb(89,7,238); }
div.DivClassName
{
background-color: #5907EE;
}
.BgClassName
{
background-color: #5907EE;
}
</style>
border-color css
<style>
span { border-color: #5907EE; }
span { border-color: rgb(89,7,238); }
td.TdClassName
{
border-color: #5907EE;
}
.TagClassName
{
border-color: #5907EE;
}
</style>