Shades of Electric Indigo #760AFB
Tints of Electric Indigo #760AFB
RGB
CMYK
RGB Variations
Color information
#760AFB (or 0x760AFB) is known color: Electric Indigo. HEX triplet: 76, 0A and FB. RGB value is (118,10,251). Sum of RGB (Red+Green+Blue) = 118+10+251=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #760AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760AFB is #89F504. Grayscale: #444444. Windows color (decimal): -9041157 or 16452214. OLE color: 16452214.
HSL color Cylindrical-coordinate representation of color #760AFB: hue angle of 266.89º degrees, saturation: 0.97, 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 #760AFB is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 10 | 251 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.02 |
| HSL | 266.89º | 0.97% | 0.51% | - |
| HSV(B) | 266.89º | 0.96% | 0.98% | - |
| XYZ | 24.99 | 11.03 | 92.08 | - |
| YUV | 69.77 | 230.28 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 251 | 0.53 | 0.96 | 0 | 0.02 | 266.89 | 0.97 | 0.51 |
| Hex | 76 | A | FB | 35 | 60 | 0 | 2 | 10B | 61 | 33 |
| Octal | 166 | 12 | 373 | 65 | 140 | 0 | 2 | 413 | 141 | 63 |
| Binary | 1110110 | 1010 | 11111011 | 110101 | 1100000 | 0 | 10 | 100001011 | 1100001 | 110011 |
Color Harmonies of #760AFB
Complementary color
Monochromatic Colors of #760AFB
Black with #760AFB
Text Example
Text Example
White with #760AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AFB; }
p { color: rgb(118,10,251); }
H1.HeaderClassName
{
color: #760AFB;
}
.AnyTagClassName
{
color: #760AFB;
}
</style>
background-color css
<style>
a { background-color: #760AFB; }
a { background-color: rgb(118,10,251); }
div.DivClassName
{
background-color: #760AFB;
}
.BgClassName
{
background-color: #760AFB;
}
</style>
border-color css
<style>
span { border-color: #760AFB; }
span { border-color: rgb(118,10,251); }
td.TdClassName
{
border-color: #760AFB;
}
.TagClassName
{
border-color: #760AFB;
}
</style>