Shades of Electric Indigo #7510FF
Tints of Electric Indigo #7510FF
RGB
CMYK
RGB Variations
Color information
#7510FF (or 0x7510FF) is known color: Electric Indigo. HEX triplet: 75, 10 and FF. RGB value is (117,16,255). Sum of RGB (Red+Green+Blue) = 117+16+255=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #7510FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7510FF is #8AEF00. Grayscale: #484848. Windows color (decimal): -9105153 or 16715893. OLE color: 16715893.
HSL color Cylindrical-coordinate representation of color #7510FF: hue angle of 265.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7510FF is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 16 | 255 | - |
| CMYK | 0.54 | 0.94 | 0 | 0 |
| HSL | 265.36º | 1% | 0.53% | - |
| HSV(B) | 265.36º | 0.94% | 1% | - |
| XYZ | 25.57 | 11.37 | 95.46 | - |
| YUV | 73.45 | 230.46 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 255 | 0.54 | 0.94 | 0 | 0 | 265.36 | 1 | 0.53 |
| Hex | 75 | 10 | FF | 36 | 5E | 0 | 0 | 109 | 64 | 35 |
| Octal | 165 | 20 | 377 | 66 | 136 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110101 | 10000 | 11111111 | 110110 | 1011110 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #7510FF
Complementary color
Monochromatic Colors of #7510FF
Black with #7510FF
Text Example
Text Example
White with #7510FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7510FF; }
p { color: rgb(117,16,255); }
H1.HeaderClassName
{
color: #7510FF;
}
.AnyTagClassName
{
color: #7510FF;
}
</style>
background-color css
<style>
a { background-color: #7510FF; }
a { background-color: rgb(117,16,255); }
div.DivClassName
{
background-color: #7510FF;
}
.BgClassName
{
background-color: #7510FF;
}
</style>
border-color css
<style>
span { border-color: #7510FF; }
span { border-color: rgb(117,16,255); }
td.TdClassName
{
border-color: #7510FF;
}
.TagClassName
{
border-color: #7510FF;
}
</style>