Shades of Electric Indigo #7310EE
Tints of Electric Indigo #7310EE
RGB
CMYK
RGB Variations
Color information
#7310EE (or 0x7310EE) is known color: Electric Indigo. HEX triplet: 73, 10 and EE. RGB value is (115,16,238). Sum of RGB (Red+Green+Blue) = 115+16+238=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #7310EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7310EE is #8CEF11. Grayscale: #464646. Windows color (decimal): -9236242 or 15601779. OLE color: 15601779.
HSL color Cylindrical-coordinate representation of color #7310EE: hue angle of 266.76º 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 #7310EE is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 16 | 238 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.07 |
| HSL | 266.76º | 0.87% | 0.5% | - |
| HSV(B) | 266.76º | 0.93% | 0.93% | - |
| XYZ | 22.69 | 10.19 | 81.66 | - |
| YUV | 70.91 | 222.3 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 238 | 0.52 | 0.93 | 0 | 0.07 | 266.76 | 0.87 | 0.5 |
| Hex | 73 | 10 | EE | 34 | 5D | 0 | 7 | 10B | 57 | 32 |
| Octal | 163 | 20 | 356 | 64 | 135 | 0 | 7 | 413 | 127 | 62 |
| Binary | 1110011 | 10000 | 11101110 | 110100 | 1011101 | 0 | 111 | 100001011 | 1010111 | 110010 |
Color Harmonies of #7310EE
Complementary color
Monochromatic Colors of #7310EE
Black with #7310EE
Text Example
Text Example
White with #7310EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7310EE; }
p { color: rgb(115,16,238); }
H1.HeaderClassName
{
color: #7310EE;
}
.AnyTagClassName
{
color: #7310EE;
}
</style>
background-color css
<style>
a { background-color: #7310EE; }
a { background-color: rgb(115,16,238); }
div.DivClassName
{
background-color: #7310EE;
}
.BgClassName
{
background-color: #7310EE;
}
</style>
border-color css
<style>
span { border-color: #7310EE; }
span { border-color: rgb(115,16,238); }
td.TdClassName
{
border-color: #7310EE;
}
.TagClassName
{
border-color: #7310EE;
}
</style>