Shades of Electric Indigo #721CFC
Tints of Electric Indigo #721CFC
RGB
CMYK
RGB Variations
Color information
#721CFC (or 0x721CFC) is known color: Electric Indigo. HEX triplet: 72, 1C and FC. RGB value is (114,28,252). Sum of RGB (Red+Green+Blue) = 114+28+252=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #721CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CFC is #8DE303. Grayscale: #4E4E4E. Windows color (decimal): -9298692 or 16522354. OLE color: 16522354.
HSL color Cylindrical-coordinate representation of color #721CFC: hue angle of 263.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721CFC is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 28 | 252 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.01 |
| HSL | 263.04º | 0.97% | 0.55% | - |
| HSV(B) | 263.04º | 0.89% | 0.99% | - |
| XYZ | 24.93 | 11.44 | 92.99 | - |
| YUV | 79.25 | 225.49 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 252 | 0.55 | 0.89 | 0 | 0.01 | 263.04 | 0.97 | 0.55 |
| Hex | 72 | 1C | FC | 37 | 59 | 0 | 1 | 107 | 61 | 37 |
| Octal | 162 | 34 | 374 | 67 | 131 | 0 | 1 | 407 | 141 | 67 |
| Binary | 1110010 | 11100 | 11111100 | 110111 | 1011001 | 0 | 1 | 100000111 | 1100001 | 110111 |
Color Harmonies of #721CFC
Complementary color
Monochromatic Colors of #721CFC
Black with #721CFC
Text Example
Text Example
White with #721CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721CFC; }
p { color: rgb(114,28,252); }
H1.HeaderClassName
{
color: #721CFC;
}
.AnyTagClassName
{
color: #721CFC;
}
</style>
background-color css
<style>
a { background-color: #721CFC; }
a { background-color: rgb(114,28,252); }
div.DivClassName
{
background-color: #721CFC;
}
.BgClassName
{
background-color: #721CFC;
}
</style>
border-color css
<style>
span { border-color: #721CFC; }
span { border-color: rgb(114,28,252); }
td.TdClassName
{
border-color: #721CFC;
}
.TagClassName
{
border-color: #721CFC;
}
</style>