Shades of Electric Indigo #7017FE
Tints of Electric Indigo #7017FE
RGB
CMYK
RGB Variations
Color information
#7017FE (or 0x7017FE) is known color: Electric Indigo. HEX triplet: 70, 17 and FE. RGB value is (112,23,254). Sum of RGB (Red+Green+Blue) = 112+23+254=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7017FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7017FE is #8FE801. Grayscale: #4B4B4B. Windows color (decimal): -9431042 or 16652144. OLE color: 16652144.
HSL color Cylindrical-coordinate representation of color #7017FE: hue angle of 263.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7017FE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 23 | 254 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.00 |
| HSL | 263.12º | 0.99% | 0.54% | - |
| HSV(B) | 263.12º | 0.91% | 1% | - |
| XYZ | 24.88 | 11.21 | 94.62 | - |
| YUV | 75.95 | 228.49 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 254 | 0.56 | 0.91 | 0 | 0.00 | 263.12 | 0.99 | 0.54 |
| Hex | 70 | 17 | FE | 38 | 5B | 0 | 0 | 107 | 63 | 36 |
| Octal | 160 | 27 | 376 | 70 | 133 | 0 | 0 | 407 | 143 | 66 |
| Binary | 1110000 | 10111 | 11111110 | 111000 | 1011011 | 0 | 0 | 100000111 | 1100011 | 110110 |
Color Harmonies of #7017FE
Complementary color
Monochromatic Colors of #7017FE
Black with #7017FE
Text Example
Text Example
White with #7017FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7017FE; }
p { color: rgb(112,23,254); }
H1.HeaderClassName
{
color: #7017FE;
}
.AnyTagClassName
{
color: #7017FE;
}
</style>
background-color css
<style>
a { background-color: #7017FE; }
a { background-color: rgb(112,23,254); }
div.DivClassName
{
background-color: #7017FE;
}
.BgClassName
{
background-color: #7017FE;
}
</style>
border-color css
<style>
span { border-color: #7017FE; }
span { border-color: rgb(112,23,254); }
td.TdClassName
{
border-color: #7017FE;
}
.TagClassName
{
border-color: #7017FE;
}
</style>