Shades of Electric Indigo #711EFF
Tints of Electric Indigo #711EFF
RGB
CMYK
RGB Variations
Color information
#711EFF (or 0x711EFF) is known color: Electric Indigo. HEX triplet: 71, 1E and FF. RGB value is (113,30,255). Sum of RGB (Red+Green+Blue) = 113+30+255=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #711EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EFF is #8EE100. Grayscale: #4F4F4F. Windows color (decimal): -9363713 or 16719473. OLE color: 16719473.
HSL color Cylindrical-coordinate representation of color #711EFF: hue angle of 262.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711EFF is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 30 | 255 | - |
| CMYK | 0.56 | 0.88 | 0 | 0 |
| HSL | 262.13º | 1% | 0.56% | - |
| HSV(B) | 262.13º | 0.88% | 1% | - |
| XYZ | 25.32 | 11.66 | 95.52 | - |
| YUV | 80.47 | 226.5 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 255 | 0.56 | 0.88 | 0 | 0 | 262.13 | 1 | 0.56 |
| Hex | 71 | 1E | FF | 38 | 58 | 0 | 0 | 106 | 64 | 38 |
| Octal | 161 | 36 | 377 | 70 | 130 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110001 | 11110 | 11111111 | 111000 | 1011000 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #711EFF
Complementary color
Monochromatic Colors of #711EFF
Black with #711EFF
Text Example
Text Example
White with #711EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711EFF; }
p { color: rgb(113,30,255); }
H1.HeaderClassName
{
color: #711EFF;
}
.AnyTagClassName
{
color: #711EFF;
}
</style>
background-color css
<style>
a { background-color: #711EFF; }
a { background-color: rgb(113,30,255); }
div.DivClassName
{
background-color: #711EFF;
}
.BgClassName
{
background-color: #711EFF;
}
</style>
border-color css
<style>
span { border-color: #711EFF; }
span { border-color: rgb(113,30,255); }
td.TdClassName
{
border-color: #711EFF;
}
.TagClassName
{
border-color: #711EFF;
}
</style>