Shades of Electric Indigo #760DF1
Tints of Electric Indigo #760DF1
RGB
CMYK
RGB Variations
Color information
#760DF1 (or 0x760DF1) is known color: Electric Indigo. HEX triplet: 76, 0D and F1. RGB value is (118,13,241). Sum of RGB (Red+Green+Blue) = 118+13+241=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #760DF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760DF1 is #89F20E. Grayscale: #454545. Windows color (decimal): -9040399 or 15797622. OLE color: 15797622.
HSL color Cylindrical-coordinate representation of color #760DF1: hue angle of 267.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760DF1 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 13 | 241 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.05 |
| HSL | 267.63º | 0.9% | 0.5% | - |
| HSV(B) | 267.63º | 0.95% | 0.95% | - |
| XYZ | 23.49 | 10.49 | 84.01 | - |
| YUV | 70.39 | 224.29 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 241 | 0.51 | 0.95 | 0 | 0.05 | 267.63 | 0.9 | 0.5 |
| Hex | 76 | D | F1 | 33 | 5F | 0 | 5 | 10C | 5A | 32 |
| Octal | 166 | 15 | 361 | 63 | 137 | 0 | 5 | 414 | 132 | 62 |
| Binary | 1110110 | 1101 | 11110001 | 110011 | 1011111 | 0 | 101 | 100001100 | 1011010 | 110010 |
Color Harmonies of #760DF1
Complementary color
Monochromatic Colors of #760DF1
Black with #760DF1
Text Example
Text Example
White with #760DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760DF1; }
p { color: rgb(118,13,241); }
H1.HeaderClassName
{
color: #760DF1;
}
.AnyTagClassName
{
color: #760DF1;
}
</style>
background-color css
<style>
a { background-color: #760DF1; }
a { background-color: rgb(118,13,241); }
div.DivClassName
{
background-color: #760DF1;
}
.BgClassName
{
background-color: #760DF1;
}
</style>
border-color css
<style>
span { border-color: #760DF1; }
span { border-color: rgb(118,13,241); }
td.TdClassName
{
border-color: #760DF1;
}
.TagClassName
{
border-color: #760DF1;
}
</style>