Shades of Electric Indigo #760FF2
Tints of Electric Indigo #760FF2
RGB
CMYK
RGB Variations
Color information
#760FF2 (or 0x760FF2) is known color: Electric Indigo. HEX triplet: 76, 0F and F2. RGB value is (118,15,242). Sum of RGB (Red+Green+Blue) = 118+15+242=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 242 (94.92% from 255 or 64.53% from 375); Max value from RGB is 242 - color contains mainly: blue. Hex color #760FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FF2 is #89F00D. Grayscale: #464646. Windows color (decimal): -9039886 or 15863670. OLE color: 15863670.
HSL color Cylindrical-coordinate representation of color #760FF2: hue angle of 267.22º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FF2 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 15 | 242 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.05 |
| HSL | 267.22º | 0.9% | 0.5% | - |
| HSV(B) | 267.22º | 0.94% | 0.95% | - |
| XYZ | 23.67 | 10.6 | 84.8 | - |
| YUV | 71.68 | 224.12 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 242 | 0.51 | 0.94 | 0 | 0.05 | 267.22 | 0.9 | 0.5 |
| Hex | 76 | F | F2 | 33 | 5E | 0 | 5 | 10B | 5A | 32 |
| Octal | 166 | 17 | 362 | 63 | 136 | 0 | 5 | 413 | 132 | 62 |
| Binary | 1110110 | 1111 | 11110010 | 110011 | 1011110 | 0 | 101 | 100001011 | 1011010 | 110010 |
Color Harmonies of #760FF2
Complementary color
Monochromatic Colors of #760FF2
Black with #760FF2
Text Example
Text Example
White with #760FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FF2; }
p { color: rgb(118,15,242); }
H1.HeaderClassName
{
color: #760FF2;
}
.AnyTagClassName
{
color: #760FF2;
}
</style>
background-color css
<style>
a { background-color: #760FF2; }
a { background-color: rgb(118,15,242); }
div.DivClassName
{
background-color: #760FF2;
}
.BgClassName
{
background-color: #760FF2;
}
</style>
border-color css
<style>
span { border-color: #760FF2; }
span { border-color: rgb(118,15,242); }
td.TdClassName
{
border-color: #760FF2;
}
.TagClassName
{
border-color: #760FF2;
}
</style>