Shades of Electric Indigo #7700FA
Tints of Electric Indigo #7700FA
RGB
CMYK
RGB Variations
Color information
#7700FA (or 0x7700FA) is known color: Electric Indigo. HEX triplet: 77, 00 and FA. RGB value is (119,0,250). Sum of RGB (Red+Green+Blue) = 119+0+250=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #7700FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700FA is #88FF05. Grayscale: #3F3F3F. Windows color (decimal): -8978182 or 16384119. OLE color: 16384119.
HSL color Cylindrical-coordinate representation of color #7700FA: hue angle of 268.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700FA is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 0 | 250 | - |
| CMYK | 0.52 | 1 | 0 | 0.02 |
| HSL | 268.56º | 1% | 0.49% | - |
| HSV(B) | 268.56º | 1% | 0.98% | - |
| XYZ | 24.86 | 10.82 | 91.22 | - |
| YUV | 64.08 | 232.92 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 250 | 0.52 | 1 | 0 | 0.02 | 268.56 | 1 | 0.49 |
| Hex | 77 | 0 | FA | 34 | 64 | 0 | 2 | 10D | 64 | 31 |
| Octal | 167 | 0 | 372 | 64 | 144 | 0 | 2 | 415 | 144 | 61 |
| Binary | 1110111 | 0 | 11111010 | 110100 | 1100100 | 0 | 10 | 100001101 | 1100100 | 110001 |
Color Harmonies of #7700FA
Complementary color
Monochromatic Colors of #7700FA
Black with #7700FA
Text Example
Text Example
White with #7700FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700FA; }
p { color: rgb(119,0,250); }
H1.HeaderClassName
{
color: #7700FA;
}
.AnyTagClassName
{
color: #7700FA;
}
</style>
background-color css
<style>
a { background-color: #7700FA; }
a { background-color: rgb(119,0,250); }
div.DivClassName
{
background-color: #7700FA;
}
.BgClassName
{
background-color: #7700FA;
}
</style>
border-color css
<style>
span { border-color: #7700FA; }
span { border-color: rgb(119,0,250); }
td.TdClassName
{
border-color: #7700FA;
}
.TagClassName
{
border-color: #7700FA;
}
</style>