Shades of Electric Indigo #7311FF
Tints of Electric Indigo #7311FF
RGB
CMYK
RGB Variations
Color information
#7311FF (or 0x7311FF) is known color: Electric Indigo. HEX triplet: 73, 11 and FF. RGB value is (115,17,255). Sum of RGB (Red+Green+Blue) = 115+17+255=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #7311FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7311FF is #8CEE00. Grayscale: #484848. Windows color (decimal): -9235969 or 16716147. OLE color: 16716147.
HSL color Cylindrical-coordinate representation of color #7311FF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7311FF is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 17 | 255 | - |
| CMYK | 0.55 | 0.93 | 0 | 0 |
| HSL | 264.71º | 1% | 0.53% | - |
| HSV(B) | 264.71º | 0.93% | 1% | - |
| XYZ | 25.32 | 11.27 | 95.45 | - |
| YUV | 73.43 | 230.47 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 255 | 0.55 | 0.93 | 0 | 0 | 264.71 | 1 | 0.53 |
| Hex | 73 | 11 | FF | 37 | 5D | 0 | 0 | 109 | 64 | 35 |
| Octal | 163 | 21 | 377 | 67 | 135 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110011 | 10001 | 11111111 | 110111 | 1011101 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #7311FF
Complementary color
Monochromatic Colors of #7311FF
Black with #7311FF
Text Example
Text Example
White with #7311FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311FF; }
p { color: rgb(115,17,255); }
H1.HeaderClassName
{
color: #7311FF;
}
.AnyTagClassName
{
color: #7311FF;
}
</style>
background-color css
<style>
a { background-color: #7311FF; }
a { background-color: rgb(115,17,255); }
div.DivClassName
{
background-color: #7311FF;
}
.BgClassName
{
background-color: #7311FF;
}
</style>
border-color css
<style>
span { border-color: #7311FF; }
span { border-color: rgb(115,17,255); }
td.TdClassName
{
border-color: #7311FF;
}
.TagClassName
{
border-color: #7311FF;
}
</style>