Shades of Electric Indigo #760FFC
Tints of Electric Indigo #760FFC
RGB
CMYK
RGB Variations
Color information
#760FFC (or 0x760FFC) is known color: Electric Indigo. HEX triplet: 76, 0F and FC. RGB value is (118,15,252). Sum of RGB (Red+Green+Blue) = 118+15+252=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #760FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FFC is #89F003. Grayscale: #474747. Windows color (decimal): -9039876 or 16519030. OLE color: 16519030.
HSL color Cylindrical-coordinate representation of color #760FFC: hue angle of 266.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FFC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 15 | 252 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.01 |
| HSL | 266.08º | 0.98% | 0.52% | - |
| HSV(B) | 266.08º | 0.94% | 0.99% | - |
| XYZ | 25.21 | 11.22 | 92.93 | - |
| YUV | 72.82 | 229.12 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 252 | 0.53 | 0.94 | 0 | 0.01 | 266.08 | 0.98 | 0.52 |
| Hex | 76 | F | FC | 35 | 5E | 0 | 1 | 10A | 62 | 34 |
| Octal | 166 | 17 | 374 | 65 | 136 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110110 | 1111 | 11111100 | 110101 | 1011110 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #760FFC
Complementary color
Monochromatic Colors of #760FFC
Black with #760FFC
Text Example
Text Example
White with #760FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FFC; }
p { color: rgb(118,15,252); }
H1.HeaderClassName
{
color: #760FFC;
}
.AnyTagClassName
{
color: #760FFC;
}
</style>
background-color css
<style>
a { background-color: #760FFC; }
a { background-color: rgb(118,15,252); }
div.DivClassName
{
background-color: #760FFC;
}
.BgClassName
{
background-color: #760FFC;
}
</style>
border-color css
<style>
span { border-color: #760FFC; }
span { border-color: rgb(118,15,252); }
td.TdClassName
{
border-color: #760FFC;
}
.TagClassName
{
border-color: #760FFC;
}
</style>