Shades of Electric Indigo #700EE3
Tints of Electric Indigo #700EE3
RGB
CMYK
RGB Variations
Color information
#700EE3 (or 0x700EE3) is known color: Electric Indigo. HEX triplet: 70, 0E and E3. RGB value is (112,14,227). Sum of RGB (Red+Green+Blue) = 112+14+227=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 227 (89.06% from 255 or 64.31% from 353); Max value from RGB is 227 - color contains mainly: blue. Hex color #700EE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EE3 is #8FF11C. Grayscale: #424242. Windows color (decimal): -9433373 or 14880368. OLE color: 14880368.
HSL color Cylindrical-coordinate representation of color #700EE3: hue angle of 267.61º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EE3 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 14 | 227 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.11 |
| HSL | 267.61º | 0.88% | 0.47% | - |
| HSV(B) | 267.61º | 0.94% | 0.89% | - |
| XYZ | 20.7 | 9.3 | 73.38 | - |
| YUV | 67.58 | 217.97 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 227 | 0.51 | 0.94 | 0 | 0.11 | 267.61 | 0.88 | 0.47 |
| Hex | 70 | E | E3 | 33 | 5E | 0 | B | 10C | 58 | 2F |
| Octal | 160 | 16 | 343 | 63 | 136 | 0 | 13 | 414 | 130 | 57 |
| Binary | 1110000 | 1110 | 11100011 | 110011 | 1011110 | 0 | 1011 | 100001100 | 1011000 | 101111 |
Color Harmonies of #700EE3
Complementary color
Monochromatic Colors of #700EE3
Black with #700EE3
Text Example
Text Example
White with #700EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700EE3; }
p { color: rgb(112,14,227); }
H1.HeaderClassName
{
color: #700EE3;
}
.AnyTagClassName
{
color: #700EE3;
}
</style>
background-color css
<style>
a { background-color: #700EE3; }
a { background-color: rgb(112,14,227); }
div.DivClassName
{
background-color: #700EE3;
}
.BgClassName
{
background-color: #700EE3;
}
</style>
border-color css
<style>
span { border-color: #700EE3; }
span { border-color: rgb(112,14,227); }
td.TdClassName
{
border-color: #700EE3;
}
.TagClassName
{
border-color: #700EE3;
}
</style>