Shades of Electric Indigo #770FF2
Tints of Electric Indigo #770FF2
RGB
CMYK
RGB Variations
Color information
#770FF2 (or 0x770FF2) is known color: Electric Indigo. HEX triplet: 77, 0F and F2. RGB value is (119,15,242). Sum of RGB (Red+Green+Blue) = 119+15+242=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #770FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FF2 is #88F00D. Grayscale: #474747. Windows color (decimal): -8974350 or 15863671. OLE color: 15863671.
HSL color Cylindrical-coordinate representation of color #770FF2: hue angle of 267.49º 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 #770FF2 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 15 | 242 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.05 |
| HSL | 267.49º | 0.9% | 0.5% | - |
| HSV(B) | 267.49º | 0.94% | 0.95% | - |
| XYZ | 23.81 | 10.67 | 84.81 | - |
| YUV | 71.97 | 223.96 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 242 | 0.51 | 0.94 | 0 | 0.05 | 267.49 | 0.9 | 0.5 |
| Hex | 77 | F | F2 | 33 | 5E | 0 | 5 | 10B | 5A | 32 |
| Octal | 167 | 17 | 362 | 63 | 136 | 0 | 5 | 413 | 132 | 62 |
| Binary | 1110111 | 1111 | 11110010 | 110011 | 1011110 | 0 | 101 | 100001011 | 1011010 | 110010 |
Color Harmonies of #770FF2
Complementary color
Monochromatic Colors of #770FF2
Black with #770FF2
Text Example
Text Example
White with #770FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FF2; }
p { color: rgb(119,15,242); }
H1.HeaderClassName
{
color: #770FF2;
}
.AnyTagClassName
{
color: #770FF2;
}
</style>
background-color css
<style>
a { background-color: #770FF2; }
a { background-color: rgb(119,15,242); }
div.DivClassName
{
background-color: #770FF2;
}
.BgClassName
{
background-color: #770FF2;
}
</style>
border-color css
<style>
span { border-color: #770FF2; }
span { border-color: rgb(119,15,242); }
td.TdClassName
{
border-color: #770FF2;
}
.TagClassName
{
border-color: #770FF2;
}
</style>