Html Css Color HEX #770AE1 Electric Indigo

📋 copy color: '#770AE1'

red 119 ◦ green 10 ◦ blue 225

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

Shades of Electric Indigo #770AE1

Tints of Electric Indigo #770AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.56%

R = 33.62%
G = 2.82%
B = 63.56%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#770AE1 (or 0x770AE1) is known color: Electric Indigo. HEX triplet: 77, 0A and E1. RGB value is (119,10,225). Sum of RGB (Red+Green+Blue) = 119+10+225=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #770AE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AE1 is #88F51E. Grayscale: #424242. Windows color (decimal): -8975647 or 14748279. OLE color: 14748279.

HSL color Cylindrical-coordinate representation of color #770AE1: hue angle of 270.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770AE1 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 10 225 -
CMYK 0.47 0.96 0 0.12
HSL 270.42º 0.91% 0.46% -
HSV(B) 270.42º 0.96% 0.88% -
XYZ 21.31 9.58 71.96 -
YUV 67.1 217.11 165.02 -
System Red Green Blue C M Y K H S L
Decimal 119 10 225 0.47 0.96 0 0.12 270.42 0.91 0.46
Hex 77 A E1 2F 60 0 C 10E 5B 2E
Octal 167 12 341 57 140 0 14 416 133 56
Binary 1110111 1010 11100001 101111 1100000 0 1100 100001110 1011011 101110

Color Harmonies of #770AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AE1

Black with #770AE1

Text Example


Text Example

White with #770AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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