Shades of Electric Indigo #7519F4
Tints of Electric Indigo #7519F4
RGB
CMYK
RGB Variations
Color information
#7519F4 (or 0x7519F4) is known color: Electric Indigo. HEX triplet: 75, 19 and F4. RGB value is (117,25,244). Sum of RGB (Red+Green+Blue) = 117+25+244=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #7519F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7519F4 is #8AE60B. Grayscale: #4C4C4C. Windows color (decimal): -9102860 or 15997301. OLE color: 15997301.
HSL color Cylindrical-coordinate representation of color #7519F4: hue angle of 265.21º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7519F4 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 25 | 244 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.04 |
| HSL | 265.21º | 0.91% | 0.53% | - |
| HSV(B) | 265.21º | 0.9% | 0.96% | - |
| XYZ | 24.01 | 11.01 | 86.45 | - |
| YUV | 77.47 | 221.98 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 244 | 0.52 | 0.90 | 0 | 0.04 | 265.21 | 0.91 | 0.53 |
| Hex | 75 | 19 | F4 | 34 | 5A | 0 | 4 | 109 | 5B | 35 |
| Octal | 165 | 31 | 364 | 64 | 132 | 0 | 4 | 411 | 133 | 65 |
| Binary | 1110101 | 11001 | 11110100 | 110100 | 1011010 | 0 | 100 | 100001001 | 1011011 | 110101 |
Color Harmonies of #7519F4
Complementary color
Monochromatic Colors of #7519F4
Black with #7519F4
Text Example
Text Example
White with #7519F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519F4; }
p { color: rgb(117,25,244); }
H1.HeaderClassName
{
color: #7519F4;
}
.AnyTagClassName
{
color: #7519F4;
}
</style>
background-color css
<style>
a { background-color: #7519F4; }
a { background-color: rgb(117,25,244); }
div.DivClassName
{
background-color: #7519F4;
}
.BgClassName
{
background-color: #7519F4;
}
</style>
border-color css
<style>
span { border-color: #7519F4; }
span { border-color: rgb(117,25,244); }
td.TdClassName
{
border-color: #7519F4;
}
.TagClassName
{
border-color: #7519F4;
}
</style>