Shades of Electric Indigo #7210FF
Tints of Electric Indigo #7210FF
RGB
CMYK
RGB Variations
Color information
#7210FF (or 0x7210FF) is known color: Electric Indigo. HEX triplet: 72, 10 and FF. RGB value is (114,16,255). Sum of RGB (Red+Green+Blue) = 114+16+255=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #7210FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7210FF is #8DEF00. Grayscale: #474747. Windows color (decimal): -9301761 or 16715890. OLE color: 16715890.
HSL color Cylindrical-coordinate representation of color #7210FF: hue angle of 264.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7210FF is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 16 | 255 | - |
| CMYK | 0.55 | 0.94 | 0 | 0 |
| HSL | 264.6º | 1% | 0.53% | - |
| HSV(B) | 264.6º | 0.94% | 1% | - |
| XYZ | 25.17 | 11.17 | 95.44 | - |
| YUV | 72.55 | 230.97 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 255 | 0.55 | 0.94 | 0 | 0 | 264.6 | 1 | 0.53 |
| Hex | 72 | 10 | FF | 37 | 5E | 0 | 0 | 109 | 64 | 35 |
| Octal | 162 | 20 | 377 | 67 | 136 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110010 | 10000 | 11111111 | 110111 | 1011110 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #7210FF
Complementary color
Monochromatic Colors of #7210FF
Black with #7210FF
Text Example
Text Example
White with #7210FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7210FF; }
p { color: rgb(114,16,255); }
H1.HeaderClassName
{
color: #7210FF;
}
.AnyTagClassName
{
color: #7210FF;
}
</style>
background-color css
<style>
a { background-color: #7210FF; }
a { background-color: rgb(114,16,255); }
div.DivClassName
{
background-color: #7210FF;
}
.BgClassName
{
background-color: #7210FF;
}
</style>
border-color css
<style>
span { border-color: #7210FF; }
span { border-color: rgb(114,16,255); }
td.TdClassName
{
border-color: #7210FF;
}
.TagClassName
{
border-color: #7210FF;
}
</style>