Shades of Electric Indigo #7517F8
Tints of Electric Indigo #7517F8
RGB
CMYK
RGB Variations
Color information
#7517F8 (or 0x7517F8) is known color: Electric Indigo. HEX triplet: 75, 17 and F8. RGB value is (117,23,248). Sum of RGB (Red+Green+Blue) = 117+23+248=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #7517F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7517F8 is #8AE807. Grayscale: #4B4B4B. Windows color (decimal): -9103368 or 16258933. OLE color: 16258933.
HSL color Cylindrical-coordinate representation of color #7517F8: hue angle of 265.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7517F8 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 23 | 248 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.03 |
| HSL | 265.07º | 0.94% | 0.53% | - |
| HSV(B) | 265.07º | 0.91% | 0.97% | - |
| XYZ | 24.59 | 11.17 | 89.67 | - |
| YUV | 76.76 | 224.64 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 248 | 0.53 | 0.91 | 0 | 0.03 | 265.07 | 0.94 | 0.53 |
| Hex | 75 | 17 | F8 | 35 | 5B | 0 | 3 | 109 | 5E | 35 |
| Octal | 165 | 27 | 370 | 65 | 133 | 0 | 3 | 411 | 136 | 65 |
| Binary | 1110101 | 10111 | 11111000 | 110101 | 1011011 | 0 | 11 | 100001001 | 1011110 | 110101 |
Color Harmonies of #7517F8
Complementary color
Monochromatic Colors of #7517F8
Black with #7517F8
Text Example
Text Example
White with #7517F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7517F8; }
p { color: rgb(117,23,248); }
H1.HeaderClassName
{
color: #7517F8;
}
.AnyTagClassName
{
color: #7517F8;
}
</style>
background-color css
<style>
a { background-color: #7517F8; }
a { background-color: rgb(117,23,248); }
div.DivClassName
{
background-color: #7517F8;
}
.BgClassName
{
background-color: #7517F8;
}
</style>
border-color css
<style>
span { border-color: #7517F8; }
span { border-color: rgb(117,23,248); }
td.TdClassName
{
border-color: #7517F8;
}
.TagClassName
{
border-color: #7517F8;
}
</style>