Shades of Electric Indigo #7102E3
Tints of Electric Indigo #7102E3
RGB
CMYK
RGB Variations
Color information
#7102E3 (or 0x7102E3) is known color: Electric Indigo. HEX triplet: 71, 02 and E3. RGB value is (113,2,227). Sum of RGB (Red+Green+Blue) = 113+2+227=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 227 (89.06% from 255 or 66.37% from 342); Max value from RGB is 227 - color contains mainly: blue. Hex color #7102E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7102E3 is #8EFD1C. Grayscale: #3C3C3C. Windows color (decimal): -9370909 or 14877297. OLE color: 14877297.
HSL color Cylindrical-coordinate representation of color #7102E3: hue angle of 269.6º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102E3 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 2 | 227 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.11 |
| HSL | 269.6º | 0.98% | 0.45% | - |
| HSV(B) | 269.6º | 0.99% | 0.89% | - |
| XYZ | 20.7 | 9.1 | 73.34 | - |
| YUV | 60.84 | 221.77 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 227 | 0.50 | 0.99 | 0 | 0.11 | 269.6 | 0.98 | 0.45 |
| Hex | 71 | 2 | E3 | 32 | 63 | 0 | B | 10E | 62 | 2D |
| Octal | 161 | 2 | 343 | 62 | 143 | 0 | 13 | 416 | 142 | 55 |
| Binary | 1110001 | 10 | 11100011 | 110010 | 1100011 | 0 | 1011 | 100001110 | 1100010 | 101101 |
Color Harmonies of #7102E3
Complementary color
Monochromatic Colors of #7102E3
Black with #7102E3
Text Example
Text Example
White with #7102E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102E3; }
p { color: rgb(113,2,227); }
H1.HeaderClassName
{
color: #7102E3;
}
.AnyTagClassName
{
color: #7102E3;
}
</style>
background-color css
<style>
a { background-color: #7102E3; }
a { background-color: rgb(113,2,227); }
div.DivClassName
{
background-color: #7102E3;
}
.BgClassName
{
background-color: #7102E3;
}
</style>
border-color css
<style>
span { border-color: #7102E3; }
span { border-color: rgb(113,2,227); }
td.TdClassName
{
border-color: #7102E3;
}
.TagClassName
{
border-color: #7102E3;
}
</style>