Shades of Electric Indigo #760AFC
Tints of Electric Indigo #760AFC
RGB
CMYK
RGB Variations
Color information
#760AFC (or 0x760AFC) is known color: Electric Indigo. HEX triplet: 76, 0A and FC. RGB value is (118,10,252). Sum of RGB (Red+Green+Blue) = 118+10+252=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 10 (4.30% from 255 or 2.63% 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 #760AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760AFC is #89F503. Grayscale: #454545. Windows color (decimal): -9041156 or 16517750. OLE color: 16517750.
HSL color Cylindrical-coordinate representation of color #760AFC: hue angle of 266.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760AFC is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 10 | 252 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.01 |
| HSL | 266.78º | 0.98% | 0.51% | - |
| HSV(B) | 266.78º | 0.96% | 0.99% | - |
| XYZ | 25.15 | 11.1 | 92.91 | - |
| YUV | 69.88 | 230.78 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 252 | 0.53 | 0.96 | 0 | 0.01 | 266.78 | 0.98 | 0.51 |
| Hex | 76 | A | FC | 35 | 60 | 0 | 1 | 10B | 62 | 33 |
| Octal | 166 | 12 | 374 | 65 | 140 | 0 | 1 | 413 | 142 | 63 |
| Binary | 1110110 | 1010 | 11111100 | 110101 | 1100000 | 0 | 1 | 100001011 | 1100010 | 110011 |
Color Harmonies of #760AFC
Complementary color
Monochromatic Colors of #760AFC
Black with #760AFC
Text Example
Text Example
White with #760AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AFC; }
p { color: rgb(118,10,252); }
H1.HeaderClassName
{
color: #760AFC;
}
.AnyTagClassName
{
color: #760AFC;
}
</style>
background-color css
<style>
a { background-color: #760AFC; }
a { background-color: rgb(118,10,252); }
div.DivClassName
{
background-color: #760AFC;
}
.BgClassName
{
background-color: #760AFC;
}
</style>
border-color css
<style>
span { border-color: #760AFC; }
span { border-color: rgb(118,10,252); }
td.TdClassName
{
border-color: #760AFC;
}
.TagClassName
{
border-color: #760AFC;
}
</style>