Shades of Electric Indigo #700CEC
Tints of Electric Indigo #700CEC
RGB
CMYK
RGB Variations
Color information
#700CEC (or 0x700CEC) is known color: Electric Indigo. HEX triplet: 70, 0C and EC. RGB value is (112,12,236). Sum of RGB (Red+Green+Blue) = 112+12+236=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #700CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CEC is #8FF313. Grayscale: #424242. Windows color (decimal): -9433876 or 15469680. OLE color: 15469680.
HSL color Cylindrical-coordinate representation of color #700CEC: hue angle of 266.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CEC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 12 | 236 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.07 |
| HSL | 266.79º | 0.9% | 0.49% | - |
| HSV(B) | 266.79º | 0.95% | 0.93% | - |
| XYZ | 21.95 | 9.76 | 80.08 | - |
| YUV | 67.44 | 223.13 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 236 | 0.53 | 0.95 | 0 | 0.07 | 266.79 | 0.9 | 0.49 |
| Hex | 70 | C | EC | 35 | 5F | 0 | 7 | 10B | 5A | 31 |
| Octal | 160 | 14 | 354 | 65 | 137 | 0 | 7 | 413 | 132 | 61 |
| Binary | 1110000 | 1100 | 11101100 | 110101 | 1011111 | 0 | 111 | 100001011 | 1011010 | 110001 |
Color Harmonies of #700CEC
Complementary color
Monochromatic Colors of #700CEC
Black with #700CEC
Text Example
Text Example
White with #700CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CEC; }
p { color: rgb(112,12,236); }
H1.HeaderClassName
{
color: #700CEC;
}
.AnyTagClassName
{
color: #700CEC;
}
</style>
background-color css
<style>
a { background-color: #700CEC; }
a { background-color: rgb(112,12,236); }
div.DivClassName
{
background-color: #700CEC;
}
.BgClassName
{
background-color: #700CEC;
}
</style>
border-color css
<style>
span { border-color: #700CEC; }
span { border-color: rgb(112,12,236); }
td.TdClassName
{
border-color: #700CEC;
}
.TagClassName
{
border-color: #700CEC;
}
</style>