Shades of Electric Indigo #7519FF
Tints of Electric Indigo #7519FF
RGB
CMYK
RGB Variations
Color information
#7519FF (or 0x7519FF) is known color: Electric Indigo. HEX triplet: 75, 19 and FF. RGB value is (117,25,255). Sum of RGB (Red+Green+Blue) = 117+25+255=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #7519FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7519FF is #8AE600. Grayscale: #4D4D4D. Windows color (decimal): -9102849 or 16718197. OLE color: 16718197.
HSL color Cylindrical-coordinate representation of color #7519FF: hue angle of 264º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7519FF is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 25 | 255 | - |
| CMYK | 0.54 | 0.90 | 0 | 0 |
| HSL | 264º | 1% | 0.55% | - |
| HSV(B) | 264º | 0.9% | 1% | - |
| XYZ | 25.73 | 11.7 | 95.51 | - |
| YUV | 78.73 | 227.48 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 255 | 0.54 | 0.90 | 0 | 0 | 264 | 1 | 0.55 |
| Hex | 75 | 19 | FF | 36 | 5A | 0 | 0 | 108 | 64 | 37 |
| Octal | 165 | 31 | 377 | 66 | 132 | 0 | 0 | 410 | 144 | 67 |
| Binary | 1110101 | 11001 | 11111111 | 110110 | 1011010 | 0 | 0 | 100001000 | 1100100 | 110111 |
Color Harmonies of #7519FF
Complementary color
Monochromatic Colors of #7519FF
Black with #7519FF
Text Example
Text Example
White with #7519FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519FF; }
p { color: rgb(117,25,255); }
H1.HeaderClassName
{
color: #7519FF;
}
.AnyTagClassName
{
color: #7519FF;
}
</style>
background-color css
<style>
a { background-color: #7519FF; }
a { background-color: rgb(117,25,255); }
div.DivClassName
{
background-color: #7519FF;
}
.BgClassName
{
background-color: #7519FF;
}
</style>
border-color css
<style>
span { border-color: #7519FF; }
span { border-color: rgb(117,25,255); }
td.TdClassName
{
border-color: #7519FF;
}
.TagClassName
{
border-color: #7519FF;
}
</style>