Shades of Electric Indigo #711DFD
Tints of Electric Indigo #711DFD
RGB
CMYK
RGB Variations
Color information
#711DFD (or 0x711DFD) is known color: Electric Indigo. HEX triplet: 71, 1D and FD. RGB value is (113,29,253). Sum of RGB (Red+Green+Blue) = 113+29+253=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #711DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DFD is #8EE202. Grayscale: #4E4E4E. Windows color (decimal): -9363971 or 16588145. OLE color: 16588145.
HSL color Cylindrical-coordinate representation of color #711DFD: hue angle of 262.5º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711DFD is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 29 | 253 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.01 |
| HSL | 262.5º | 0.98% | 0.55% | - |
| HSV(B) | 262.5º | 0.89% | 0.99% | - |
| XYZ | 24.98 | 11.48 | 93.83 | - |
| YUV | 79.65 | 225.83 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 253 | 0.55 | 0.89 | 0 | 0.01 | 262.5 | 0.98 | 0.55 |
| Hex | 71 | 1D | FD | 37 | 59 | 0 | 1 | 106 | 62 | 37 |
| Octal | 161 | 35 | 375 | 67 | 131 | 0 | 1 | 406 | 142 | 67 |
| Binary | 1110001 | 11101 | 11111101 | 110111 | 1011001 | 0 | 1 | 100000110 | 1100010 | 110111 |
Color Harmonies of #711DFD
Complementary color
Monochromatic Colors of #711DFD
Black with #711DFD
Text Example
Text Example
White with #711DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DFD; }
p { color: rgb(113,29,253); }
H1.HeaderClassName
{
color: #711DFD;
}
.AnyTagClassName
{
color: #711DFD;
}
</style>
background-color css
<style>
a { background-color: #711DFD; }
a { background-color: rgb(113,29,253); }
div.DivClassName
{
background-color: #711DFD;
}
.BgClassName
{
background-color: #711DFD;
}
</style>
border-color css
<style>
span { border-color: #711DFD; }
span { border-color: rgb(113,29,253); }
td.TdClassName
{
border-color: #711DFD;
}
.TagClassName
{
border-color: #711DFD;
}
</style>