Shades of Electric Indigo #7000E0
Tints of Electric Indigo #7000E0
RGB
CMYK
RGB Variations
Color information
#7000E0 (or 0x7000E0) is known color: Electric Indigo. HEX triplet: 70, 00 and E0. RGB value is (112,0,224). Sum of RGB (Red+Green+Blue) = 112+0+224=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #7000E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000E0 is #8FFF1F. Grayscale: #3A3A3A. Windows color (decimal): -9436960 or 14680176. OLE color: 14680176.
HSL color Cylindrical-coordinate representation of color #7000E0: hue angle of 270º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000E0 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 0 | 224 | - |
| CMYK | 0.50 | 1 | 0 | 0.12 |
| HSL | 270º | 1% | 0.44% | - |
| HSV(B) | 270º | 1% | 0.88% | - |
| XYZ | 20.14 | 8.83 | 71.16 | - |
| YUV | 59.02 | 221.11 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 224 | 0.50 | 1 | 0 | 0.12 | 270 | 1 | 0.44 |
| Hex | 70 | 0 | E0 | 32 | 64 | 0 | C | 10E | 64 | 2C |
| Octal | 160 | 0 | 340 | 62 | 144 | 0 | 14 | 416 | 144 | 54 |
| Binary | 1110000 | 0 | 11100000 | 110010 | 1100100 | 0 | 1100 | 100001110 | 1100100 | 101100 |
Color Harmonies of #7000E0
Complementary color
Monochromatic Colors of #7000E0
Black with #7000E0
Text Example
Text Example
White with #7000E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000E0; }
p { color: rgb(112,0,224); }
H1.HeaderClassName
{
color: #7000E0;
}
.AnyTagClassName
{
color: #7000E0;
}
</style>
background-color css
<style>
a { background-color: #7000E0; }
a { background-color: rgb(112,0,224); }
div.DivClassName
{
background-color: #7000E0;
}
.BgClassName
{
background-color: #7000E0;
}
</style>
border-color css
<style>
span { border-color: #7000E0; }
span { border-color: rgb(112,0,224); }
td.TdClassName
{
border-color: #7000E0;
}
.TagClassName
{
border-color: #7000E0;
}
</style>