Shades of Electric Indigo #7511FE
Tints of Electric Indigo #7511FE
RGB
CMYK
RGB Variations
Color information
#7511FE (or 0x7511FE) is known color: Electric Indigo. HEX triplet: 75, 11 and FE. RGB value is (117,17,254). Sum of RGB (Red+Green+Blue) = 117+17+254=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #7511FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7511FE is #8AEE01. Grayscale: #494949. Windows color (decimal): -9104898 or 16650613. OLE color: 16650613.
HSL color Cylindrical-coordinate representation of color #7511FE: hue angle of 265.32º 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 #7511FE is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 17 | 254 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.00 |
| HSL | 265.32º | 0.99% | 0.53% | - |
| HSV(B) | 265.32º | 0.93% | 1% | - |
| XYZ | 25.43 | 11.34 | 94.61 | - |
| YUV | 73.92 | 229.63 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 254 | 0.54 | 0.93 | 0 | 0.00 | 265.32 | 0.99 | 0.53 |
| Hex | 75 | 11 | FE | 36 | 5D | 0 | 0 | 109 | 63 | 35 |
| Octal | 165 | 21 | 376 | 66 | 135 | 0 | 0 | 411 | 143 | 65 |
| Binary | 1110101 | 10001 | 11111110 | 110110 | 1011101 | 0 | 0 | 100001001 | 1100011 | 110101 |
Color Harmonies of #7511FE
Complementary color
Monochromatic Colors of #7511FE
Black with #7511FE
Text Example
Text Example
White with #7511FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7511FE; }
p { color: rgb(117,17,254); }
H1.HeaderClassName
{
color: #7511FE;
}
.AnyTagClassName
{
color: #7511FE;
}
</style>
background-color css
<style>
a { background-color: #7511FE; }
a { background-color: rgb(117,17,254); }
div.DivClassName
{
background-color: #7511FE;
}
.BgClassName
{
background-color: #7511FE;
}
</style>
border-color css
<style>
span { border-color: #7511FE; }
span { border-color: rgb(117,17,254); }
td.TdClassName
{
border-color: #7511FE;
}
.TagClassName
{
border-color: #7511FE;
}
</style>