Shades of Electric Indigo #7017FA
Tints of Electric Indigo #7017FA
RGB
CMYK
RGB Variations
Color information
#7017FA (or 0x7017FA) is known color: Electric Indigo. HEX triplet: 70, 17 and FA. RGB value is (112,23,250). Sum of RGB (Red+Green+Blue) = 112+23+250=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #7017FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7017FA is #8FE805. Grayscale: #4A4A4A. Windows color (decimal): -9431046 or 16390000. OLE color: 16390000.
HSL color Cylindrical-coordinate representation of color #7017FA: hue angle of 263.52º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7017FA is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 23 | 250 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.02 |
| HSL | 263.52º | 0.96% | 0.54% | - |
| HSV(B) | 263.52º | 0.91% | 0.98% | - |
| XYZ | 24.24 | 10.96 | 91.28 | - |
| YUV | 75.49 | 226.49 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 250 | 0.55 | 0.91 | 0 | 0.02 | 263.52 | 0.96 | 0.54 |
| Hex | 70 | 17 | FA | 37 | 5B | 0 | 2 | 108 | 60 | 36 |
| Octal | 160 | 27 | 372 | 67 | 133 | 0 | 2 | 410 | 140 | 66 |
| Binary | 1110000 | 10111 | 11111010 | 110111 | 1011011 | 0 | 10 | 100001000 | 1100000 | 110110 |
Color Harmonies of #7017FA
Complementary color
Monochromatic Colors of #7017FA
Black with #7017FA
Text Example
Text Example
White with #7017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7017FA; }
p { color: rgb(112,23,250); }
H1.HeaderClassName
{
color: #7017FA;
}
.AnyTagClassName
{
color: #7017FA;
}
</style>
background-color css
<style>
a { background-color: #7017FA; }
a { background-color: rgb(112,23,250); }
div.DivClassName
{
background-color: #7017FA;
}
.BgClassName
{
background-color: #7017FA;
}
</style>
border-color css
<style>
span { border-color: #7017FA; }
span { border-color: rgb(112,23,250); }
td.TdClassName
{
border-color: #7017FA;
}
.TagClassName
{
border-color: #7017FA;
}
</style>