Shades of Electric Indigo #760BFC
Tints of Electric Indigo #760BFC
RGB
CMYK
RGB Variations
Color information
#760BFC (or 0x760BFC) is known color: Electric Indigo. HEX triplet: 76, 0B and FC. RGB value is (118,11,252). Sum of RGB (Red+Green+Blue) = 118+11+252=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #760BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BFC is #89F403. Grayscale: #454545. Windows color (decimal): -9040900 or 16518006. OLE color: 16518006.
HSL color Cylindrical-coordinate representation of color #760BFC: hue angle of 266.64º 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 #760BFC is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 11 | 252 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.01 |
| HSL | 266.64º | 0.98% | 0.52% | - |
| HSV(B) | 266.64º | 0.96% | 0.99% | - |
| XYZ | 25.16 | 11.12 | 92.92 | - |
| YUV | 70.47 | 230.45 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 252 | 0.53 | 0.96 | 0 | 0.01 | 266.64 | 0.98 | 0.52 |
| Hex | 76 | B | FC | 35 | 60 | 0 | 1 | 10B | 62 | 34 |
| Octal | 166 | 13 | 374 | 65 | 140 | 0 | 1 | 413 | 142 | 64 |
| Binary | 1110110 | 1011 | 11111100 | 110101 | 1100000 | 0 | 1 | 100001011 | 1100010 | 110100 |
Color Harmonies of #760BFC
Complementary color
Monochromatic Colors of #760BFC
Black with #760BFC
Text Example
Text Example
White with #760BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BFC; }
p { color: rgb(118,11,252); }
H1.HeaderClassName
{
color: #760BFC;
}
.AnyTagClassName
{
color: #760BFC;
}
</style>
background-color css
<style>
a { background-color: #760BFC; }
a { background-color: rgb(118,11,252); }
div.DivClassName
{
background-color: #760BFC;
}
.BgClassName
{
background-color: #760BFC;
}
</style>
border-color css
<style>
span { border-color: #760BFC; }
span { border-color: rgb(118,11,252); }
td.TdClassName
{
border-color: #760BFC;
}
.TagClassName
{
border-color: #760BFC;
}
</style>