Shades of Electric Indigo #721CF3
Tints of Electric Indigo #721CF3
RGB
CMYK
RGB Variations
Color information
#721CF3 (or 0x721CF3) is known color: Electric Indigo. HEX triplet: 72, 1C and F3. RGB value is (114,28,243). Sum of RGB (Red+Green+Blue) = 114+28+243=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #721CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CF3 is #8DE30C. Grayscale: #4D4D4D. Windows color (decimal): -9298701 or 15932530. OLE color: 15932530.
HSL color Cylindrical-coordinate representation of color #721CF3: hue angle of 264º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721CF3 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 28 | 243 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.05 |
| HSL | 264º | 0.9% | 0.53% | - |
| HSV(B) | 264º | 0.88% | 0.95% | - |
| XYZ | 23.53 | 10.88 | 85.65 | - |
| YUV | 78.22 | 220.99 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 243 | 0.53 | 0.88 | 0 | 0.05 | 264 | 0.9 | 0.53 |
| Hex | 72 | 1C | F3 | 35 | 58 | 0 | 5 | 108 | 5A | 35 |
| Octal | 162 | 34 | 363 | 65 | 130 | 0 | 5 | 410 | 132 | 65 |
| Binary | 1110010 | 11100 | 11110011 | 110101 | 1011000 | 0 | 101 | 100001000 | 1011010 | 110101 |
Color Harmonies of #721CF3
Complementary color
Monochromatic Colors of #721CF3
Black with #721CF3
Text Example
Text Example
White with #721CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721CF3; }
p { color: rgb(114,28,243); }
H1.HeaderClassName
{
color: #721CF3;
}
.AnyTagClassName
{
color: #721CF3;
}
</style>
background-color css
<style>
a { background-color: #721CF3; }
a { background-color: rgb(114,28,243); }
div.DivClassName
{
background-color: #721CF3;
}
.BgClassName
{
background-color: #721CF3;
}
</style>
border-color css
<style>
span { border-color: #721CF3; }
span { border-color: rgb(114,28,243); }
td.TdClassName
{
border-color: #721CF3;
}
.TagClassName
{
border-color: #721CF3;
}
</style>