Shades of Electric Indigo #7315EE
Tints of Electric Indigo #7315EE
RGB
CMYK
RGB Variations
Color information
#7315EE (or 0x7315EE) is known color: Electric Indigo. HEX triplet: 73, 15 and EE. RGB value is (115,21,238). Sum of RGB (Red+Green+Blue) = 115+21+238=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #7315EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7315EE is #8CEA11. Grayscale: #494949. Windows color (decimal): -9234962 or 15603059. OLE color: 15603059.
HSL color Cylindrical-coordinate representation of color #7315EE: hue angle of 265.99º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7315EE is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 21 | 238 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.07 |
| HSL | 265.99º | 0.86% | 0.51% | - |
| HSV(B) | 265.99º | 0.91% | 0.93% | - |
| XYZ | 22.77 | 10.35 | 81.69 | - |
| YUV | 73.84 | 220.64 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 238 | 0.52 | 0.91 | 0 | 0.07 | 265.99 | 0.86 | 0.51 |
| Hex | 73 | 15 | EE | 34 | 5B | 0 | 7 | 10A | 56 | 33 |
| Octal | 163 | 25 | 356 | 64 | 133 | 0 | 7 | 412 | 126 | 63 |
| Binary | 1110011 | 10101 | 11101110 | 110100 | 1011011 | 0 | 111 | 100001010 | 1010110 | 110011 |
Color Harmonies of #7315EE
Complementary color
Monochromatic Colors of #7315EE
Black with #7315EE
Text Example
Text Example
White with #7315EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315EE; }
p { color: rgb(115,21,238); }
H1.HeaderClassName
{
color: #7315EE;
}
.AnyTagClassName
{
color: #7315EE;
}
</style>
background-color css
<style>
a { background-color: #7315EE; }
a { background-color: rgb(115,21,238); }
div.DivClassName
{
background-color: #7315EE;
}
.BgClassName
{
background-color: #7315EE;
}
</style>
border-color css
<style>
span { border-color: #7315EE; }
span { border-color: rgb(115,21,238); }
td.TdClassName
{
border-color: #7315EE;
}
.TagClassName
{
border-color: #7315EE;
}
</style>