Shades of Electric Indigo #7209E5
Tints of Electric Indigo #7209E5
RGB
CMYK
RGB Variations
Color information
#7209E5 (or 0x7209E5) is known color: Electric Indigo. HEX triplet: 72, 09 and E5. RGB value is (114,9,229). Sum of RGB (Red+Green+Blue) = 114+9+229=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #7209E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7209E5 is #8DF61A. Grayscale: #404040. Windows color (decimal): -9303579 or 15010162. OLE color: 15010162.
HSL color Cylindrical-coordinate representation of color #7209E5: hue angle of 268.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7209E5 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 9 | 229 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.10 |
| HSL | 268.64º | 0.92% | 0.47% | - |
| HSV(B) | 268.64º | 0.96% | 0.9% | - |
| XYZ | 21.18 | 9.43 | 74.83 | - |
| YUV | 65.48 | 220.29 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 229 | 0.50 | 0.96 | 0 | 0.10 | 268.64 | 0.92 | 0.47 |
| Hex | 72 | 9 | E5 | 32 | 60 | 0 | A | 10D | 5C | 2F |
| Octal | 162 | 11 | 345 | 62 | 140 | 0 | 12 | 415 | 134 | 57 |
| Binary | 1110010 | 1001 | 11100101 | 110010 | 1100000 | 0 | 1010 | 100001101 | 1011100 | 101111 |
Color Harmonies of #7209E5
Complementary color
Monochromatic Colors of #7209E5
Black with #7209E5
Text Example
Text Example
White with #7209E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7209E5; }
p { color: rgb(114,9,229); }
H1.HeaderClassName
{
color: #7209E5;
}
.AnyTagClassName
{
color: #7209E5;
}
</style>
background-color css
<style>
a { background-color: #7209E5; }
a { background-color: rgb(114,9,229); }
div.DivClassName
{
background-color: #7209E5;
}
.BgClassName
{
background-color: #7209E5;
}
</style>
border-color css
<style>
span { border-color: #7209E5; }
span { border-color: rgb(114,9,229); }
td.TdClassName
{
border-color: #7209E5;
}
.TagClassName
{
border-color: #7209E5;
}
</style>