Shades of Electric Indigo #750FFA
Tints of Electric Indigo #750FFA
RGB
CMYK
RGB Variations
Color information
#750FFA (or 0x750FFA) is known color: Electric Indigo. HEX triplet: 75, 0F and FA. RGB value is (117,15,250). Sum of RGB (Red+Green+Blue) = 117+15+250=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #750FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FFA is #8AF005. Grayscale: #474747. Windows color (decimal): -9105414 or 16387957. OLE color: 16387957.
HSL color Cylindrical-coordinate representation of color #750FFA: hue angle of 266.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750FFA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 15 | 250 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.02 |
| HSL | 266.04º | 0.96% | 0.52% | - |
| HSV(B) | 266.04º | 0.94% | 0.98% | - |
| XYZ | 24.76 | 11.03 | 91.27 | - |
| YUV | 72.29 | 228.29 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 250 | 0.53 | 0.94 | 0 | 0.02 | 266.04 | 0.96 | 0.52 |
| Hex | 75 | F | FA | 35 | 5E | 0 | 2 | 10A | 60 | 34 |
| Octal | 165 | 17 | 372 | 65 | 136 | 0 | 2 | 412 | 140 | 64 |
| Binary | 1110101 | 1111 | 11111010 | 110101 | 1011110 | 0 | 10 | 100001010 | 1100000 | 110100 |
Color Harmonies of #750FFA
Complementary color
Monochromatic Colors of #750FFA
Black with #750FFA
Text Example
Text Example
White with #750FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FFA; }
p { color: rgb(117,15,250); }
H1.HeaderClassName
{
color: #750FFA;
}
.AnyTagClassName
{
color: #750FFA;
}
</style>
background-color css
<style>
a { background-color: #750FFA; }
a { background-color: rgb(117,15,250); }
div.DivClassName
{
background-color: #750FFA;
}
.BgClassName
{
background-color: #750FFA;
}
</style>
border-color css
<style>
span { border-color: #750FFA; }
span { border-color: rgb(117,15,250); }
td.TdClassName
{
border-color: #750FFA;
}
.TagClassName
{
border-color: #750FFA;
}
</style>