Shades of Electric Indigo #7011FF
Tints of Electric Indigo #7011FF
RGB
CMYK
RGB Variations
Color information
#7011FF (or 0x7011FF) is known color: Electric Indigo. HEX triplet: 70, 11 and FF. RGB value is (112,17,255). Sum of RGB (Red+Green+Blue) = 112+17+255=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #7011FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011FF is #8FEE00. Grayscale: #474747. Windows color (decimal): -9432577 or 16716144. OLE color: 16716144.
HSL color Cylindrical-coordinate representation of color #7011FF: hue angle of 263.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7011FF is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 17 | 255 | - |
| CMYK | 0.56 | 0.93 | 0 | 0 |
| HSL | 263.95º | 1% | 0.53% | - |
| HSV(B) | 263.95º | 0.93% | 1% | - |
| XYZ | 24.93 | 11.07 | 95.43 | - |
| YUV | 72.54 | 230.97 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 255 | 0.56 | 0.93 | 0 | 0 | 263.95 | 1 | 0.53 |
| Hex | 70 | 11 | FF | 38 | 5D | 0 | 0 | 108 | 64 | 35 |
| Octal | 160 | 21 | 377 | 70 | 135 | 0 | 0 | 410 | 144 | 65 |
| Binary | 1110000 | 10001 | 11111111 | 111000 | 1011101 | 0 | 0 | 100001000 | 1100100 | 110101 |
Color Harmonies of #7011FF
Complementary color
Monochromatic Colors of #7011FF
Black with #7011FF
Text Example
Text Example
White with #7011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7011FF; }
p { color: rgb(112,17,255); }
H1.HeaderClassName
{
color: #7011FF;
}
.AnyTagClassName
{
color: #7011FF;
}
</style>
background-color css
<style>
a { background-color: #7011FF; }
a { background-color: rgb(112,17,255); }
div.DivClassName
{
background-color: #7011FF;
}
.BgClassName
{
background-color: #7011FF;
}
</style>
border-color css
<style>
span { border-color: #7011FF; }
span { border-color: rgb(112,17,255); }
td.TdClassName
{
border-color: #7011FF;
}
.TagClassName
{
border-color: #7011FF;
}
</style>