Shades of Electric Indigo #7311F1
Tints of Electric Indigo #7311F1
RGB
CMYK
RGB Variations
Color information
#7311F1 (or 0x7311F1) is known color: Electric Indigo. HEX triplet: 73, 11 and F1. RGB value is (115,17,241). Sum of RGB (Red+Green+Blue) = 115+17+241=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #7311F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7311F1 is #8CEE0E. Grayscale: #474747. Windows color (decimal): -9235983 or 15798643. OLE color: 15798643.
HSL color Cylindrical-coordinate representation of color #7311F1: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7311F1 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 17 | 241 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.05 |
| HSL | 266.25º | 0.89% | 0.51% | - |
| HSV(B) | 266.25º | 0.93% | 0.95% | - |
| XYZ | 23.15 | 10.4 | 84.01 | - |
| YUV | 71.84 | 223.47 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 241 | 0.52 | 0.93 | 0 | 0.05 | 266.25 | 0.89 | 0.51 |
| Hex | 73 | 11 | F1 | 34 | 5D | 0 | 5 | 10A | 59 | 33 |
| Octal | 163 | 21 | 361 | 64 | 135 | 0 | 5 | 412 | 131 | 63 |
| Binary | 1110011 | 10001 | 11110001 | 110100 | 1011101 | 0 | 101 | 100001010 | 1011001 | 110011 |
Color Harmonies of #7311F1
Complementary color
Monochromatic Colors of #7311F1
Black with #7311F1
Text Example
Text Example
White with #7311F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311F1; }
p { color: rgb(115,17,241); }
H1.HeaderClassName
{
color: #7311F1;
}
.AnyTagClassName
{
color: #7311F1;
}
</style>
background-color css
<style>
a { background-color: #7311F1; }
a { background-color: rgb(115,17,241); }
div.DivClassName
{
background-color: #7311F1;
}
.BgClassName
{
background-color: #7311F1;
}
</style>
border-color css
<style>
span { border-color: #7311F1; }
span { border-color: rgb(115,17,241); }
td.TdClassName
{
border-color: #7311F1;
}
.TagClassName
{
border-color: #7311F1;
}
</style>