Shades of Electric Indigo #7310EC
Tints of Electric Indigo #7310EC
RGB
CMYK
RGB Variations
Color information
#7310EC (or 0x7310EC) is known color: Electric Indigo. HEX triplet: 73, 10 and EC. RGB value is (115,16,236). Sum of RGB (Red+Green+Blue) = 115+16+236=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #7310EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7310EC is #8CEF13. Grayscale: #454545. Windows color (decimal): -9236244 or 15470707. OLE color: 15470707.
HSL color Cylindrical-coordinate representation of color #7310EC: hue angle of 267º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7310EC is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 16 | 236 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.07 |
| HSL | 267º | 0.87% | 0.49% | - |
| HSV(B) | 267º | 0.93% | 0.93% | - |
| XYZ | 22.4 | 10.07 | 80.12 | - |
| YUV | 70.68 | 221.3 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 236 | 0.51 | 0.93 | 0 | 0.07 | 267 | 0.87 | 0.49 |
| Hex | 73 | 10 | EC | 33 | 5D | 0 | 7 | 10B | 57 | 31 |
| Octal | 163 | 20 | 354 | 63 | 135 | 0 | 7 | 413 | 127 | 61 |
| Binary | 1110011 | 10000 | 11101100 | 110011 | 1011101 | 0 | 111 | 100001011 | 1010111 | 110001 |
Color Harmonies of #7310EC
Complementary color
Monochromatic Colors of #7310EC
Black with #7310EC
Text Example
Text Example
White with #7310EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7310EC; }
p { color: rgb(115,16,236); }
H1.HeaderClassName
{
color: #7310EC;
}
.AnyTagClassName
{
color: #7310EC;
}
</style>
background-color css
<style>
a { background-color: #7310EC; }
a { background-color: rgb(115,16,236); }
div.DivClassName
{
background-color: #7310EC;
}
.BgClassName
{
background-color: #7310EC;
}
</style>
border-color css
<style>
span { border-color: #7310EC; }
span { border-color: rgb(115,16,236); }
td.TdClassName
{
border-color: #7310EC;
}
.TagClassName
{
border-color: #7310EC;
}
</style>