Shades of Electric Indigo #720FF2
Tints of Electric Indigo #720FF2
RGB
CMYK
RGB Variations
Color information
#720FF2 (or 0x720FF2) is known color: Electric Indigo. HEX triplet: 72, 0F and F2. RGB value is (114,15,242). Sum of RGB (Red+Green+Blue) = 114+15+242=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #720FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720FF2 is #8DF00D. Grayscale: #454545. Windows color (decimal): -9302030 or 15863666. OLE color: 15863666.
HSL color Cylindrical-coordinate representation of color #720FF2: hue angle of 266.17º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720FF2 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 15 | 242 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.05 |
| HSL | 266.17º | 0.9% | 0.5% | - |
| HSV(B) | 266.17º | 0.94% | 0.95% | - |
| XYZ | 23.14 | 10.33 | 84.78 | - |
| YUV | 70.48 | 224.8 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 242 | 0.53 | 0.94 | 0 | 0.05 | 266.17 | 0.9 | 0.5 |
| Hex | 72 | F | F2 | 35 | 5E | 0 | 5 | 10A | 5A | 32 |
| Octal | 162 | 17 | 362 | 65 | 136 | 0 | 5 | 412 | 132 | 62 |
| Binary | 1110010 | 1111 | 11110010 | 110101 | 1011110 | 0 | 101 | 100001010 | 1011010 | 110010 |
Color Harmonies of #720FF2
Complementary color
Monochromatic Colors of #720FF2
Black with #720FF2
Text Example
Text Example
White with #720FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720FF2; }
p { color: rgb(114,15,242); }
H1.HeaderClassName
{
color: #720FF2;
}
.AnyTagClassName
{
color: #720FF2;
}
</style>
background-color css
<style>
a { background-color: #720FF2; }
a { background-color: rgb(114,15,242); }
div.DivClassName
{
background-color: #720FF2;
}
.BgClassName
{
background-color: #720FF2;
}
</style>
border-color css
<style>
span { border-color: #720FF2; }
span { border-color: rgb(114,15,242); }
td.TdClassName
{
border-color: #720FF2;
}
.TagClassName
{
border-color: #720FF2;
}
</style>