Shades of Electric Indigo #711DFB
Tints of Electric Indigo #711DFB
RGB
CMYK
RGB Variations
Color information
#711DFB (or 0x711DFB) is known color: Electric Indigo. HEX triplet: 71, 1D and FB. RGB value is (113,29,251). Sum of RGB (Red+Green+Blue) = 113+29+251=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #711DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DFB is #8EE204. Grayscale: #4E4E4E. Windows color (decimal): -9363973 or 16457073. OLE color: 16457073.
HSL color Cylindrical-coordinate representation of color #711DFB: hue angle of 262.7º degrees, saturation: 0.97, 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 #711DFB is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 29 | 251 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.02 |
| HSL | 262.7º | 0.97% | 0.55% | - |
| HSV(B) | 262.7º | 0.88% | 0.98% | - |
| XYZ | 24.66 | 11.35 | 92.16 | - |
| YUV | 79.42 | 224.83 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 251 | 0.55 | 0.88 | 0 | 0.02 | 262.7 | 0.97 | 0.55 |
| Hex | 71 | 1D | FB | 37 | 58 | 0 | 2 | 107 | 61 | 37 |
| Octal | 161 | 35 | 373 | 67 | 130 | 0 | 2 | 407 | 141 | 67 |
| Binary | 1110001 | 11101 | 11111011 | 110111 | 1011000 | 0 | 10 | 100000111 | 1100001 | 110111 |
Color Harmonies of #711DFB
Complementary color
Monochromatic Colors of #711DFB
Black with #711DFB
Text Example
Text Example
White with #711DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DFB; }
p { color: rgb(113,29,251); }
H1.HeaderClassName
{
color: #711DFB;
}
.AnyTagClassName
{
color: #711DFB;
}
</style>
background-color css
<style>
a { background-color: #711DFB; }
a { background-color: rgb(113,29,251); }
div.DivClassName
{
background-color: #711DFB;
}
.BgClassName
{
background-color: #711DFB;
}
</style>
border-color css
<style>
span { border-color: #711DFB; }
span { border-color: rgb(113,29,251); }
td.TdClassName
{
border-color: #711DFB;
}
.TagClassName
{
border-color: #711DFB;
}
</style>