Shades of Electric Indigo #7202DF
Tints of Electric Indigo #7202DF
RGB
CMYK
RGB Variations
Color information
#7202DF (or 0x7202DF) is known color: Electric Indigo. HEX triplet: 72, 02 and DF. RGB value is (114,2,223). Sum of RGB (Red+Green+Blue) = 114+2+223=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #7202DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202DF is #8DFD20. Grayscale: #3B3B3B. Windows color (decimal): -9305377 or 14615154. OLE color: 14615154.
HSL color Cylindrical-coordinate representation of color #7202DF: hue angle of 270.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202DF is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 2 | 223 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.13 |
| HSL | 270.41º | 0.98% | 0.44% | - |
| HSV(B) | 270.41º | 0.99% | 0.87% | - |
| XYZ | 20.28 | 8.95 | 70.47 | - |
| YUV | 60.68 | 219.61 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 223 | 0.49 | 0.99 | 0 | 0.13 | 270.41 | 0.98 | 0.44 |
| Hex | 72 | 2 | DF | 31 | 63 | 0 | D | 10E | 62 | 2C |
| Octal | 162 | 2 | 337 | 61 | 143 | 0 | 15 | 416 | 142 | 54 |
| Binary | 1110010 | 10 | 11011111 | 110001 | 1100011 | 0 | 1101 | 100001110 | 1100010 | 101100 |
Color Harmonies of #7202DF
Complementary color
Monochromatic Colors of #7202DF
Black with #7202DF
Text Example
Text Example
White with #7202DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202DF; }
p { color: rgb(114,2,223); }
H1.HeaderClassName
{
color: #7202DF;
}
.AnyTagClassName
{
color: #7202DF;
}
</style>
background-color css
<style>
a { background-color: #7202DF; }
a { background-color: rgb(114,2,223); }
div.DivClassName
{
background-color: #7202DF;
}
.BgClassName
{
background-color: #7202DF;
}
</style>
border-color css
<style>
span { border-color: #7202DF; }
span { border-color: rgb(114,2,223); }
td.TdClassName
{
border-color: #7202DF;
}
.TagClassName
{
border-color: #7202DF;
}
</style>