Shades of Electric Indigo #7012E7
Tints of Electric Indigo #7012E7
RGB
CMYK
RGB Variations
Color information
#7012E7 (or 0x7012E7) is known color: Electric Indigo. HEX triplet: 70, 12 and E7. RGB value is (112,18,231). Sum of RGB (Red+Green+Blue) = 112+18+231=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 231 (90.62% from 255 or 63.99% from 361); Max value from RGB is 231 - color contains mainly: blue. Hex color #7012E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7012E7 is #8FED18. Grayscale: #454545. Windows color (decimal): -9432345 or 15143536. OLE color: 15143536.
HSL color Cylindrical-coordinate representation of color #7012E7: hue angle of 266.48º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7012E7 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 18 | 231 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.09 |
| HSL | 266.48º | 0.86% | 0.49% | - |
| HSV(B) | 266.48º | 0.92% | 0.91% | - |
| XYZ | 21.32 | 9.65 | 76.34 | - |
| YUV | 70.39 | 218.64 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 231 | 0.52 | 0.92 | 0 | 0.09 | 266.48 | 0.86 | 0.49 |
| Hex | 70 | 12 | E7 | 34 | 5C | 0 | 9 | 10A | 56 | 31 |
| Octal | 160 | 22 | 347 | 64 | 134 | 0 | 11 | 412 | 126 | 61 |
| Binary | 1110000 | 10010 | 11100111 | 110100 | 1011100 | 0 | 1001 | 100001010 | 1010110 | 110001 |
Color Harmonies of #7012E7
Complementary color
Monochromatic Colors of #7012E7
Black with #7012E7
Text Example
Text Example
White with #7012E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7012E7; }
p { color: rgb(112,18,231); }
H1.HeaderClassName
{
color: #7012E7;
}
.AnyTagClassName
{
color: #7012E7;
}
</style>
background-color css
<style>
a { background-color: #7012E7; }
a { background-color: rgb(112,18,231); }
div.DivClassName
{
background-color: #7012E7;
}
.BgClassName
{
background-color: #7012E7;
}
</style>
border-color css
<style>
span { border-color: #7012E7; }
span { border-color: rgb(112,18,231); }
td.TdClassName
{
border-color: #7012E7;
}
.TagClassName
{
border-color: #7012E7;
}
</style>