Shades of Electric Indigo #7204DF
Tints of Electric Indigo #7204DF
RGB
CMYK
RGB Variations
Color information
#7204DF (or 0x7204DF) is known color: Electric Indigo. HEX triplet: 72, 04 and DF. RGB value is (114,4,223). Sum of RGB (Red+Green+Blue) = 114+4+223=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #7204DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7204DF is #8DFB20. Grayscale: #3D3D3D. Windows color (decimal): -9304865 or 14615666. OLE color: 14615666.
HSL color Cylindrical-coordinate representation of color #7204DF: hue angle of 270.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7204DF is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 4 | 223 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.13 |
| HSL | 270.14º | 0.96% | 0.45% | - |
| HSV(B) | 270.14º | 0.98% | 0.87% | - |
| XYZ | 20.3 | 8.99 | 70.48 | - |
| YUV | 61.86 | 218.94 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 4 | 223 | 0.49 | 0.98 | 0 | 0.13 | 270.14 | 0.96 | 0.45 |
| Hex | 72 | 4 | DF | 31 | 62 | 0 | D | 10E | 60 | 2D |
| Octal | 162 | 4 | 337 | 61 | 142 | 0 | 15 | 416 | 140 | 55 |
| Binary | 1110010 | 100 | 11011111 | 110001 | 1100010 | 0 | 1101 | 100001110 | 1100000 | 101101 |
Color Harmonies of #7204DF
Complementary color
Monochromatic Colors of #7204DF
Black with #7204DF
Text Example
Text Example
White with #7204DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7204DF; }
p { color: rgb(114,4,223); }
H1.HeaderClassName
{
color: #7204DF;
}
.AnyTagClassName
{
color: #7204DF;
}
</style>
background-color css
<style>
a { background-color: #7204DF; }
a { background-color: rgb(114,4,223); }
div.DivClassName
{
background-color: #7204DF;
}
.BgClassName
{
background-color: #7204DF;
}
</style>
border-color css
<style>
span { border-color: #7204DF; }
span { border-color: rgb(114,4,223); }
td.TdClassName
{
border-color: #7204DF;
}
.TagClassName
{
border-color: #7204DF;
}
</style>