Shades of Electric Indigo #7112E8
Tints of Electric Indigo #7112E8
RGB
CMYK
RGB Variations
Color information
#7112E8 (or 0x7112E8) is known color: Electric Indigo. HEX triplet: 71, 12 and E8. RGB value is (113,18,232). Sum of RGB (Red+Green+Blue) = 113+18+232=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #7112E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7112E8 is #8EED17. Grayscale: #464646. Windows color (decimal): -9366808 or 15209073. OLE color: 15209073.
HSL color Cylindrical-coordinate representation of color #7112E8: hue angle of 266.64º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7112E8 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 18 | 232 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.09 |
| HSL | 266.64º | 0.86% | 0.49% | - |
| HSV(B) | 266.64º | 0.92% | 0.91% | - |
| XYZ | 21.59 | 9.77 | 77.09 | - |
| YUV | 70.8 | 218.97 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 232 | 0.51 | 0.92 | 0 | 0.09 | 266.64 | 0.86 | 0.49 |
| Hex | 71 | 12 | E8 | 33 | 5C | 0 | 9 | 10B | 56 | 31 |
| Octal | 161 | 22 | 350 | 63 | 134 | 0 | 11 | 413 | 126 | 61 |
| Binary | 1110001 | 10010 | 11101000 | 110011 | 1011100 | 0 | 1001 | 100001011 | 1010110 | 110001 |
Color Harmonies of #7112E8
Complementary color
Monochromatic Colors of #7112E8
Black with #7112E8
Text Example
Text Example
White with #7112E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7112E8; }
p { color: rgb(113,18,232); }
H1.HeaderClassName
{
color: #7112E8;
}
.AnyTagClassName
{
color: #7112E8;
}
</style>
background-color css
<style>
a { background-color: #7112E8; }
a { background-color: rgb(113,18,232); }
div.DivClassName
{
background-color: #7112E8;
}
.BgClassName
{
background-color: #7112E8;
}
</style>
border-color css
<style>
span { border-color: #7112E8; }
span { border-color: rgb(113,18,232); }
td.TdClassName
{
border-color: #7112E8;
}
.TagClassName
{
border-color: #7112E8;
}
</style>