Shades of Electric Indigo #7204FE
Tints of Electric Indigo #7204FE
RGB
CMYK
RGB Variations
Color information
#7204FE (or 0x7204FE) is known color: Electric Indigo. HEX triplet: 72, 04 and FE. RGB value is (114,4,254). Sum of RGB (Red+Green+Blue) = 114+4+254=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #7204FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7204FE is #8DFB01. Grayscale: #404040. Windows color (decimal): -9304834 or 16647282. OLE color: 16647282.
HSL color Cylindrical-coordinate representation of color #7204FE: hue angle of 266.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7204FE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 4 | 254 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.00 |
| HSL | 266.4º | 0.99% | 0.51% | - |
| HSV(B) | 266.4º | 0.98% | 1% | - |
| XYZ | 24.87 | 10.82 | 94.54 | - |
| YUV | 65.39 | 234.44 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 254 | 0.55 | 0.98 | 0 | 0.00 | 266.4 | 0.99 | 0.51 |
| Hex | 72 | 4 | FE | 37 | 62 | 0 | 0 | 10A | 63 | 33 |
| Octal | 162 | 4 | 376 | 67 | 142 | 0 | 0 | 412 | 143 | 63 |
| Binary | 1110010 | 100 | 11111110 | 110111 | 1100010 | 0 | 0 | 100001010 | 1100011 | 110011 |
Color Harmonies of #7204FE
Complementary color
Monochromatic Colors of #7204FE
Black with #7204FE
Text Example
Text Example
White with #7204FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7204FE; }
p { color: rgb(114,4,254); }
H1.HeaderClassName
{
color: #7204FE;
}
.AnyTagClassName
{
color: #7204FE;
}
</style>
background-color css
<style>
a { background-color: #7204FE; }
a { background-color: rgb(114,4,254); }
div.DivClassName
{
background-color: #7204FE;
}
.BgClassName
{
background-color: #7204FE;
}
</style>
border-color css
<style>
span { border-color: #7204FE; }
span { border-color: rgb(114,4,254); }
td.TdClassName
{
border-color: #7204FE;
}
.TagClassName
{
border-color: #7204FE;
}
</style>