Shades of Electric Indigo #7212F6
Tints of Electric Indigo #7212F6
RGB
CMYK
RGB Variations
Color information
#7212F6 (or 0x7212F6) is known color: Electric Indigo. HEX triplet: 72, 12 and F6. RGB value is (114,18,246). Sum of RGB (Red+Green+Blue) = 114+18+246=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 246 (96.48% from 255 or 65.08% from 378); Max value from RGB is 246 - color contains mainly: blue. Hex color #7212F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7212F6 is #8DED09. Grayscale: #474747. Windows color (decimal): -9301258 or 16126578. OLE color: 16126578.
HSL color Cylindrical-coordinate representation of color #7212F6: hue angle of 265.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7212F6 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 18 | 246 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.04 |
| HSL | 265.26º | 0.93% | 0.52% | - |
| HSV(B) | 265.26º | 0.93% | 0.96% | - |
| XYZ | 23.79 | 10.66 | 87.99 | - |
| YUV | 72.7 | 225.8 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 246 | 0.54 | 0.93 | 0 | 0.04 | 265.26 | 0.93 | 0.52 |
| Hex | 72 | 12 | F6 | 36 | 5D | 0 | 4 | 109 | 5D | 34 |
| Octal | 162 | 22 | 366 | 66 | 135 | 0 | 4 | 411 | 135 | 64 |
| Binary | 1110010 | 10010 | 11110110 | 110110 | 1011101 | 0 | 100 | 100001001 | 1011101 | 110100 |
Color Harmonies of #7212F6
Complementary color
Monochromatic Colors of #7212F6
Black with #7212F6
Text Example
Text Example
White with #7212F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7212F6; }
p { color: rgb(114,18,246); }
H1.HeaderClassName
{
color: #7212F6;
}
.AnyTagClassName
{
color: #7212F6;
}
</style>
background-color css
<style>
a { background-color: #7212F6; }
a { background-color: rgb(114,18,246); }
div.DivClassName
{
background-color: #7212F6;
}
.BgClassName
{
background-color: #7212F6;
}
</style>
border-color css
<style>
span { border-color: #7212F6; }
span { border-color: rgb(114,18,246); }
td.TdClassName
{
border-color: #7212F6;
}
.TagClassName
{
border-color: #7212F6;
}
</style>