Shades of Electric Indigo #770FFD
Tints of Electric Indigo #770FFD
RGB
CMYK
RGB Variations
Color information
#770FFD (or 0x770FFD) is known color: Electric Indigo. HEX triplet: 77, 0F and FD. RGB value is (119,15,253). Sum of RGB (Red+Green+Blue) = 119+15+253=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #770FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FFD is #88F002. Grayscale: #484848. Windows color (decimal): -8974339 or 16584567. OLE color: 16584567.
HSL color Cylindrical-coordinate representation of color #770FFD: hue angle of 266.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770FFD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 15 | 253 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.01 |
| HSL | 266.22º | 0.98% | 0.53% | - |
| HSV(B) | 266.22º | 0.94% | 0.99% | - |
| XYZ | 25.51 | 11.36 | 93.78 | - |
| YUV | 73.23 | 229.46 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 253 | 0.53 | 0.94 | 0 | 0.01 | 266.22 | 0.98 | 0.53 |
| Hex | 77 | F | FD | 35 | 5E | 0 | 1 | 10A | 62 | 35 |
| Octal | 167 | 17 | 375 | 65 | 136 | 0 | 1 | 412 | 142 | 65 |
| Binary | 1110111 | 1111 | 11111101 | 110101 | 1011110 | 0 | 1 | 100001010 | 1100010 | 110101 |
Color Harmonies of #770FFD
Complementary color
Monochromatic Colors of #770FFD
Black with #770FFD
Text Example
Text Example
White with #770FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FFD; }
p { color: rgb(119,15,253); }
H1.HeaderClassName
{
color: #770FFD;
}
.AnyTagClassName
{
color: #770FFD;
}
</style>
background-color css
<style>
a { background-color: #770FFD; }
a { background-color: rgb(119,15,253); }
div.DivClassName
{
background-color: #770FFD;
}
.BgClassName
{
background-color: #770FFD;
}
</style>
border-color css
<style>
span { border-color: #770FFD; }
span { border-color: rgb(119,15,253); }
td.TdClassName
{
border-color: #770FFD;
}
.TagClassName
{
border-color: #770FFD;
}
</style>