Shades of Electric Indigo #7002EC
Tints of Electric Indigo #7002EC
RGB
CMYK
RGB Variations
Color information
#7002EC (or 0x7002EC) is known color: Electric Indigo. HEX triplet: 70, 02 and EC. RGB value is (112,2,236). Sum of RGB (Red+Green+Blue) = 112+2+236=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #7002EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7002EC is #8FFD13. Grayscale: #3C3C3C. Windows color (decimal): -9436436 or 15467120. OLE color: 15467120.
HSL color Cylindrical-coordinate representation of color #7002EC: hue angle of 268.21º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002EC is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 2 | 236 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.07 |
| HSL | 268.21º | 0.98% | 0.47% | - |
| HSV(B) | 268.21º | 0.99% | 0.93% | - |
| XYZ | 21.84 | 9.54 | 80.05 | - |
| YUV | 61.57 | 226.44 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 236 | 0.53 | 0.99 | 0 | 0.07 | 268.21 | 0.98 | 0.47 |
| Hex | 70 | 2 | EC | 35 | 63 | 0 | 7 | 10C | 62 | 2F |
| Octal | 160 | 2 | 354 | 65 | 143 | 0 | 7 | 414 | 142 | 57 |
| Binary | 1110000 | 10 | 11101100 | 110101 | 1100011 | 0 | 111 | 100001100 | 1100010 | 101111 |
Color Harmonies of #7002EC
Complementary color
Monochromatic Colors of #7002EC
Black with #7002EC
Text Example
Text Example
White with #7002EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002EC; }
p { color: rgb(112,2,236); }
H1.HeaderClassName
{
color: #7002EC;
}
.AnyTagClassName
{
color: #7002EC;
}
</style>
background-color css
<style>
a { background-color: #7002EC; }
a { background-color: rgb(112,2,236); }
div.DivClassName
{
background-color: #7002EC;
}
.BgClassName
{
background-color: #7002EC;
}
</style>
border-color css
<style>
span { border-color: #7002EC; }
span { border-color: rgb(112,2,236); }
td.TdClassName
{
border-color: #7002EC;
}
.TagClassName
{
border-color: #7002EC;
}
</style>