Shades of Electric Indigo #7200EE
Tints of Electric Indigo #7200EE
RGB
CMYK
RGB Variations
Color information
#7200EE (or 0x7200EE) is known color: Electric Indigo. HEX triplet: 72, 00 and EE. RGB value is (114,0,238). Sum of RGB (Red+Green+Blue) = 114+0+238=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #7200EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7200EE is #8DFF11. Grayscale: #3C3C3C. Windows color (decimal): -9305874 or 15597682. OLE color: 15597682.
HSL color Cylindrical-coordinate representation of color #7200EE: hue angle of 268.74º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200EE is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 0 | 238 | - |
| CMYK | 0.52 | 1 | 0 | 0.07 |
| HSL | 268.74º | 1% | 0.47% | - |
| HSV(B) | 268.74º | 1% | 0.93% | - |
| XYZ | 22.37 | 9.75 | 81.59 | - |
| YUV | 61.22 | 227.77 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 238 | 0.52 | 1 | 0 | 0.07 | 268.74 | 1 | 0.47 |
| Hex | 72 | 0 | EE | 34 | 64 | 0 | 7 | 10D | 64 | 2F |
| Octal | 162 | 0 | 356 | 64 | 144 | 0 | 7 | 415 | 144 | 57 |
| Binary | 1110010 | 0 | 11101110 | 110100 | 1100100 | 0 | 111 | 100001101 | 1100100 | 101111 |
Color Harmonies of #7200EE
Complementary color
Monochromatic Colors of #7200EE
Black with #7200EE
Text Example
Text Example
White with #7200EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7200EE; }
p { color: rgb(114,0,238); }
H1.HeaderClassName
{
color: #7200EE;
}
.AnyTagClassName
{
color: #7200EE;
}
</style>
background-color css
<style>
a { background-color: #7200EE; }
a { background-color: rgb(114,0,238); }
div.DivClassName
{
background-color: #7200EE;
}
.BgClassName
{
background-color: #7200EE;
}
</style>
border-color css
<style>
span { border-color: #7200EE; }
span { border-color: rgb(114,0,238); }
td.TdClassName
{
border-color: #7200EE;
}
.TagClassName
{
border-color: #7200EE;
}
</style>