Html Css Color HEX #501171 Indigo

📋 copy color: '#501171'

red 80 ◦ green 17 ◦ blue 113

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

Shades of Indigo #501171

Tints of Indigo #501171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 38.1%
G = 8.1%
B = 53.81%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#501171 (or 0x501171) is known color: Indigo. HEX triplet: 50, 11 and 71. RGB value is (80,17,113). Sum of RGB (Red+Green+Blue) = 80+17+113=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #501171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501171 is #AFEE8E. Grayscale: #2E2E2E. Windows color (decimal): -11529871 or 7410000. OLE color: 7410000.

HSL color Cylindrical-coordinate representation of color #501171: hue angle of 279.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501171 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 17 113 -
CMYK 0.29 0.85 0 0.56
HSL 279.38º 0.74% 0.25% -
HSV(B) 279.38º 0.85% 0.44% -
XYZ 6.49 3.3 15.92 -
YUV 46.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 80 17 113 0.29 0.85 0 0.56 279.38 0.74 0.25
Hex 50 11 71 1D 55 0 38 117 4A 19
Octal 120 21 161 35 125 0 70 427 112 31
Binary 1010000 10001 1110001 11101 1010101 0 111000 100010111 1001010 11001

Color Harmonies of #501171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501171

Black with #501171

Text Example


Text Example

White with #501171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501171; }

 p { color: rgb(80,17,113); }

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

background-color css

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

 a { background-color: rgb(80,17,113); }

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

border-color css

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

 span { border-color: rgb(80,17,113); }

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