Shades of Electric Indigo #721AFE
Tints of Electric Indigo #721AFE
RGB
CMYK
RGB Variations
Color information
#721AFE (or 0x721AFE) is known color: Electric Indigo. HEX triplet: 72, 1A and FE. RGB value is (114,26,254). Sum of RGB (Red+Green+Blue) = 114+26+254=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #721AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721AFE is #8DE501. Grayscale: #4D4D4D. Windows color (decimal): -9299202 or 16652914. OLE color: 16652914.
HSL color Cylindrical-coordinate representation of color #721AFE: hue angle of 263.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #721AFE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 26 | 254 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.00 |
| HSL | 263.16º | 0.99% | 0.55% | - |
| HSV(B) | 263.16º | 0.9% | 1% | - |
| XYZ | 25.2 | 11.47 | 94.65 | - |
| YUV | 78.3 | 227.15 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 254 | 0.55 | 0.90 | 0 | 0.00 | 263.16 | 0.99 | 0.55 |
| Hex | 72 | 1A | FE | 37 | 5A | 0 | 0 | 107 | 63 | 37 |
| Octal | 162 | 32 | 376 | 67 | 132 | 0 | 0 | 407 | 143 | 67 |
| Binary | 1110010 | 11010 | 11111110 | 110111 | 1011010 | 0 | 0 | 100000111 | 1100011 | 110111 |
Color Harmonies of #721AFE
Complementary color
Monochromatic Colors of #721AFE
Black with #721AFE
Text Example
Text Example
White with #721AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721AFE; }
p { color: rgb(114,26,254); }
H1.HeaderClassName
{
color: #721AFE;
}
.AnyTagClassName
{
color: #721AFE;
}
</style>
background-color css
<style>
a { background-color: #721AFE; }
a { background-color: rgb(114,26,254); }
div.DivClassName
{
background-color: #721AFE;
}
.BgClassName
{
background-color: #721AFE;
}
</style>
border-color css
<style>
span { border-color: #721AFE; }
span { border-color: rgb(114,26,254); }
td.TdClassName
{
border-color: #721AFE;
}
.TagClassName
{
border-color: #721AFE;
}
</style>