Shades of Electric Indigo #7200FA
Tints of Electric Indigo #7200FA
RGB
CMYK
RGB Variations
Color information
#7200FA (or 0x7200FA) is known color: Electric Indigo. HEX triplet: 72, 00 and FA. RGB value is (114,0,250). Sum of RGB (Red+Green+Blue) = 114+0+250=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #7200FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7200FA is #8DFF05. Grayscale: #3D3D3D. Windows color (decimal): -9305862 or 16384114. OLE color: 16384114.
HSL color Cylindrical-coordinate representation of color #7200FA: hue angle of 267.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200FA is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 0 | 250 | - |
| CMYK | 0.54 | 1 | 0 | 0.02 |
| HSL | 267.36º | 1% | 0.49% | - |
| HSV(B) | 267.36º | 1% | 0.98% | - |
| XYZ | 24.19 | 10.48 | 91.19 | - |
| YUV | 62.59 | 233.77 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 250 | 0.54 | 1 | 0 | 0.02 | 267.36 | 1 | 0.49 |
| Hex | 72 | 0 | FA | 36 | 64 | 0 | 2 | 10B | 64 | 31 |
| Octal | 162 | 0 | 372 | 66 | 144 | 0 | 2 | 413 | 144 | 61 |
| Binary | 1110010 | 0 | 11111010 | 110110 | 1100100 | 0 | 10 | 100001011 | 1100100 | 110001 |
Color Harmonies of #7200FA
Complementary color
Monochromatic Colors of #7200FA
Black with #7200FA
Text Example
Text Example
White with #7200FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7200FA; }
p { color: rgb(114,0,250); }
H1.HeaderClassName
{
color: #7200FA;
}
.AnyTagClassName
{
color: #7200FA;
}
</style>
background-color css
<style>
a { background-color: #7200FA; }
a { background-color: rgb(114,0,250); }
div.DivClassName
{
background-color: #7200FA;
}
.BgClassName
{
background-color: #7200FA;
}
</style>
border-color css
<style>
span { border-color: #7200FA; }
span { border-color: rgb(114,0,250); }
td.TdClassName
{
border-color: #7200FA;
}
.TagClassName
{
border-color: #7200FA;
}
</style>