Shades of Electric Indigo #7318EE
Tints of Electric Indigo #7318EE
RGB
CMYK
RGB Variations
Color information
#7318EE (or 0x7318EE) is known color: Electric Indigo. HEX triplet: 73, 18 and EE. RGB value is (115,24,238). Sum of RGB (Red+Green+Blue) = 115+24+238=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #7318EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7318EE is #8CE711. Grayscale: #4A4A4A. Windows color (decimal): -9234194 or 15603827. OLE color: 15603827.
HSL color Cylindrical-coordinate representation of color #7318EE: hue angle of 265.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7318EE is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 24 | 238 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.07 |
| HSL | 265.51º | 0.86% | 0.51% | - |
| HSV(B) | 265.51º | 0.9% | 0.93% | - |
| XYZ | 22.83 | 10.47 | 81.71 | - |
| YUV | 75.61 | 219.65 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 238 | 0.52 | 0.90 | 0 | 0.07 | 265.51 | 0.86 | 0.51 |
| Hex | 73 | 18 | EE | 34 | 5A | 0 | 7 | 10A | 56 | 33 |
| Octal | 163 | 30 | 356 | 64 | 132 | 0 | 7 | 412 | 126 | 63 |
| Binary | 1110011 | 11000 | 11101110 | 110100 | 1011010 | 0 | 111 | 100001010 | 1010110 | 110011 |
Color Harmonies of #7318EE
Complementary color
Monochromatic Colors of #7318EE
Black with #7318EE
Text Example
Text Example
White with #7318EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318EE; }
p { color: rgb(115,24,238); }
H1.HeaderClassName
{
color: #7318EE;
}
.AnyTagClassName
{
color: #7318EE;
}
</style>
background-color css
<style>
a { background-color: #7318EE; }
a { background-color: rgb(115,24,238); }
div.DivClassName
{
background-color: #7318EE;
}
.BgClassName
{
background-color: #7318EE;
}
</style>
border-color css
<style>
span { border-color: #7318EE; }
span { border-color: rgb(115,24,238); }
td.TdClassName
{
border-color: #7318EE;
}
.TagClassName
{
border-color: #7318EE;
}
</style>