Shades of Electric Indigo #770CFE
Tints of Electric Indigo #770CFE
RGB
CMYK
RGB Variations
Color information
#770CFE (or 0x770CFE) is known color: Electric Indigo. HEX triplet: 77, 0C and FE. RGB value is (119,12,254). Sum of RGB (Red+Green+Blue) = 119+12+254=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #770CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CFE is #88F301. Grayscale: #464646. Windows color (decimal): -8975106 or 16649335. OLE color: 16649335.
HSL color Cylindrical-coordinate representation of color #770CFE: hue angle of 266.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CFE is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 12 | 254 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.00 |
| HSL | 266.53º | 0.99% | 0.52% | - |
| HSV(B) | 266.53º | 0.95% | 1% | - |
| XYZ | 25.63 | 11.34 | 94.6 | - |
| YUV | 71.58 | 230.95 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 254 | 0.53 | 0.95 | 0 | 0.00 | 266.53 | 0.99 | 0.52 |
| Hex | 77 | C | FE | 35 | 5F | 0 | 0 | 10B | 63 | 34 |
| Octal | 167 | 14 | 376 | 65 | 137 | 0 | 0 | 413 | 143 | 64 |
| Binary | 1110111 | 1100 | 11111110 | 110101 | 1011111 | 0 | 0 | 100001011 | 1100011 | 110100 |
Color Harmonies of #770CFE
Complementary color
Monochromatic Colors of #770CFE
Black with #770CFE
Text Example
Text Example
White with #770CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CFE; }
p { color: rgb(119,12,254); }
H1.HeaderClassName
{
color: #770CFE;
}
.AnyTagClassName
{
color: #770CFE;
}
</style>
background-color css
<style>
a { background-color: #770CFE; }
a { background-color: rgb(119,12,254); }
div.DivClassName
{
background-color: #770CFE;
}
.BgClassName
{
background-color: #770CFE;
}
</style>
border-color css
<style>
span { border-color: #770CFE; }
span { border-color: rgb(119,12,254); }
td.TdClassName
{
border-color: #770CFE;
}
.TagClassName
{
border-color: #770CFE;
}
</style>