Html Css Color HEX #770AED Electric Indigo

📋 copy color: '#770AED'

red 119 ◦ green 10 ◦ blue 237

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

Shades of Electric Indigo #770AED

Tints of Electric Indigo #770AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 32.51%
G = 2.73%
B = 64.75%

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

#770AED (or 0x770AED) is known color: Electric Indigo. HEX triplet: 77, 0A and ED. RGB value is (119,10,237). Sum of RGB (Red+Green+Blue) = 119+10+237=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #770AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770AED is #88F512. Grayscale: #434343. Windows color (decimal): -8975635 or 15534711. OLE color: 15534711.

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

Color convert

RGB 119 10 237 -
CMYK 0.50 0.96 0 0.07
HSL 268.81º 0.92% 0.48% -
HSV(B) 268.81º 0.96% 0.93% -
XYZ 23 10.25 80.89 -
YUV 68.47 223.11 164.04 -
System Red Green Blue C M Y K H S L
Decimal 119 10 237 0.50 0.96 0 0.07 268.81 0.92 0.48
Hex 77 A ED 32 60 0 7 10D 5C 30
Octal 167 12 355 62 140 0 7 415 134 60
Binary 1110111 1010 11101101 110010 1100000 0 111 100001101 1011100 110000

Color Harmonies of #770AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770AED

Black with #770AED

Text Example


Text Example

White with #770AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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