Shades of Electric Indigo #750FF5
Tints of Electric Indigo #750FF5
RGB
CMYK
RGB Variations
Color information
#750FF5 (or 0x750FF5) is known color: Electric Indigo. HEX triplet: 75, 0F and F5. RGB value is (117,15,245). Sum of RGB (Red+Green+Blue) = 117+15+245=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 245 (96.09% from 255 or 64.99% from 377); Max value from RGB is 245 - color contains mainly: blue. Hex color #750FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FF5 is #8AF00A. Grayscale: #464646. Windows color (decimal): -9105419 or 16060277. OLE color: 16060277.
HSL color Cylindrical-coordinate representation of color #750FF5: hue angle of 266.61º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750FF5 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 15 | 245 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.04 |
| HSL | 266.61º | 0.92% | 0.51% | - |
| HSV(B) | 266.61º | 0.94% | 0.96% | - |
| XYZ | 23.99 | 10.72 | 87.19 | - |
| YUV | 71.72 | 225.79 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 245 | 0.52 | 0.94 | 0 | 0.04 | 266.61 | 0.92 | 0.51 |
| Hex | 75 | F | F5 | 34 | 5E | 0 | 4 | 10B | 5C | 33 |
| Octal | 165 | 17 | 365 | 64 | 136 | 0 | 4 | 413 | 134 | 63 |
| Binary | 1110101 | 1111 | 11110101 | 110100 | 1011110 | 0 | 100 | 100001011 | 1011100 | 110011 |
Color Harmonies of #750FF5
Complementary color
Monochromatic Colors of #750FF5
Black with #750FF5
Text Example
Text Example
White with #750FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FF5; }
p { color: rgb(117,15,245); }
H1.HeaderClassName
{
color: #750FF5;
}
.AnyTagClassName
{
color: #750FF5;
}
</style>
background-color css
<style>
a { background-color: #750FF5; }
a { background-color: rgb(117,15,245); }
div.DivClassName
{
background-color: #750FF5;
}
.BgClassName
{
background-color: #750FF5;
}
</style>
border-color css
<style>
span { border-color: #750FF5; }
span { border-color: rgb(117,15,245); }
td.TdClassName
{
border-color: #750FF5;
}
.TagClassName
{
border-color: #750FF5;
}
</style>