Shades of Electric Indigo #770CEB
Tints of Electric Indigo #770CEB
RGB
CMYK
RGB Variations
Color information
#770CEB (or 0x770CEB) is known color: Electric Indigo. HEX triplet: 77, 0C and EB. RGB value is (119,12,235). Sum of RGB (Red+Green+Blue) = 119+12+235=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #770CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CEB is #88F314. Grayscale: #444444. Windows color (decimal): -8975125 or 15404151. OLE color: 15404151.
HSL color Cylindrical-coordinate representation of color #770CEB: hue angle of 268.79º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CEB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 12 | 235 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.08 |
| HSL | 268.79º | 0.9% | 0.48% | - |
| HSV(B) | 268.79º | 0.95% | 0.92% | - |
| XYZ | 22.73 | 10.18 | 79.36 | - |
| YUV | 69.42 | 221.45 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 235 | 0.49 | 0.95 | 0 | 0.08 | 268.79 | 0.9 | 0.48 |
| Hex | 77 | C | EB | 31 | 5F | 0 | 8 | 10D | 5A | 30 |
| Octal | 167 | 14 | 353 | 61 | 137 | 0 | 10 | 415 | 132 | 60 |
| Binary | 1110111 | 1100 | 11101011 | 110001 | 1011111 | 0 | 1000 | 100001101 | 1011010 | 110000 |
Color Harmonies of #770CEB
Complementary color
Monochromatic Colors of #770CEB
Black with #770CEB
Text Example
Text Example
White with #770CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CEB; }
p { color: rgb(119,12,235); }
H1.HeaderClassName
{
color: #770CEB;
}
.AnyTagClassName
{
color: #770CEB;
}
</style>
background-color css
<style>
a { background-color: #770CEB; }
a { background-color: rgb(119,12,235); }
div.DivClassName
{
background-color: #770CEB;
}
.BgClassName
{
background-color: #770CEB;
}
</style>
border-color css
<style>
span { border-color: #770CEB; }
span { border-color: rgb(119,12,235); }
td.TdClassName
{
border-color: #770CEB;
}
.TagClassName
{
border-color: #770CEB;
}
</style>