Shades of Electric Indigo #760CFC
Tints of Electric Indigo #760CFC
RGB
CMYK
RGB Variations
Color information
#760CFC (or 0x760CFC) is known color: Electric Indigo. HEX triplet: 76, 0C and FC. RGB value is (118,12,252). Sum of RGB (Red+Green+Blue) = 118+12+252=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #760CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760CFC is #89F303. Grayscale: #464646. Windows color (decimal): -9040644 or 16518262. OLE color: 16518262.
HSL color Cylindrical-coordinate representation of color #760CFC: hue angle of 266.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760CFC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 12 | 252 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.01 |
| HSL | 266.5º | 0.98% | 0.52% | - |
| HSV(B) | 266.5º | 0.95% | 0.99% | - |
| XYZ | 25.17 | 11.14 | 92.92 | - |
| YUV | 71.05 | 230.12 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 252 | 0.53 | 0.95 | 0 | 0.01 | 266.5 | 0.98 | 0.52 |
| Hex | 76 | C | FC | 35 | 5F | 0 | 1 | 10A | 62 | 34 |
| Octal | 166 | 14 | 374 | 65 | 137 | 0 | 1 | 412 | 142 | 64 |
| Binary | 1110110 | 1100 | 11111100 | 110101 | 1011111 | 0 | 1 | 100001010 | 1100010 | 110100 |
Color Harmonies of #760CFC
Complementary color
Monochromatic Colors of #760CFC
Black with #760CFC
Text Example
Text Example
White with #760CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760CFC; }
p { color: rgb(118,12,252); }
H1.HeaderClassName
{
color: #760CFC;
}
.AnyTagClassName
{
color: #760CFC;
}
</style>
background-color css
<style>
a { background-color: #760CFC; }
a { background-color: rgb(118,12,252); }
div.DivClassName
{
background-color: #760CFC;
}
.BgClassName
{
background-color: #760CFC;
}
</style>
border-color css
<style>
span { border-color: #760CFC; }
span { border-color: rgb(118,12,252); }
td.TdClassName
{
border-color: #760CFC;
}
.TagClassName
{
border-color: #760CFC;
}
</style>