Shades of Electric Indigo #7107E8
Tints of Electric Indigo #7107E8
RGB
CMYK
RGB Variations
Color information
#7107E8 (or 0x7107E8) is known color: Electric Indigo. HEX triplet: 71, 07 and E8. RGB value is (113,7,232). Sum of RGB (Red+Green+Blue) = 113+7+232=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #7107E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7107E8 is #8EF817. Grayscale: #3F3F3F. Windows color (decimal): -9369624 or 15206257. OLE color: 15206257.
HSL color Cylindrical-coordinate representation of color #7107E8: hue angle of 268.27º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7107E8 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 7 | 232 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.09 |
| HSL | 268.27º | 0.94% | 0.47% | - |
| HSV(B) | 268.27º | 0.97% | 0.91% | - |
| XYZ | 21.45 | 9.49 | 77.04 | - |
| YUV | 64.34 | 222.62 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 232 | 0.51 | 0.97 | 0 | 0.09 | 268.27 | 0.94 | 0.47 |
| Hex | 71 | 7 | E8 | 33 | 61 | 0 | 9 | 10C | 5E | 2F |
| Octal | 161 | 7 | 350 | 63 | 141 | 0 | 11 | 414 | 136 | 57 |
| Binary | 1110001 | 111 | 11101000 | 110011 | 1100001 | 0 | 1001 | 100001100 | 1011110 | 101111 |
Color Harmonies of #7107E8
Complementary color
Monochromatic Colors of #7107E8
Black with #7107E8
Text Example
Text Example
White with #7107E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7107E8; }
p { color: rgb(113,7,232); }
H1.HeaderClassName
{
color: #7107E8;
}
.AnyTagClassName
{
color: #7107E8;
}
</style>
background-color css
<style>
a { background-color: #7107E8; }
a { background-color: rgb(113,7,232); }
div.DivClassName
{
background-color: #7107E8;
}
.BgClassName
{
background-color: #7107E8;
}
</style>
border-color css
<style>
span { border-color: #7107E8; }
span { border-color: rgb(113,7,232); }
td.TdClassName
{
border-color: #7107E8;
}
.TagClassName
{
border-color: #7107E8;
}
</style>