Html Css Color HEX #770BEA Electric Indigo

📋 copy color: '#770BEA'

red 119 ◦ green 11 ◦ blue 234

#770BEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #770BEA

Tints of Electric Indigo #770BEA

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.8% from 255) = 64.29%

R = 32.69%
G = 3.02%
B = 64.29%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#770BEA (or 0x770BEA) is known color: 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

RGB 119 11 234 -
CMYK 0.49 0.95 0 0.08
HSL 269.06º 0.91% 0.48% -
HSV(B) 269.06º 0.95% 0.92% -
XYZ 22.58 10.1 78.6 -
YUV 68.71 221.28 163.87 -
System Red Green Blue C M Y K H S L
Decimal 119 11 234 0.49 0.95 0 0.08 269.06 0.91 0.48
Hex 77 B EA 31 5F 0 8 10D 5B 30
Octal 167 13 352 61 137 0 10 415 133 60
Binary 1110111 1011 11101010 110001 1011111 0 1000 100001101 1011011 110000

Color Harmonies of #770BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BEA

Black with #770BEA

Text Example


Text Example

White with #770BEA

Text Example


Text Example

HTML Codes & Css Web 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>