Html Css Color HEX #770AEA Electric Indigo

📋 copy color: '#770AEA'

red 119 ◦ green 10 ◦ blue 234

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

Shades of Electric Indigo #770AEA

Tints of Electric Indigo #770AEA

RGB

 RED value IS 119 (46.88% from 255) = 32.78%

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 32.78%
G = 2.75%
B = 64.46%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#770AEA (or 0x770AEA) is known color: Electric Indigo. HEX triplet: 77, 0A and EA. RGB value is (119,10,234). Sum of RGB (Red+Green+Blue) = 119+10+234=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #770AEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770AEA is #88F515. Grayscale: #434343. Windows color (decimal): -8975638 or 15338103. OLE color: 15338103.

HSL color Cylindrical-coordinate representation of color #770AEA: hue angle of 269.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770AEA is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 10 234 -
CMYK 0.49 0.96 0 0.08
HSL 269.2º 0.92% 0.48% -
HSV(B) 269.2º 0.96% 0.92% -
XYZ 22.57 10.08 78.6 -
YUV 68.13 221.61 164.29 -
System Red Green Blue C M Y K H S L
Decimal 119 10 234 0.49 0.96 0 0.08 269.2 0.92 0.48
Hex 77 A EA 31 60 0 8 10D 5C 30
Octal 167 12 352 61 140 0 10 415 134 60
Binary 1110111 1010 11101010 110001 1100000 0 1000 100001101 1011100 110000

Color Harmonies of #770AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AEA

Black with #770AEA

Text Example


Text Example

White with #770AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #770AEA;
 }
 .AnyTagClassName
 {
   color: #770AEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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