Shades of Electric Indigo #700EE4
Tints of Electric Indigo #700EE4
RGB
CMYK
RGB Variations
Color information
#700EE4 (or 0x700EE4) is known color: Electric Indigo. HEX triplet: 70, 0E and E4. RGB value is (112,14,228). Sum of RGB (Red+Green+Blue) = 112+14+228=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 228 (89.45% from 255 or 64.41% from 354); Max value from RGB is 228 - color contains mainly: blue. Hex color #700EE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EE4 is #8FF11B. Grayscale: #424242. Windows color (decimal): -9433372 or 14945904. OLE color: 14945904.
HSL color Cylindrical-coordinate representation of color #700EE4: hue angle of 267.48º 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 #700EE4 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 14 | 228 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.11 |
| HSL | 267.48º | 0.88% | 0.47% | - |
| HSV(B) | 267.48º | 0.94% | 0.89% | - |
| XYZ | 20.84 | 9.36 | 74.11 | - |
| YUV | 67.7 | 218.47 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 228 | 0.51 | 0.94 | 0 | 0.11 | 267.48 | 0.88 | 0.47 |
| Hex | 70 | E | E4 | 33 | 5E | 0 | B | 10B | 58 | 2F |
| Octal | 160 | 16 | 344 | 63 | 136 | 0 | 13 | 413 | 130 | 57 |
| Binary | 1110000 | 1110 | 11100100 | 110011 | 1011110 | 0 | 1011 | 100001011 | 1011000 | 101111 |
Color Harmonies of #700EE4
Complementary color
Monochromatic Colors of #700EE4
Black with #700EE4
Text Example
Text Example
White with #700EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700EE4; }
p { color: rgb(112,14,228); }
H1.HeaderClassName
{
color: #700EE4;
}
.AnyTagClassName
{
color: #700EE4;
}
</style>
background-color css
<style>
a { background-color: #700EE4; }
a { background-color: rgb(112,14,228); }
div.DivClassName
{
background-color: #700EE4;
}
.BgClassName
{
background-color: #700EE4;
}
</style>
border-color css
<style>
span { border-color: #700EE4; }
span { border-color: rgb(112,14,228); }
td.TdClassName
{
border-color: #700EE4;
}
.TagClassName
{
border-color: #700EE4;
}
</style>