Shades of Electric Indigo #7311EC
Tints of Electric Indigo #7311EC
RGB
CMYK
RGB Variations
Color information
#7311EC (or 0x7311EC) is known color: Electric Indigo. HEX triplet: 73, 11 and EC. RGB value is (115,17,236). Sum of RGB (Red+Green+Blue) = 115+17+236=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #7311EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7311EC is #8CEE13. Grayscale: #464646. Windows color (decimal): -9235988 or 15470963. OLE color: 15470963.
HSL color Cylindrical-coordinate representation of color #7311EC: hue angle of 266.85º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7311EC is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 17 | 236 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.07 |
| HSL | 266.85º | 0.87% | 0.5% | - |
| HSV(B) | 266.85º | 0.93% | 0.93% | - |
| XYZ | 22.41 | 10.1 | 80.13 | - |
| YUV | 71.27 | 220.97 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 236 | 0.51 | 0.93 | 0 | 0.07 | 266.85 | 0.87 | 0.5 |
| Hex | 73 | 11 | EC | 33 | 5D | 0 | 7 | 10B | 57 | 32 |
| Octal | 163 | 21 | 354 | 63 | 135 | 0 | 7 | 413 | 127 | 62 |
| Binary | 1110011 | 10001 | 11101100 | 110011 | 1011101 | 0 | 111 | 100001011 | 1010111 | 110010 |
Color Harmonies of #7311EC
Complementary color
Monochromatic Colors of #7311EC
Black with #7311EC
Text Example
Text Example
White with #7311EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311EC; }
p { color: rgb(115,17,236); }
H1.HeaderClassName
{
color: #7311EC;
}
.AnyTagClassName
{
color: #7311EC;
}
</style>
background-color css
<style>
a { background-color: #7311EC; }
a { background-color: rgb(115,17,236); }
div.DivClassName
{
background-color: #7311EC;
}
.BgClassName
{
background-color: #7311EC;
}
</style>
border-color css
<style>
span { border-color: #7311EC; }
span { border-color: rgb(115,17,236); }
td.TdClassName
{
border-color: #7311EC;
}
.TagClassName
{
border-color: #7311EC;
}
</style>