Shades of Electric Indigo #721DF3
Tints of Electric Indigo #721DF3
RGB
CMYK
RGB Variations
Color information
#721DF3 (or 0x721DF3) is known color: Electric Indigo. HEX triplet: 72, 1D and F3. RGB value is (114,29,243). Sum of RGB (Red+Green+Blue) = 114+29+243=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #721DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721DF3 is #8DE20C. Grayscale: #4E4E4E. Windows color (decimal): -9298445 or 15932786. OLE color: 15932786.
HSL color Cylindrical-coordinate representation of color #721DF3: hue angle of 263.83º 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 #721DF3 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 29 | 243 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.05 |
| HSL | 263.83º | 0.9% | 0.53% | - |
| HSV(B) | 263.83º | 0.88% | 0.95% | - |
| XYZ | 23.56 | 10.93 | 85.66 | - |
| YUV | 78.81 | 220.66 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 243 | 0.53 | 0.88 | 0 | 0.05 | 263.83 | 0.9 | 0.53 |
| Hex | 72 | 1D | F3 | 35 | 58 | 0 | 5 | 108 | 5A | 35 |
| Octal | 162 | 35 | 363 | 65 | 130 | 0 | 5 | 410 | 132 | 65 |
| Binary | 1110010 | 11101 | 11110011 | 110101 | 1011000 | 0 | 101 | 100001000 | 1011010 | 110101 |
Color Harmonies of #721DF3
Complementary color
Monochromatic Colors of #721DF3
Black with #721DF3
Text Example
Text Example
White with #721DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721DF3; }
p { color: rgb(114,29,243); }
H1.HeaderClassName
{
color: #721DF3;
}
.AnyTagClassName
{
color: #721DF3;
}
</style>
background-color css
<style>
a { background-color: #721DF3; }
a { background-color: rgb(114,29,243); }
div.DivClassName
{
background-color: #721DF3;
}
.BgClassName
{
background-color: #721DF3;
}
</style>
border-color css
<style>
span { border-color: #721DF3; }
span { border-color: rgb(114,29,243); }
td.TdClassName
{
border-color: #721DF3;
}
.TagClassName
{
border-color: #721DF3;
}
</style>