Shades of Electric Indigo #700CE7
Tints of Electric Indigo #700CE7
RGB
CMYK
RGB Variations
Color information
#700CE7 (or 0x700CE7) is known color: Electric Indigo. HEX triplet: 70, 0C and E7. RGB value is (112,12,231). Sum of RGB (Red+Green+Blue) = 112+12+231=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 231 (90.62% from 255 or 65.07% from 355); Max value from RGB is 231 - color contains mainly: blue. Hex color #700CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CE7 is #8FF318. Grayscale: #424242. Windows color (decimal): -9433881 or 15142000. OLE color: 15142000.
HSL color Cylindrical-coordinate representation of color #700CE7: hue angle of 267.4º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CE7 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 12 | 231 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.09 |
| HSL | 267.4º | 0.9% | 0.48% | - |
| HSV(B) | 267.4º | 0.95% | 0.91% | - |
| XYZ | 21.24 | 9.48 | 76.31 | - |
| YUV | 66.87 | 220.63 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 231 | 0.52 | 0.95 | 0 | 0.09 | 267.4 | 0.9 | 0.48 |
| Hex | 70 | C | E7 | 34 | 5F | 0 | 9 | 10B | 5A | 30 |
| Octal | 160 | 14 | 347 | 64 | 137 | 0 | 11 | 413 | 132 | 60 |
| Binary | 1110000 | 1100 | 11100111 | 110100 | 1011111 | 0 | 1001 | 100001011 | 1011010 | 110000 |
Color Harmonies of #700CE7
Complementary color
Monochromatic Colors of #700CE7
Black with #700CE7
Text Example
Text Example
White with #700CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CE7; }
p { color: rgb(112,12,231); }
H1.HeaderClassName
{
color: #700CE7;
}
.AnyTagClassName
{
color: #700CE7;
}
</style>
background-color css
<style>
a { background-color: #700CE7; }
a { background-color: rgb(112,12,231); }
div.DivClassName
{
background-color: #700CE7;
}
.BgClassName
{
background-color: #700CE7;
}
</style>
border-color css
<style>
span { border-color: #700CE7; }
span { border-color: rgb(112,12,231); }
td.TdClassName
{
border-color: #700CE7;
}
.TagClassName
{
border-color: #700CE7;
}
</style>