Shades of Electric Indigo #750BFC
Tints of Electric Indigo #750BFC
RGB
CMYK
RGB Variations
Color information
#750BFC (or 0x750BFC) is known color: Electric Indigo. HEX triplet: 75, 0B and FC. RGB value is (117,11,252). Sum of RGB (Red+Green+Blue) = 117+11+252=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #750BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750BFC is #8AF403. Grayscale: #454545. Windows color (decimal): -9106436 or 16518005. OLE color: 16518005.
HSL color Cylindrical-coordinate representation of color #750BFC: hue angle of 266.39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750BFC is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 11 | 252 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.01 |
| HSL | 266.39º | 0.98% | 0.52% | - |
| HSV(B) | 266.39º | 0.96% | 0.99% | - |
| XYZ | 25.03 | 11.05 | 92.91 | - |
| YUV | 70.17 | 230.62 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 252 | 0.54 | 0.96 | 0 | 0.01 | 266.39 | 0.98 | 0.52 |
| Hex | 75 | B | FC | 36 | 60 | 0 | 1 | 10A | 62 | 34 |
| Octal | 165 | 13 | 374 | 66 | 140 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110101 | 1011 | 11111100 | 110110 | 1100000 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #750BFC
Complementary color
Monochromatic Colors of #750BFC
Black with #750BFC
Text Example
Text Example
White with #750BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BFC; }
p { color: rgb(117,11,252); }
H1.HeaderClassName
{
color: #750BFC;
}
.AnyTagClassName
{
color: #750BFC;
}
</style>
background-color css
<style>
a { background-color: #750BFC; }
a { background-color: rgb(117,11,252); }
div.DivClassName
{
background-color: #750BFC;
}
.BgClassName
{
background-color: #750BFC;
}
</style>
border-color css
<style>
span { border-color: #750BFC; }
span { border-color: rgb(117,11,252); }
td.TdClassName
{
border-color: #750BFC;
}
.TagClassName
{
border-color: #750BFC;
}
</style>