Shades of Electric Indigo #7010EF
Tints of Electric Indigo #7010EF
RGB
CMYK
RGB Variations
Color information
#7010EF (or 0x7010EF) is known color: Electric Indigo. HEX triplet: 70, 10 and EF. RGB value is (112,16,239). Sum of RGB (Red+Green+Blue) = 112+16+239=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #7010EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010EF is #8FEF10. Grayscale: #454545. Windows color (decimal): -9432849 or 15667312. OLE color: 15667312.
HSL color Cylindrical-coordinate representation of color #7010EF: hue angle of 265.83º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7010EF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 16 | 239 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.06 |
| HSL | 265.83º | 0.87% | 0.5% | - |
| HSV(B) | 265.83º | 0.93% | 0.94% | - |
| XYZ | 22.45 | 10.05 | 82.42 | - |
| YUV | 70.13 | 223.3 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 239 | 0.53 | 0.93 | 0 | 0.06 | 265.83 | 0.87 | 0.5 |
| Hex | 70 | 10 | EF | 35 | 5D | 0 | 6 | 10A | 57 | 32 |
| Octal | 160 | 20 | 357 | 65 | 135 | 0 | 6 | 412 | 127 | 62 |
| Binary | 1110000 | 10000 | 11101111 | 110101 | 1011101 | 0 | 110 | 100001010 | 1010111 | 110010 |
Color Harmonies of #7010EF
Complementary color
Monochromatic Colors of #7010EF
Black with #7010EF
Text Example
Text Example
White with #7010EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010EF; }
p { color: rgb(112,16,239); }
H1.HeaderClassName
{
color: #7010EF;
}
.AnyTagClassName
{
color: #7010EF;
}
</style>
background-color css
<style>
a { background-color: #7010EF; }
a { background-color: rgb(112,16,239); }
div.DivClassName
{
background-color: #7010EF;
}
.BgClassName
{
background-color: #7010EF;
}
</style>
border-color css
<style>
span { border-color: #7010EF; }
span { border-color: rgb(112,16,239); }
td.TdClassName
{
border-color: #7010EF;
}
.TagClassName
{
border-color: #7010EF;
}
</style>