Shades of Electric Indigo #7209E6
Tints of Electric Indigo #7209E6
RGB
CMYK
RGB Variations
Color information
#7209E6 (or 0x7209E6) is known color: Electric Indigo. HEX triplet: 72, 09 and E6. RGB value is (114,9,230). Sum of RGB (Red+Green+Blue) = 114+9+230=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 230 (90.23% from 255 or 65.16% from 353); Max value from RGB is 230 - color contains mainly: blue. Hex color #7209E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7209E6 is #8DF619. Grayscale: #404040. Windows color (decimal): -9303578 or 15075698. OLE color: 15075698.
HSL color Cylindrical-coordinate representation of color #7209E6: hue angle of 268.51º 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 #7209E6 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 9 | 230 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.10 |
| HSL | 268.51º | 0.92% | 0.47% | - |
| HSV(B) | 268.51º | 0.96% | 0.9% | - |
| XYZ | 21.32 | 9.49 | 75.57 | - |
| YUV | 65.59 | 220.79 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 9 | 230 | 0.50 | 0.96 | 0 | 0.10 | 268.51 | 0.92 | 0.47 |
| Hex | 72 | 9 | E6 | 32 | 60 | 0 | A | 10D | 5C | 2F |
| Octal | 162 | 11 | 346 | 62 | 140 | 0 | 12 | 415 | 134 | 57 |
| Binary | 1110010 | 1001 | 11100110 | 110010 | 1100000 | 0 | 1010 | 100001101 | 1011100 | 101111 |
Color Harmonies of #7209E6
Complementary color
Monochromatic Colors of #7209E6
Black with #7209E6
Text Example
Text Example
White with #7209E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7209E6; }
p { color: rgb(114,9,230); }
H1.HeaderClassName
{
color: #7209E6;
}
.AnyTagClassName
{
color: #7209E6;
}
</style>
background-color css
<style>
a { background-color: #7209E6; }
a { background-color: rgb(114,9,230); }
div.DivClassName
{
background-color: #7209E6;
}
.BgClassName
{
background-color: #7209E6;
}
</style>
border-color css
<style>
span { border-color: #7209E6; }
span { border-color: rgb(114,9,230); }
td.TdClassName
{
border-color: #7209E6;
}
.TagClassName
{
border-color: #7209E6;
}
</style>