Html Css Color HEX #501077 Indigo

📋 copy color: '#501077'

red 80 ◦ green 16 ◦ blue 119

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

Shades of Indigo #501077

Tints of Indigo #501077

RGB

 RED value IS 80 (31.64% from 255) = 37.21%

 GREEN value IS 16 (6.64% from 255) = 7.44%

 BLUE value IS 119 (46.88% from 255) = 55.35%

R = 37.21%
G = 7.44%
B = 55.35%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501077 (or 0x501077) is known color: Indigo. HEX triplet: 50, 10 and 77. RGB value is (80,16,119). Sum of RGB (Red+Green+Blue) = 80+16+119=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #501077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501077 is #AFEF88. Grayscale: #2E2E2E. Windows color (decimal): -11530121 or 7802960. OLE color: 7802960.

HSL color Cylindrical-coordinate representation of color #501077: hue angle of 277.28º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501077 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 16 119 -
CMYK 0.33 0.87 0 0.53
HSL 277.28º 0.76% 0.26% -
HSV(B) 277.28º 0.87% 0.47% -
XYZ 6.82 3.41 17.75 -
YUV 46.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 80 16 119 0.33 0.87 0 0.53 277.28 0.76 0.26
Hex 50 10 77 21 57 0 35 115 4C 1A
Octal 120 20 167 41 127 0 65 425 114 32
Binary 1010000 10000 1110111 100001 1010111 0 110101 100010101 1001100 11010

Color Harmonies of #501077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501077

Black with #501077

Text Example


Text Example

White with #501077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501077; }

 p { color: rgb(80,16,119); }

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

background-color css

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

 a { background-color: rgb(80,16,119); }

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

border-color css

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

 span { border-color: rgb(80,16,119); }

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