Html Css Color HEX #770AFF Electric Indigo

📋 copy color: '#770AFF'

red 119 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #770AFF

Tints of Electric Indigo #770AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 30.99%
G = 2.6%
B = 66.41%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#770AFF (or 0x770AFF) is known color: Electric Indigo. HEX triplet: 77, 0A and FF. RGB value is (119,10,255). Sum of RGB (Red+Green+Blue) = 119+10+255=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #770AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770AFF is #88F500. Grayscale: #454545. Windows color (decimal): -8975617 or 16714359. OLE color: 16714359.

HSL color Cylindrical-coordinate representation of color #770AFF: hue angle of 266.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770AFF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 10 255 -
CMYK 0.53 0.96 0 0
HSL 266.69º 1% 0.52% -
HSV(B) 266.69º 0.96% 1% -
XYZ 25.77 11.36 95.44 -
YUV 70.52 232.11 162.58 -
System Red Green Blue C M Y K H S L
Decimal 119 10 255 0.53 0.96 0 0 266.69 1 0.52
Hex 77 A FF 35 60 0 0 10B 64 34
Octal 167 12 377 65 140 0 0 413 144 64
Binary 1110111 1010 11111111 110101 1100000 0 0 100001011 1100100 110100

Color Harmonies of #770AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AFF

Black with #770AFF

Text Example


Text Example

White with #770AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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