Shades of Electric Indigo #7311FE
Tints of Electric Indigo #7311FE
RGB
CMYK
RGB Variations
Color information
#7311FE (or 0x7311FE) is known color: Electric Indigo. HEX triplet: 73, 11 and FE. RGB value is (115,17,254). Sum of RGB (Red+Green+Blue) = 115+17+254=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #7311FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7311FE is #8CEE01. Grayscale: #484848. Windows color (decimal): -9235970 or 16650611. OLE color: 16650611.
HSL color Cylindrical-coordinate representation of color #7311FE: hue angle of 264.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7311FE is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 17 | 254 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.00 |
| HSL | 264.81º | 0.99% | 0.53% | - |
| HSV(B) | 264.81º | 0.93% | 1% | - |
| XYZ | 25.16 | 11.2 | 94.6 | - |
| YUV | 73.32 | 229.97 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 254 | 0.55 | 0.93 | 0 | 0.00 | 264.81 | 0.99 | 0.53 |
| Hex | 73 | 11 | FE | 37 | 5D | 0 | 0 | 109 | 63 | 35 |
| Octal | 163 | 21 | 376 | 67 | 135 | 0 | 0 | 411 | 143 | 65 |
| Binary | 1110011 | 10001 | 11111110 | 110111 | 1011101 | 0 | 0 | 100001001 | 1100011 | 110101 |
Color Harmonies of #7311FE
Complementary color
Monochromatic Colors of #7311FE
Black with #7311FE
Text Example
Text Example
White with #7311FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7311FE; }
p { color: rgb(115,17,254); }
H1.HeaderClassName
{
color: #7311FE;
}
.AnyTagClassName
{
color: #7311FE;
}
</style>
background-color css
<style>
a { background-color: #7311FE; }
a { background-color: rgb(115,17,254); }
div.DivClassName
{
background-color: #7311FE;
}
.BgClassName
{
background-color: #7311FE;
}
</style>
border-color css
<style>
span { border-color: #7311FE; }
span { border-color: rgb(115,17,254); }
td.TdClassName
{
border-color: #7311FE;
}
.TagClassName
{
border-color: #7311FE;
}
</style>