Shades of Electric Indigo #711DF9
Tints of Electric Indigo #711DF9
RGB
CMYK
RGB Variations
Color information
#711DF9 (or 0x711DF9) is known color: Electric Indigo. HEX triplet: 71, 1D and F9. RGB value is (113,29,249). Sum of RGB (Red+Green+Blue) = 113+29+249=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #711DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DF9 is #8EE206. Grayscale: #4E4E4E. Windows color (decimal): -9363975 or 16326001. OLE color: 16326001.
HSL color Cylindrical-coordinate representation of color #711DF9: hue angle of 262.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711DF9 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 29 | 249 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.02 |
| HSL | 262.91º | 0.95% | 0.55% | - |
| HSV(B) | 262.91º | 0.88% | 0.98% | - |
| XYZ | 24.35 | 11.23 | 90.51 | - |
| YUV | 79.2 | 223.83 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 249 | 0.55 | 0.88 | 0 | 0.02 | 262.91 | 0.95 | 0.55 |
| Hex | 71 | 1D | F9 | 37 | 58 | 0 | 2 | 107 | 5F | 37 |
| Octal | 161 | 35 | 371 | 67 | 130 | 0 | 2 | 407 | 137 | 67 |
| Binary | 1110001 | 11101 | 11111001 | 110111 | 1011000 | 0 | 10 | 100000111 | 1011111 | 110111 |
Color Harmonies of #711DF9
Complementary color
Monochromatic Colors of #711DF9
Black with #711DF9
Text Example
Text Example
White with #711DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DF9; }
p { color: rgb(113,29,249); }
H1.HeaderClassName
{
color: #711DF9;
}
.AnyTagClassName
{
color: #711DF9;
}
</style>
background-color css
<style>
a { background-color: #711DF9; }
a { background-color: rgb(113,29,249); }
div.DivClassName
{
background-color: #711DF9;
}
.BgClassName
{
background-color: #711DF9;
}
</style>
border-color css
<style>
span { border-color: #711DF9; }
span { border-color: rgb(113,29,249); }
td.TdClassName
{
border-color: #711DF9;
}
.TagClassName
{
border-color: #711DF9;
}
</style>