Shades of Electric Indigo #7210FA
Tints of Electric Indigo #7210FA
RGB
CMYK
RGB Variations
Color information
#7210FA (or 0x7210FA) is known color: Electric Indigo. HEX triplet: 72, 10 and FA. RGB value is (114,16,250). Sum of RGB (Red+Green+Blue) = 114+16+250=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #7210FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7210FA is #8DEF05. Grayscale: #474747. Windows color (decimal): -9301766 or 16388210. OLE color: 16388210.
HSL color Cylindrical-coordinate representation of color #7210FA: hue angle of 265.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7210FA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 16 | 250 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.02 |
| HSL | 265.13º | 0.96% | 0.52% | - |
| HSV(B) | 265.13º | 0.94% | 0.98% | - |
| XYZ | 24.38 | 10.85 | 91.25 | - |
| YUV | 71.98 | 228.47 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 250 | 0.54 | 0.94 | 0 | 0.02 | 265.13 | 0.96 | 0.52 |
| Hex | 72 | 10 | FA | 36 | 5E | 0 | 2 | 109 | 60 | 34 |
| Octal | 162 | 20 | 372 | 66 | 136 | 0 | 2 | 411 | 140 | 64 |
| Binary | 1110010 | 10000 | 11111010 | 110110 | 1011110 | 0 | 10 | 100001001 | 1100000 | 110100 |
Color Harmonies of #7210FA
Complementary color
Monochromatic Colors of #7210FA
Black with #7210FA
Text Example
Text Example
White with #7210FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7210FA; }
p { color: rgb(114,16,250); }
H1.HeaderClassName
{
color: #7210FA;
}
.AnyTagClassName
{
color: #7210FA;
}
</style>
background-color css
<style>
a { background-color: #7210FA; }
a { background-color: rgb(114,16,250); }
div.DivClassName
{
background-color: #7210FA;
}
.BgClassName
{
background-color: #7210FA;
}
</style>
border-color css
<style>
span { border-color: #7210FA; }
span { border-color: rgb(114,16,250); }
td.TdClassName
{
border-color: #7210FA;
}
.TagClassName
{
border-color: #7210FA;
}
</style>