Shades of Electric Indigo #7315FF
Tints of Electric Indigo #7315FF
RGB
CMYK
RGB Variations
Color information
#7315FF (or 0x7315FF) is known color: Electric Indigo. HEX triplet: 73, 15 and FF. RGB value is (115,21,255). Sum of RGB (Red+Green+Blue) = 115+21+255=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7315FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7315FF is #8CEA00. Grayscale: #4A4A4A. Windows color (decimal): -9234945 or 16717171. OLE color: 16717171.
HSL color Cylindrical-coordinate representation of color #7315FF: hue angle of 264.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7315FF is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 21 | 255 | - |
| CMYK | 0.55 | 0.92 | 0 | 0 |
| HSL | 264.1º | 1% | 0.54% | - |
| HSV(B) | 264.1º | 0.92% | 1% | - |
| XYZ | 25.39 | 11.4 | 95.47 | - |
| YUV | 75.78 | 229.14 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 255 | 0.55 | 0.92 | 0 | 0 | 264.1 | 1 | 0.54 |
| Hex | 73 | 15 | FF | 37 | 5C | 0 | 0 | 108 | 64 | 36 |
| Octal | 163 | 25 | 377 | 67 | 134 | 0 | 0 | 410 | 144 | 66 |
| Binary | 1110011 | 10101 | 11111111 | 110111 | 1011100 | 0 | 0 | 100001000 | 1100100 | 110110 |
Color Harmonies of #7315FF
Complementary color
Monochromatic Colors of #7315FF
Black with #7315FF
Text Example
Text Example
White with #7315FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7315FF; }
p { color: rgb(115,21,255); }
H1.HeaderClassName
{
color: #7315FF;
}
.AnyTagClassName
{
color: #7315FF;
}
</style>
background-color css
<style>
a { background-color: #7315FF; }
a { background-color: rgb(115,21,255); }
div.DivClassName
{
background-color: #7315FF;
}
.BgClassName
{
background-color: #7315FF;
}
</style>
border-color css
<style>
span { border-color: #7315FF; }
span { border-color: rgb(115,21,255); }
td.TdClassName
{
border-color: #7315FF;
}
.TagClassName
{
border-color: #7315FF;
}
</style>