Shades of Electric Indigo #7000E7
Tints of Electric Indigo #7000E7
RGB
CMYK
RGB Variations
Color information
#7000E7 (or 0x7000E7) is known color: Electric Indigo. HEX triplet: 70, 00 and E7. RGB value is (112,0,231). Sum of RGB (Red+Green+Blue) = 112+0+231=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 231 (90.62% from 255 or 67.35% from 343); Max value from RGB is 231 - color contains mainly: blue. Hex color #7000E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7000E7 is #8FFF18. Grayscale: #3B3B3B. Windows color (decimal): -9436953 or 15138928. OLE color: 15138928.
HSL color Cylindrical-coordinate representation of color #7000E7: hue angle of 269.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000E7 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 0 | 231 | - |
| CMYK | 0.52 | 1 | 0 | 0.09 |
| HSL | 269.09º | 1% | 0.45% | - |
| HSV(B) | 269.09º | 1% | 0.91% | - |
| XYZ | 21.11 | 9.21 | 76.27 | - |
| YUV | 59.82 | 224.61 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 231 | 0.52 | 1 | 0 | 0.09 | 269.09 | 1 | 0.45 |
| Hex | 70 | 0 | E7 | 34 | 64 | 0 | 9 | 10D | 64 | 2D |
| Octal | 160 | 0 | 347 | 64 | 144 | 0 | 11 | 415 | 144 | 55 |
| Binary | 1110000 | 0 | 11100111 | 110100 | 1100100 | 0 | 1001 | 100001101 | 1100100 | 101101 |
Color Harmonies of #7000E7
Complementary color
Monochromatic Colors of #7000E7
Black with #7000E7
Text Example
Text Example
White with #7000E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000E7; }
p { color: rgb(112,0,231); }
H1.HeaderClassName
{
color: #7000E7;
}
.AnyTagClassName
{
color: #7000E7;
}
</style>
background-color css
<style>
a { background-color: #7000E7; }
a { background-color: rgb(112,0,231); }
div.DivClassName
{
background-color: #7000E7;
}
.BgClassName
{
background-color: #7000E7;
}
</style>
border-color css
<style>
span { border-color: #7000E7; }
span { border-color: rgb(112,0,231); }
td.TdClassName
{
border-color: #7000E7;
}
.TagClassName
{
border-color: #7000E7;
}
</style>