Shades of Electric Indigo #7220FD
Tints of Electric Indigo #7220FD
RGB
CMYK
RGB Variations
Color information
#7220FD (or 0x7220FD) is known color: Electric Indigo. HEX triplet: 72, 20 and FD. RGB value is (114,32,253). Sum of RGB (Red+Green+Blue) = 114+32+253=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #7220FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7220FD is #8DDF02. Grayscale: #505050. Windows color (decimal): -9297667 or 16588914. OLE color: 16588914.
HSL color Cylindrical-coordinate representation of color #7220FD: hue angle of 262.26º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7220FD is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 32 | 253 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.01 |
| HSL | 262.26º | 0.98% | 0.56% | - |
| HSV(B) | 262.26º | 0.87% | 0.99% | - |
| XYZ | 25.19 | 11.7 | 93.86 | - |
| YUV | 81.71 | 224.67 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 253 | 0.55 | 0.87 | 0 | 0.01 | 262.26 | 0.98 | 0.56 |
| Hex | 72 | 20 | FD | 37 | 57 | 0 | 1 | 106 | 62 | 38 |
| Octal | 162 | 40 | 375 | 67 | 127 | 0 | 1 | 406 | 142 | 70 |
| Binary | 1110010 | 100000 | 11111101 | 110111 | 1010111 | 0 | 1 | 100000110 | 1100010 | 111000 |
Color Harmonies of #7220FD
Complementary color
Monochromatic Colors of #7220FD
Black with #7220FD
Text Example
Text Example
White with #7220FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7220FD; }
p { color: rgb(114,32,253); }
H1.HeaderClassName
{
color: #7220FD;
}
.AnyTagClassName
{
color: #7220FD;
}
</style>
background-color css
<style>
a { background-color: #7220FD; }
a { background-color: rgb(114,32,253); }
div.DivClassName
{
background-color: #7220FD;
}
.BgClassName
{
background-color: #7220FD;
}
</style>
border-color css
<style>
span { border-color: #7220FD; }
span { border-color: rgb(114,32,253); }
td.TdClassName
{
border-color: #7220FD;
}
.TagClassName
{
border-color: #7220FD;
}
</style>