Shades of Electric Indigo #760CFB
Tints of Electric Indigo #760CFB
RGB
CMYK
RGB Variations
Color information
#760CFB (or 0x760CFB) is known color: Electric Indigo. HEX triplet: 76, 0C and FB. RGB value is (118,12,251). Sum of RGB (Red+Green+Blue) = 118+12+251=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #760CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760CFB is #89F304. Grayscale: #464646. Windows color (decimal): -9040645 or 16452726. OLE color: 16452726.
HSL color Cylindrical-coordinate representation of color #760CFB: hue angle of 266.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760CFB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 12 | 251 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.02 |
| HSL | 266.61º | 0.97% | 0.52% | - |
| HSV(B) | 266.61º | 0.95% | 0.98% | - |
| XYZ | 25.02 | 11.08 | 92.09 | - |
| YUV | 70.94 | 229.62 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 251 | 0.53 | 0.95 | 0 | 0.02 | 266.61 | 0.97 | 0.52 |
| Hex | 76 | C | FB | 35 | 5F | 0 | 2 | 10B | 61 | 34 |
| Octal | 166 | 14 | 373 | 65 | 137 | 0 | 2 | 413 | 141 | 64 |
| Binary | 1110110 | 1100 | 11111011 | 110101 | 1011111 | 0 | 10 | 100001011 | 1100001 | 110100 |
Color Harmonies of #760CFB
Complementary color
Monochromatic Colors of #760CFB
Black with #760CFB
Text Example
Text Example
White with #760CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760CFB; }
p { color: rgb(118,12,251); }
H1.HeaderClassName
{
color: #760CFB;
}
.AnyTagClassName
{
color: #760CFB;
}
</style>
background-color css
<style>
a { background-color: #760CFB; }
a { background-color: rgb(118,12,251); }
div.DivClassName
{
background-color: #760CFB;
}
.BgClassName
{
background-color: #760CFB;
}
</style>
border-color css
<style>
span { border-color: #760CFB; }
span { border-color: rgb(118,12,251); }
td.TdClassName
{
border-color: #760CFB;
}
.TagClassName
{
border-color: #760CFB;
}
</style>