Shades of Electric Indigo #7011F3
Tints of Electric Indigo #7011F3
RGB
CMYK
RGB Variations
Color information
#7011F3 (or 0x7011F3) is known color: Electric Indigo. HEX triplet: 70, 11 and F3. RGB value is (112,17,243). Sum of RGB (Red+Green+Blue) = 112+17+243=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #7011F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011F3 is #8FEE0C. Grayscale: #464646. Windows color (decimal): -9432589 or 15929712. OLE color: 15929712.
HSL color Cylindrical-coordinate representation of color #7011F3: hue angle of 265.22º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7011F3 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 17 | 243 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.05 |
| HSL | 265.22º | 0.9% | 0.51% | - |
| HSV(B) | 265.22º | 0.93% | 0.95% | - |
| XYZ | 23.06 | 10.32 | 85.57 | - |
| YUV | 71.17 | 224.97 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 243 | 0.54 | 0.93 | 0 | 0.05 | 265.22 | 0.9 | 0.51 |
| Hex | 70 | 11 | F3 | 36 | 5D | 0 | 5 | 109 | 5A | 33 |
| Octal | 160 | 21 | 363 | 66 | 135 | 0 | 5 | 411 | 132 | 63 |
| Binary | 1110000 | 10001 | 11110011 | 110110 | 1011101 | 0 | 101 | 100001001 | 1011010 | 110011 |
Color Harmonies of #7011F3
Complementary color
Monochromatic Colors of #7011F3
Black with #7011F3
Text Example
Text Example
White with #7011F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7011F3; }
p { color: rgb(112,17,243); }
H1.HeaderClassName
{
color: #7011F3;
}
.AnyTagClassName
{
color: #7011F3;
}
</style>
background-color css
<style>
a { background-color: #7011F3; }
a { background-color: rgb(112,17,243); }
div.DivClassName
{
background-color: #7011F3;
}
.BgClassName
{
background-color: #7011F3;
}
</style>
border-color css
<style>
span { border-color: #7011F3; }
span { border-color: rgb(112,17,243); }
td.TdClassName
{
border-color: #7011F3;
}
.TagClassName
{
border-color: #7011F3;
}
</style>