#770BEA

Color #770BEA Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #770BEA

Tints of Electric Indigo #770BEA

Color information

#770BEA (or 0x770BEA) is unknown color: approx Electric Indigo. HEX triplet: 77, 0B and EA. RGB value is (119,11,234). Sum of RGB (Red+Green+Blue) = 119+11+234=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #770BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770BEA is #88F415. Grayscale: #434343. Windows color (decimal): -8975382 or 15338359. OLE color: 15338359.

HSL color Cylindrical-coordinate representation of color #770BEA: hue angle of 269.06º degrees, saturation: 0.91, 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 #770BEA is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11911234-
CMYK0.490.9500.08
HSL269.06º91.02%48.04%-
HSV(B)269.06º95.3%91.76%-
XYZ22.5810.178.6-
YUV68.71221.28163.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 11 (4.69% from 255) = 3.02%
BLUE value IS 234 (91.80% from 255) = 64.29%
R=32.69%
G=3.02%
B=64.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal119112340.490.9500.08269.0691.0248.04
Hex77BEA315F0810d5b30
Octal167133526113701041513360
Binary11101111011111010101100011011111010001000011011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770BEA; }

 p { color: rgb(119,11,234); }

 H1.HeaderClassName
 {
   color: #770BEA;
 }
 .AnyTagClassName
 {
   color: #770BEA;
 }
</style>
background-color css

<style>
 a { background-color: #770BEA; }

 a { background-color: rgb(119,11,234); }

 div.DivClassName
 {
   background-color: #770BEA;
 }
 .BgClassName
 {
   background-color: #770BEA;
 }
</style>
border-color css

<style>
 span { border-color: #770BEA; }

 span { border-color: rgb(119,11,234); }

 td.TdClassName
 {
   border-color: #770BEA;
 }
 .TagClassName
 {
   border-color: #770BEA;
 }
</style>