Shades of Electric Indigo #7012EB
Tints of Electric Indigo #7012EB
RGB
CMYK
RGB Variations
Color information
#7012EB (or 0x7012EB) is known color: Electric Indigo. HEX triplet: 70, 12 and EB. RGB value is (112,18,235). Sum of RGB (Red+Green+Blue) = 112+18+235=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #7012EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7012EB is #8FED14. Grayscale: #464646. Windows color (decimal): -9432341 or 15405680. OLE color: 15405680.
HSL color Cylindrical-coordinate representation of color #7012EB: hue angle of 265.99º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7012EB is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 18 | 235 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.08 |
| HSL | 265.99º | 0.86% | 0.5% | - |
| HSV(B) | 265.99º | 0.92% | 0.92% | - |
| XYZ | 21.89 | 9.88 | 79.35 | - |
| YUV | 70.84 | 220.64 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 235 | 0.52 | 0.92 | 0 | 0.08 | 265.99 | 0.86 | 0.5 |
| Hex | 70 | 12 | EB | 34 | 5C | 0 | 8 | 10A | 56 | 32 |
| Octal | 160 | 22 | 353 | 64 | 134 | 0 | 10 | 412 | 126 | 62 |
| Binary | 1110000 | 10010 | 11101011 | 110100 | 1011100 | 0 | 1000 | 100001010 | 1010110 | 110010 |
Color Harmonies of #7012EB
Complementary color
Monochromatic Colors of #7012EB
Black with #7012EB
Text Example
Text Example
White with #7012EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7012EB; }
p { color: rgb(112,18,235); }
H1.HeaderClassName
{
color: #7012EB;
}
.AnyTagClassName
{
color: #7012EB;
}
</style>
background-color css
<style>
a { background-color: #7012EB; }
a { background-color: rgb(112,18,235); }
div.DivClassName
{
background-color: #7012EB;
}
.BgClassName
{
background-color: #7012EB;
}
</style>
border-color css
<style>
span { border-color: #7012EB; }
span { border-color: rgb(112,18,235); }
td.TdClassName
{
border-color: #7012EB;
}
.TagClassName
{
border-color: #7012EB;
}
</style>