Shades of Electric Indigo #7212FF
Tints of Electric Indigo #7212FF
RGB
CMYK
RGB Variations
Color information
#7212FF (or 0x7212FF) is known color: Electric Indigo. HEX triplet: 72, 12 and FF. RGB value is (114,18,255). Sum of RGB (Red+Green+Blue) = 114+18+255=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #7212FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7212FF is #8DED00. Grayscale: #484848. Windows color (decimal): -9301249 or 16716402. OLE color: 16716402.
HSL color Cylindrical-coordinate representation of color #7212FF: hue angle of 264.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7212FF is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 18 | 255 | - |
| CMYK | 0.55 | 0.93 | 0 | 0 |
| HSL | 264.3º | 1% | 0.54% | - |
| HSV(B) | 264.3º | 0.93% | 1% | - |
| XYZ | 25.21 | 11.23 | 95.45 | - |
| YUV | 73.72 | 230.3 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 255 | 0.55 | 0.93 | 0 | 0 | 264.3 | 1 | 0.54 |
| Hex | 72 | 12 | FF | 37 | 5D | 0 | 0 | 108 | 64 | 36 |
| Octal | 162 | 22 | 377 | 67 | 135 | 0 | 0 | 410 | 144 | 66 |
| Binary | 1110010 | 10010 | 11111111 | 110111 | 1011101 | 0 | 0 | 100001000 | 1100100 | 110110 |
Color Harmonies of #7212FF
Complementary color
Monochromatic Colors of #7212FF
Black with #7212FF
Text Example
Text Example
White with #7212FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7212FF; }
p { color: rgb(114,18,255); }
H1.HeaderClassName
{
color: #7212FF;
}
.AnyTagClassName
{
color: #7212FF;
}
</style>
background-color css
<style>
a { background-color: #7212FF; }
a { background-color: rgb(114,18,255); }
div.DivClassName
{
background-color: #7212FF;
}
.BgClassName
{
background-color: #7212FF;
}
</style>
border-color css
<style>
span { border-color: #7212FF; }
span { border-color: rgb(114,18,255); }
td.TdClassName
{
border-color: #7212FF;
}
.TagClassName
{
border-color: #7212FF;
}
</style>