Shades of Electric Indigo #760BFA
Tints of Electric Indigo #760BFA
RGB
CMYK
RGB Variations
Color information
#760BFA (or 0x760BFA) is known color: Electric Indigo. HEX triplet: 76, 0B and FA. RGB value is (118,11,250). Sum of RGB (Red+Green+Blue) = 118+11+250=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 11 (4.69% from 255 or 2.90% 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 #760BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BFA is #89F405. Grayscale: #454545. Windows color (decimal): -9040902 or 16386934. OLE color: 16386934.
HSL color Cylindrical-coordinate representation of color #760BFA: hue angle of 266.86º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760BFA is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 11 | 250 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.02 |
| HSL | 266.86º | 0.96% | 0.51% | - |
| HSV(B) | 266.86º | 0.96% | 0.98% | - |
| XYZ | 24.85 | 10.99 | 91.25 | - |
| YUV | 70.24 | 229.45 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 250 | 0.53 | 0.96 | 0 | 0.02 | 266.86 | 0.96 | 0.51 |
| Hex | 76 | B | FA | 35 | 60 | 0 | 2 | 10B | 60 | 33 |
| Octal | 166 | 13 | 372 | 65 | 140 | 0 | 2 | 413 | 140 | 63 |
| Binary | 1110110 | 1011 | 11111010 | 110101 | 1100000 | 0 | 10 | 100001011 | 1100000 | 110011 |
Color Harmonies of #760BFA
Complementary color
Monochromatic Colors of #760BFA
Black with #760BFA
Text Example
Text Example
White with #760BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BFA; }
p { color: rgb(118,11,250); }
H1.HeaderClassName
{
color: #760BFA;
}
.AnyTagClassName
{
color: #760BFA;
}
</style>
background-color css
<style>
a { background-color: #760BFA; }
a { background-color: rgb(118,11,250); }
div.DivClassName
{
background-color: #760BFA;
}
.BgClassName
{
background-color: #760BFA;
}
</style>
border-color css
<style>
span { border-color: #760BFA; }
span { border-color: rgb(118,11,250); }
td.TdClassName
{
border-color: #760BFA;
}
.TagClassName
{
border-color: #760BFA;
}
</style>