Shades of Electric Indigo #7017EF
Tints of Electric Indigo #7017EF
RGB
CMYK
RGB Variations
Color information
#7017EF (or 0x7017EF) is known color: Electric Indigo. HEX triplet: 70, 17 and EF. RGB value is (112,23,239). Sum of RGB (Red+Green+Blue) = 112+23+239=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #7017EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7017EF is #8FE810. Grayscale: #494949. Windows color (decimal): -9431057 or 15669104. OLE color: 15669104.
HSL color Cylindrical-coordinate representation of color #7017EF: hue angle of 264.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7017EF is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 23 | 239 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.06 |
| HSL | 264.72º | 0.87% | 0.51% | - |
| HSV(B) | 264.72º | 0.9% | 0.94% | - |
| XYZ | 22.57 | 10.29 | 82.46 | - |
| YUV | 74.24 | 220.99 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 239 | 0.53 | 0.90 | 0 | 0.06 | 264.72 | 0.87 | 0.51 |
| Hex | 70 | 17 | EF | 35 | 5A | 0 | 6 | 109 | 57 | 33 |
| Octal | 160 | 27 | 357 | 65 | 132 | 0 | 6 | 411 | 127 | 63 |
| Binary | 1110000 | 10111 | 11101111 | 110101 | 1011010 | 0 | 110 | 100001001 | 1010111 | 110011 |
Color Harmonies of #7017EF
Complementary color
Monochromatic Colors of #7017EF
Black with #7017EF
Text Example
Text Example
White with #7017EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7017EF; }
p { color: rgb(112,23,239); }
H1.HeaderClassName
{
color: #7017EF;
}
.AnyTagClassName
{
color: #7017EF;
}
</style>
background-color css
<style>
a { background-color: #7017EF; }
a { background-color: rgb(112,23,239); }
div.DivClassName
{
background-color: #7017EF;
}
.BgClassName
{
background-color: #7017EF;
}
</style>
border-color css
<style>
span { border-color: #7017EF; }
span { border-color: rgb(112,23,239); }
td.TdClassName
{
border-color: #7017EF;
}
.TagClassName
{
border-color: #7017EF;
}
</style>