Html Css Color HEX #770AEE Electric Indigo

📋 copy color: '#770AEE'

red 119 ◦ green 10 ◦ blue 238

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

Shades of Electric Indigo #770AEE

Tints of Electric Indigo #770AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.85%

R = 32.43%
G = 2.72%
B = 64.85%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#770AEE (or 0x770AEE) is known color: Electric Indigo. HEX triplet: 77, 0A and EE. RGB value is (119,10,238). Sum of RGB (Red+Green+Blue) = 119+10+238=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #770AEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770AEE is #88F511. Grayscale: #434343. Windows color (decimal): -8975634 or 15600247. OLE color: 15600247.

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

Color convert

RGB 119 10 238 -
CMYK 0.50 0.96 0 0.07
HSL 268.68º 0.92% 0.49% -
HSV(B) 268.68º 0.96% 0.93% -
XYZ 23.15 10.31 81.66 -
YUV 68.58 223.61 163.96 -
System Red Green Blue C M Y K H S L
Decimal 119 10 238 0.50 0.96 0 0.07 268.68 0.92 0.49
Hex 77 A EE 32 60 0 7 10D 5C 31
Octal 167 12 356 62 140 0 7 415 134 61
Binary 1110111 1010 11101110 110010 1100000 0 111 100001101 1011100 110001

Color Harmonies of #770AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AEE

Black with #770AEE

Text Example


Text Example

White with #770AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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