Html Css Color HEX #501577 Indigo

📋 copy color: '#501577'

red 80 ◦ green 21 ◦ blue 119

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

Shades of Indigo #501577

Tints of Indigo #501577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

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

R = 36.36%
G = 9.55%
B = 54.09%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501577 (or 0x501577) is known color: Indigo. HEX triplet: 50, 15 and 77. RGB value is (80,21,119). Sum of RGB (Red+Green+Blue) = 80+21+119=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #501577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501577 is #AFEA88. Grayscale: #313131. Windows color (decimal): -11528841 or 7804240. OLE color: 7804240.

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

Color convert

RGB 80 21 119 -
CMYK 0.33 0.82 0 0.53
HSL 276.12º 0.7% 0.27% -
HSV(B) 276.12º 0.82% 0.47% -
XYZ 6.91 3.57 17.78 -
YUV 49.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 80 21 119 0.33 0.82 0 0.53 276.12 0.7 0.27
Hex 50 15 77 21 52 0 35 114 46 1B
Octal 120 25 167 41 122 0 65 424 106 33
Binary 1010000 10101 1110111 100001 1010010 0 110101 100010100 1000110 11011

Color Harmonies of #501577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501577

Black with #501577

Text Example


Text Example

White with #501577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501577; }

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

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

background-color css

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

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

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

border-color css

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

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

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