Shades of Electric Indigo #700EEC
Tints of Electric Indigo #700EEC
RGB
CMYK
RGB Variations
Color information
#700EEC (or 0x700EEC) is known color: Electric Indigo. HEX triplet: 70, 0E and EC. RGB value is (112,14,236). Sum of RGB (Red+Green+Blue) = 112+14+236=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #700EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EEC is #8FF113. Grayscale: #434343. Windows color (decimal): -9433364 or 15470192. OLE color: 15470192.
HSL color Cylindrical-coordinate representation of color #700EEC: hue angle of 266.49º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EEC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 14 | 236 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.07 |
| HSL | 266.49º | 0.89% | 0.49% | - |
| HSV(B) | 266.49º | 0.94% | 0.93% | - |
| XYZ | 21.98 | 9.81 | 80.09 | - |
| YUV | 68.61 | 222.47 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 236 | 0.53 | 0.94 | 0 | 0.07 | 266.49 | 0.89 | 0.49 |
| Hex | 70 | E | EC | 35 | 5E | 0 | 7 | 10A | 59 | 31 |
| Octal | 160 | 16 | 354 | 65 | 136 | 0 | 7 | 412 | 131 | 61 |
| Binary | 1110000 | 1110 | 11101100 | 110101 | 1011110 | 0 | 111 | 100001010 | 1011001 | 110001 |
Color Harmonies of #700EEC
Complementary color
Monochromatic Colors of #700EEC
Black with #700EEC
Text Example
Text Example
White with #700EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700EEC; }
p { color: rgb(112,14,236); }
H1.HeaderClassName
{
color: #700EEC;
}
.AnyTagClassName
{
color: #700EEC;
}
</style>
background-color css
<style>
a { background-color: #700EEC; }
a { background-color: rgb(112,14,236); }
div.DivClassName
{
background-color: #700EEC;
}
.BgClassName
{
background-color: #700EEC;
}
</style>
border-color css
<style>
span { border-color: #700EEC; }
span { border-color: rgb(112,14,236); }
td.TdClassName
{
border-color: #700EEC;
}
.TagClassName
{
border-color: #700EEC;
}
</style>