Shades of Electric Indigo #770FFA
Tints of Electric Indigo #770FFA
RGB
CMYK
RGB Variations
Color information
#770FFA (or 0x770FFA) is known color: Electric Indigo. HEX triplet: 77, 0F and FA. RGB value is (119,15,250). Sum of RGB (Red+Green+Blue) = 119+15+250=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #770FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FFA is #88F005. Grayscale: #484848. Windows color (decimal): -8974342 or 16387959. OLE color: 16387959.
HSL color Cylindrical-coordinate representation of color #770FFA: hue angle of 266.55º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770FFA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 15 | 250 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.02 |
| HSL | 266.55º | 0.96% | 0.52% | - |
| HSV(B) | 266.55º | 0.94% | 0.98% | - |
| XYZ | 25.03 | 11.17 | 91.28 | - |
| YUV | 72.89 | 227.96 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 250 | 0.52 | 0.94 | 0 | 0.02 | 266.55 | 0.96 | 0.52 |
| Hex | 77 | F | FA | 34 | 5E | 0 | 2 | 10B | 60 | 34 |
| Octal | 167 | 17 | 372 | 64 | 136 | 0 | 2 | 413 | 140 | 64 |
| Binary | 1110111 | 1111 | 11111010 | 110100 | 1011110 | 0 | 10 | 100001011 | 1100000 | 110100 |
Color Harmonies of #770FFA
Complementary color
Monochromatic Colors of #770FFA
Black with #770FFA
Text Example
Text Example
White with #770FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FFA; }
p { color: rgb(119,15,250); }
H1.HeaderClassName
{
color: #770FFA;
}
.AnyTagClassName
{
color: #770FFA;
}
</style>
background-color css
<style>
a { background-color: #770FFA; }
a { background-color: rgb(119,15,250); }
div.DivClassName
{
background-color: #770FFA;
}
.BgClassName
{
background-color: #770FFA;
}
</style>
border-color css
<style>
span { border-color: #770FFA; }
span { border-color: rgb(119,15,250); }
td.TdClassName
{
border-color: #770FFA;
}
.TagClassName
{
border-color: #770FFA;
}
</style>