Shades of Electric Indigo #711DFF
Tints of Electric Indigo #711DFF
RGB
CMYK
RGB Variations
Color information
#711DFF (or 0x711DFF) is known color: Electric Indigo. HEX triplet: 71, 1D and FF. RGB value is (113,29,255). Sum of RGB (Red+Green+Blue) = 113+29+255=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #711DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DFF is #8EE200. Grayscale: #4F4F4F. Windows color (decimal): -9363969 or 16719217. OLE color: 16719217.
HSL color Cylindrical-coordinate representation of color #711DFF: hue angle of 262.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711DFF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 29 | 255 | - |
| CMYK | 0.56 | 0.89 | 0 | 0 |
| HSL | 262.3º | 1% | 0.56% | - |
| HSV(B) | 262.3º | 0.89% | 1% | - |
| XYZ | 25.3 | 11.61 | 95.52 | - |
| YUV | 79.88 | 226.83 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 255 | 0.56 | 0.89 | 0 | 0 | 262.3 | 1 | 0.56 |
| Hex | 71 | 1D | FF | 38 | 59 | 0 | 0 | 106 | 64 | 38 |
| Octal | 161 | 35 | 377 | 70 | 131 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110001 | 11101 | 11111111 | 111000 | 1011001 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #711DFF
Complementary color
Monochromatic Colors of #711DFF
Black with #711DFF
Text Example
Text Example
White with #711DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DFF; }
p { color: rgb(113,29,255); }
H1.HeaderClassName
{
color: #711DFF;
}
.AnyTagClassName
{
color: #711DFF;
}
</style>
background-color css
<style>
a { background-color: #711DFF; }
a { background-color: rgb(113,29,255); }
div.DivClassName
{
background-color: #711DFF;
}
.BgClassName
{
background-color: #711DFF;
}
</style>
border-color css
<style>
span { border-color: #711DFF; }
span { border-color: rgb(113,29,255); }
td.TdClassName
{
border-color: #711DFF;
}
.TagClassName
{
border-color: #711DFF;
}
</style>