Shades of Electric Indigo #770BE3
Tints of Electric Indigo #770BE3
RGB
CMYK
RGB Variations
Color information
#770BE3 (or 0x770BE3) is known color: Electric Indigo. HEX triplet: 77, 0B and E3. RGB value is (119,11,227). Sum of RGB (Red+Green+Blue) = 119+11+227=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #770BE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BE3 is #88F41C. Grayscale: #434343. Windows color (decimal): -8975389 or 14879607. OLE color: 14879607.
HSL color Cylindrical-coordinate representation of color #770BE3: hue angle of 270º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BE3 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 11 | 227 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.11 |
| HSL | 270º | 0.91% | 0.47% | - |
| HSV(B) | 270º | 0.95% | 0.89% | - |
| XYZ | 21.59 | 9.71 | 73.41 | - |
| YUV | 67.92 | 217.78 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 227 | 0.48 | 0.95 | 0 | 0.11 | 270 | 0.91 | 0.47 |
| Hex | 77 | B | E3 | 30 | 5F | 0 | B | 10E | 5B | 2F |
| Octal | 167 | 13 | 343 | 60 | 137 | 0 | 13 | 416 | 133 | 57 |
| Binary | 1110111 | 1011 | 11100011 | 110000 | 1011111 | 0 | 1011 | 100001110 | 1011011 | 101111 |
Color Harmonies of #770BE3
Complementary color
Monochromatic Colors of #770BE3
Black with #770BE3
Text Example
Text Example
White with #770BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BE3; }
p { color: rgb(119,11,227); }
H1.HeaderClassName
{
color: #770BE3;
}
.AnyTagClassName
{
color: #770BE3;
}
</style>
background-color css
<style>
a { background-color: #770BE3; }
a { background-color: rgb(119,11,227); }
div.DivClassName
{
background-color: #770BE3;
}
.BgClassName
{
background-color: #770BE3;
}
</style>
border-color css
<style>
span { border-color: #770BE3; }
span { border-color: rgb(119,11,227); }
td.TdClassName
{
border-color: #770BE3;
}
.TagClassName
{
border-color: #770BE3;
}
</style>