Shades of Electric Indigo #7116F2
Tints of Electric Indigo #7116F2
RGB
CMYK
RGB Variations
Color information
#7116F2 (or 0x7116F2) is known color: Electric Indigo. HEX triplet: 71, 16 and F2. RGB value is (113,22,242). Sum of RGB (Red+Green+Blue) = 113+22+242=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #7116F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7116F2 is #8EE90D. Grayscale: #494949. Windows color (decimal): -9365774 or 15865457. OLE color: 15865457.
HSL color Cylindrical-coordinate representation of color #7116F2: hue angle of 264.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7116F2 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 22 | 242 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.05 |
| HSL | 264.82º | 0.89% | 0.52% | - |
| HSV(B) | 264.82º | 0.91% | 0.95% | - |
| XYZ | 23.12 | 10.5 | 84.81 | - |
| YUV | 74.29 | 222.65 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 242 | 0.53 | 0.91 | 0 | 0.05 | 264.82 | 0.89 | 0.52 |
| Hex | 71 | 16 | F2 | 35 | 5B | 0 | 5 | 109 | 59 | 34 |
| Octal | 161 | 26 | 362 | 65 | 133 | 0 | 5 | 411 | 131 | 64 |
| Binary | 1110001 | 10110 | 11110010 | 110101 | 1011011 | 0 | 101 | 100001001 | 1011001 | 110100 |
Color Harmonies of #7116F2
Complementary color
Monochromatic Colors of #7116F2
Black with #7116F2
Text Example
Text Example
White with #7116F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7116F2; }
p { color: rgb(113,22,242); }
H1.HeaderClassName
{
color: #7116F2;
}
.AnyTagClassName
{
color: #7116F2;
}
</style>
background-color css
<style>
a { background-color: #7116F2; }
a { background-color: rgb(113,22,242); }
div.DivClassName
{
background-color: #7116F2;
}
.BgClassName
{
background-color: #7116F2;
}
</style>
border-color css
<style>
span { border-color: #7116F2; }
span { border-color: rgb(113,22,242); }
td.TdClassName
{
border-color: #7116F2;
}
.TagClassName
{
border-color: #7116F2;
}
</style>