Shades of Electric Indigo #720CFF
Tints of Electric Indigo #720CFF
RGB
CMYK
RGB Variations
Color information
#720CFF (or 0x720CFF) is known color: Electric Indigo. HEX triplet: 72, 0C and FF. RGB value is (114,12,255). Sum of RGB (Red+Green+Blue) = 114+12+255=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #720CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720CFF is #8DF300. Grayscale: #454545. Windows color (decimal): -9302785 or 16714866. OLE color: 16714866.
HSL color Cylindrical-coordinate representation of color #720CFF: hue angle of 265.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CFF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 12 | 255 | - |
| CMYK | 0.55 | 0.95 | 0 | 0 |
| HSL | 265.19º | 1% | 0.52% | - |
| HSV(B) | 265.19º | 0.95% | 1% | - |
| XYZ | 25.12 | 11.06 | 95.42 | - |
| YUV | 70.2 | 232.29 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 255 | 0.55 | 0.95 | 0 | 0 | 265.19 | 1 | 0.52 |
| Hex | 72 | C | FF | 37 | 5F | 0 | 0 | 109 | 64 | 34 |
| Octal | 162 | 14 | 377 | 67 | 137 | 0 | 0 | 411 | 144 | 64 |
| Binary | 1110010 | 1100 | 11111111 | 110111 | 1011111 | 0 | 0 | 100001001 | 1100100 | 110100 |
Color Harmonies of #720CFF
Complementary color
Monochromatic Colors of #720CFF
Black with #720CFF
Text Example
Text Example
White with #720CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720CFF; }
p { color: rgb(114,12,255); }
H1.HeaderClassName
{
color: #720CFF;
}
.AnyTagClassName
{
color: #720CFF;
}
</style>
background-color css
<style>
a { background-color: #720CFF; }
a { background-color: rgb(114,12,255); }
div.DivClassName
{
background-color: #720CFF;
}
.BgClassName
{
background-color: #720CFF;
}
</style>
border-color css
<style>
span { border-color: #720CFF; }
span { border-color: rgb(114,12,255); }
td.TdClassName
{
border-color: #720CFF;
}
.TagClassName
{
border-color: #720CFF;
}
</style>