Shades of Electric Indigo #7200E6
Tints of Electric Indigo #7200E6
RGB
CMYK
RGB Variations
Color information
#7200E6 (or 0x7200E6) is known color: Electric Indigo. HEX triplet: 72, 00 and E6. RGB value is (114,0,230). Sum of RGB (Red+Green+Blue) = 114+0+230=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #7200E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7200E6 is #8DFF19. Grayscale: #3B3B3B. Windows color (decimal): -9305882 or 15073394. OLE color: 15073394.
HSL color Cylindrical-coordinate representation of color #7200E6: hue angle of 269.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200E6 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 0 | 230 | - |
| CMYK | 0.50 | 1 | 0 | 0.10 |
| HSL | 269.74º | 1% | 0.45% | - |
| HSV(B) | 269.74º | 1% | 0.9% | - |
| XYZ | 21.22 | 9.29 | 75.54 | - |
| YUV | 60.31 | 223.77 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 230 | 0.50 | 1 | 0 | 0.10 | 269.74 | 1 | 0.45 |
| Hex | 72 | 0 | E6 | 32 | 64 | 0 | A | 10E | 64 | 2D |
| Octal | 162 | 0 | 346 | 62 | 144 | 0 | 12 | 416 | 144 | 55 |
| Binary | 1110010 | 0 | 11100110 | 110010 | 1100100 | 0 | 1010 | 100001110 | 1100100 | 101101 |
Color Harmonies of #7200E6
Complementary color
Monochromatic Colors of #7200E6
Black with #7200E6
Text Example
Text Example
White with #7200E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7200E6; }
p { color: rgb(114,0,230); }
H1.HeaderClassName
{
color: #7200E6;
}
.AnyTagClassName
{
color: #7200E6;
}
</style>
background-color css
<style>
a { background-color: #7200E6; }
a { background-color: rgb(114,0,230); }
div.DivClassName
{
background-color: #7200E6;
}
.BgClassName
{
background-color: #7200E6;
}
</style>
border-color css
<style>
span { border-color: #7200E6; }
span { border-color: rgb(114,0,230); }
td.TdClassName
{
border-color: #7200E6;
}
.TagClassName
{
border-color: #7200E6;
}
</style>