Shades of Electric Indigo #711CFF
Tints of Electric Indigo #711CFF
RGB
CMYK
RGB Variations
Color information
#711CFF (or 0x711CFF) is known color: Electric Indigo. HEX triplet: 71, 1C and FF. RGB value is (113,28,255). Sum of RGB (Red+Green+Blue) = 113+28+255=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #711CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CFF is #8EE300. Grayscale: #4E4E4E. Windows color (decimal): -9364225 or 16718961. OLE color: 16718961.
HSL color Cylindrical-coordinate representation of color #711CFF: hue angle of 262.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711CFF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 28 | 255 | - |
| CMYK | 0.56 | 0.89 | 0 | 0 |
| HSL | 262.47º | 1% | 0.55% | - |
| HSV(B) | 262.47º | 0.89% | 1% | - |
| XYZ | 25.28 | 11.56 | 95.51 | - |
| YUV | 79.29 | 227.16 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 255 | 0.56 | 0.89 | 0 | 0 | 262.47 | 1 | 0.55 |
| Hex | 71 | 1C | FF | 38 | 59 | 0 | 0 | 106 | 64 | 37 |
| Octal | 161 | 34 | 377 | 70 | 131 | 0 | 0 | 406 | 144 | 67 |
| Binary | 1110001 | 11100 | 11111111 | 111000 | 1011001 | 0 | 0 | 100000110 | 1100100 | 110111 |
Color Harmonies of #711CFF
Complementary color
Monochromatic Colors of #711CFF
Black with #711CFF
Text Example
Text Example
White with #711CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CFF; }
p { color: rgb(113,28,255); }
H1.HeaderClassName
{
color: #711CFF;
}
.AnyTagClassName
{
color: #711CFF;
}
</style>
background-color css
<style>
a { background-color: #711CFF; }
a { background-color: rgb(113,28,255); }
div.DivClassName
{
background-color: #711CFF;
}
.BgClassName
{
background-color: #711CFF;
}
</style>
border-color css
<style>
span { border-color: #711CFF; }
span { border-color: rgb(113,28,255); }
td.TdClassName
{
border-color: #711CFF;
}
.TagClassName
{
border-color: #711CFF;
}
</style>