Shades of Electric Indigo #750CFA
Tints of Electric Indigo #750CFA
RGB
CMYK
RGB Variations
Color information
#750CFA (or 0x750CFA) is known color: Electric Indigo. HEX triplet: 75, 0C and FA. RGB value is (117,12,250). Sum of RGB (Red+Green+Blue) = 117+12+250=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #750CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750CFA is #8AF305. Grayscale: #454545. Windows color (decimal): -9106182 or 16387189. OLE color: 16387189.
HSL color Cylindrical-coordinate representation of color #750CFA: hue angle of 266.47º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750CFA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 12 | 250 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.02 |
| HSL | 266.47º | 0.96% | 0.51% | - |
| HSV(B) | 266.47º | 0.95% | 0.98% | - |
| XYZ | 24.72 | 10.95 | 91.25 | - |
| YUV | 70.53 | 229.29 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 250 | 0.53 | 0.95 | 0 | 0.02 | 266.47 | 0.96 | 0.51 |
| Hex | 75 | C | FA | 35 | 5F | 0 | 2 | 10A | 60 | 33 |
| Octal | 165 | 14 | 372 | 65 | 137 | 0 | 2 | 412 | 140 | 63 |
| Binary | 1110101 | 1100 | 11111010 | 110101 | 1011111 | 0 | 10 | 100001010 | 1100000 | 110011 |
Color Harmonies of #750CFA
Complementary color
Monochromatic Colors of #750CFA
Black with #750CFA
Text Example
Text Example
White with #750CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CFA; }
p { color: rgb(117,12,250); }
H1.HeaderClassName
{
color: #750CFA;
}
.AnyTagClassName
{
color: #750CFA;
}
</style>
background-color css
<style>
a { background-color: #750CFA; }
a { background-color: rgb(117,12,250); }
div.DivClassName
{
background-color: #750CFA;
}
.BgClassName
{
background-color: #750CFA;
}
</style>
border-color css
<style>
span { border-color: #750CFA; }
span { border-color: rgb(117,12,250); }
td.TdClassName
{
border-color: #750CFA;
}
.TagClassName
{
border-color: #750CFA;
}
</style>