Shades of Electric Indigo #7011F0
Tints of Electric Indigo #7011F0
RGB
CMYK
RGB Variations
Color information
#7011F0 (or 0x7011F0) is known color: Electric Indigo. HEX triplet: 70, 11 and F0. RGB value is (112,17,240). Sum of RGB (Red+Green+Blue) = 112+17+240=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #7011F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011F0 is #8FEE0F. Grayscale: #464646. Windows color (decimal): -9432592 or 15733104. OLE color: 15733104.
HSL color Cylindrical-coordinate representation of color #7011F0: hue angle of 265.56º degrees, saturation: 0.88, 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 #7011F0 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 17 | 240 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.06 |
| HSL | 265.56º | 0.88% | 0.5% | - |
| HSV(B) | 265.56º | 0.93% | 0.94% | - |
| XYZ | 22.61 | 10.14 | 83.2 | - |
| YUV | 70.83 | 223.47 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 240 | 0.53 | 0.93 | 0 | 0.06 | 265.56 | 0.88 | 0.5 |
| Hex | 70 | 11 | F0 | 35 | 5D | 0 | 6 | 10A | 58 | 32 |
| Octal | 160 | 21 | 360 | 65 | 135 | 0 | 6 | 412 | 130 | 62 |
| Binary | 1110000 | 10001 | 11110000 | 110101 | 1011101 | 0 | 110 | 100001010 | 1011000 | 110010 |
Color Harmonies of #7011F0
Complementary color
Monochromatic Colors of #7011F0
Black with #7011F0
Text Example
Text Example
White with #7011F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7011F0; }
p { color: rgb(112,17,240); }
H1.HeaderClassName
{
color: #7011F0;
}
.AnyTagClassName
{
color: #7011F0;
}
</style>
background-color css
<style>
a { background-color: #7011F0; }
a { background-color: rgb(112,17,240); }
div.DivClassName
{
background-color: #7011F0;
}
.BgClassName
{
background-color: #7011F0;
}
</style>
border-color css
<style>
span { border-color: #7011F0; }
span { border-color: rgb(112,17,240); }
td.TdClassName
{
border-color: #7011F0;
}
.TagClassName
{
border-color: #7011F0;
}
</style>