Shades of Electric Indigo #7202FF
Tints of Electric Indigo #7202FF
RGB
CMYK
RGB Variations
Color information
#7202FF (or 0x7202FF) is known color: Electric Indigo. HEX triplet: 72, 02 and FF. RGB value is (114,2,255). Sum of RGB (Red+Green+Blue) = 114+2+255=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #7202FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7202FF is #8DFD00. Grayscale: #3F3F3F. Windows color (decimal): -9305345 or 16712306. OLE color: 16712306.
HSL color Cylindrical-coordinate representation of color #7202FF: hue angle of 266.56º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202FF is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 2 | 255 | - |
| CMYK | 0.55 | 0.99 | 0 | 0 |
| HSL | 266.56º | 1% | 0.5% | - |
| HSV(B) | 266.56º | 0.99% | 1% | - |
| XYZ | 25.01 | 10.84 | 95.38 | - |
| YUV | 64.33 | 235.61 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 255 | 0.55 | 0.99 | 0 | 0 | 266.56 | 1 | 0.5 |
| Hex | 72 | 2 | FF | 37 | 63 | 0 | 0 | 10B | 64 | 32 |
| Octal | 162 | 2 | 377 | 67 | 143 | 0 | 0 | 413 | 144 | 62 |
| Binary | 1110010 | 10 | 11111111 | 110111 | 1100011 | 0 | 0 | 100001011 | 1100100 | 110010 |
Color Harmonies of #7202FF
Complementary color
Monochromatic Colors of #7202FF
Black with #7202FF
Text Example
Text Example
White with #7202FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202FF; }
p { color: rgb(114,2,255); }
H1.HeaderClassName
{
color: #7202FF;
}
.AnyTagClassName
{
color: #7202FF;
}
</style>
background-color css
<style>
a { background-color: #7202FF; }
a { background-color: rgb(114,2,255); }
div.DivClassName
{
background-color: #7202FF;
}
.BgClassName
{
background-color: #7202FF;
}
</style>
border-color css
<style>
span { border-color: #7202FF; }
span { border-color: rgb(114,2,255); }
td.TdClassName
{
border-color: #7202FF;
}
.TagClassName
{
border-color: #7202FF;
}
</style>