Shades of Electric Indigo #7019ED
Tints of Electric Indigo #7019ED
RGB
CMYK
RGB Variations
Color information
#7019ED (or 0x7019ED) is known color: Electric Indigo. HEX triplet: 70, 19 and ED. RGB value is (112,25,237). Sum of RGB (Red+Green+Blue) = 112+25+237=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #7019ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7019ED is #8FE612. Grayscale: #4A4A4A. Windows color (decimal): -9430547 or 15538544. OLE color: 15538544.
HSL color Cylindrical-coordinate representation of color #7019ED: hue angle of 264.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7019ED is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 25 | 237 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.07 |
| HSL | 264.62º | 0.85% | 0.51% | - |
| HSV(B) | 264.62º | 0.89% | 0.93% | - |
| XYZ | 22.32 | 10.25 | 80.92 | - |
| YUV | 75.18 | 219.32 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 237 | 0.53 | 0.89 | 0 | 0.07 | 264.62 | 0.85 | 0.51 |
| Hex | 70 | 19 | ED | 35 | 59 | 0 | 7 | 109 | 55 | 33 |
| Octal | 160 | 31 | 355 | 65 | 131 | 0 | 7 | 411 | 125 | 63 |
| Binary | 1110000 | 11001 | 11101101 | 110101 | 1011001 | 0 | 111 | 100001001 | 1010101 | 110011 |
Color Harmonies of #7019ED
Complementary color
Monochromatic Colors of #7019ED
Black with #7019ED
Text Example
Text Example
White with #7019ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7019ED; }
p { color: rgb(112,25,237); }
H1.HeaderClassName
{
color: #7019ED;
}
.AnyTagClassName
{
color: #7019ED;
}
</style>
background-color css
<style>
a { background-color: #7019ED; }
a { background-color: rgb(112,25,237); }
div.DivClassName
{
background-color: #7019ED;
}
.BgClassName
{
background-color: #7019ED;
}
</style>
border-color css
<style>
span { border-color: #7019ED; }
span { border-color: rgb(112,25,237); }
td.TdClassName
{
border-color: #7019ED;
}
.TagClassName
{
border-color: #7019ED;
}
</style>