Shades of Electric Indigo #750AF5
Tints of Electric Indigo #750AF5
RGB
CMYK
RGB Variations
Color information
#750AF5 (or 0x750AF5) is known color: Electric Indigo. HEX triplet: 75, 0A and F5. RGB value is (117,10,245). Sum of RGB (Red+Green+Blue) = 117+10+245=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #750AF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750AF5 is #8AF50A. Grayscale: #434343. Windows color (decimal): -9106699 or 16058997. OLE color: 16058997.
HSL color Cylindrical-coordinate representation of color #750AF5: hue angle of 267.32º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750AF5 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 10 | 245 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.04 |
| HSL | 267.32º | 0.92% | 0.5% | - |
| HSV(B) | 267.32º | 0.96% | 0.96% | - |
| XYZ | 23.93 | 10.59 | 87.17 | - |
| YUV | 68.78 | 227.45 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 245 | 0.52 | 0.96 | 0 | 0.04 | 267.32 | 0.92 | 0.5 |
| Hex | 75 | A | F5 | 34 | 60 | 0 | 4 | 10B | 5C | 32 |
| Octal | 165 | 12 | 365 | 64 | 140 | 0 | 4 | 413 | 134 | 62 |
| Binary | 1110101 | 1010 | 11110101 | 110100 | 1100000 | 0 | 100 | 100001011 | 1011100 | 110010 |
Color Harmonies of #750AF5
Complementary color
Monochromatic Colors of #750AF5
Black with #750AF5
Text Example
Text Example
White with #750AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750AF5; }
p { color: rgb(117,10,245); }
H1.HeaderClassName
{
color: #750AF5;
}
.AnyTagClassName
{
color: #750AF5;
}
</style>
background-color css
<style>
a { background-color: #750AF5; }
a { background-color: rgb(117,10,245); }
div.DivClassName
{
background-color: #750AF5;
}
.BgClassName
{
background-color: #750AF5;
}
</style>
border-color css
<style>
span { border-color: #750AF5; }
span { border-color: rgb(117,10,245); }
td.TdClassName
{
border-color: #750AF5;
}
.TagClassName
{
border-color: #750AF5;
}
</style>