Shades of Electric Indigo #7202E3
Tints of Electric Indigo #7202E3
RGB
CMYK
RGB Variations
Color information
#7202E3 (or 0x7202E3) is known color: Electric Indigo. HEX triplet: 72, 02 and E3. RGB value is (114,2,227). Sum of RGB (Red+Green+Blue) = 114+2+227=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 227 (89.06% from 255 or 66.18% from 343); Max value from RGB is 227 - color contains mainly: blue. Hex color #7202E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202E3 is #8DFD1C. Grayscale: #3C3C3C. Windows color (decimal): -9305373 or 14877298. OLE color: 14877298.
HSL color Cylindrical-coordinate representation of color #7202E3: hue angle of 269.87º 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 #7202E3 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 2 | 227 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.11 |
| HSL | 269.87º | 0.98% | 0.45% | - |
| HSV(B) | 269.87º | 0.99% | 0.89% | - |
| XYZ | 20.83 | 9.17 | 73.34 | - |
| YUV | 61.14 | 221.61 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 227 | 0.50 | 0.99 | 0 | 0.11 | 269.87 | 0.98 | 0.45 |
| Hex | 72 | 2 | E3 | 32 | 63 | 0 | B | 10E | 62 | 2D |
| Octal | 162 | 2 | 343 | 62 | 143 | 0 | 13 | 416 | 142 | 55 |
| Binary | 1110010 | 10 | 11100011 | 110010 | 1100011 | 0 | 1011 | 100001110 | 1100010 | 101101 |
Color Harmonies of #7202E3
Complementary color
Monochromatic Colors of #7202E3
Black with #7202E3
Text Example
Text Example
White with #7202E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202E3; }
p { color: rgb(114,2,227); }
H1.HeaderClassName
{
color: #7202E3;
}
.AnyTagClassName
{
color: #7202E3;
}
</style>
background-color css
<style>
a { background-color: #7202E3; }
a { background-color: rgb(114,2,227); }
div.DivClassName
{
background-color: #7202E3;
}
.BgClassName
{
background-color: #7202E3;
}
</style>
border-color css
<style>
span { border-color: #7202E3; }
span { border-color: rgb(114,2,227); }
td.TdClassName
{
border-color: #7202E3;
}
.TagClassName
{
border-color: #7202E3;
}
</style>