Html Css Color HEX #501571 Indigo

📋 copy color: '#501571'

red 80 ◦ green 21 ◦ blue 113

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

Shades of Indigo #501571

Tints of Indigo #501571

RGB

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

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

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

R = 37.38%
G = 9.81%
B = 52.8%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#501571 (or 0x501571) is known color: Indigo. HEX triplet: 50, 15 and 71. RGB value is (80,21,113). Sum of RGB (Red+Green+Blue) = 80+21+113=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #501571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501571 is #AFEA8E. Grayscale: #303030. Windows color (decimal): -11528847 or 7411024. OLE color: 7411024.

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

Color convert

RGB 80 21 113 -
CMYK 0.29 0.81 0 0.56
HSL 278.48º 0.69% 0.26% -
HSV(B) 278.48º 0.81% 0.44% -
XYZ 6.56 3.43 15.94 -
YUV 49.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 80 21 113 0.29 0.81 0 0.56 278.48 0.69 0.26
Hex 50 15 71 1D 51 0 38 116 45 1A
Octal 120 25 161 35 121 0 70 426 105 32
Binary 1010000 10101 1110001 11101 1010001 0 111000 100010110 1000101 11010

Color Harmonies of #501571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501571

Black with #501571

Text Example


Text Example

White with #501571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501571; }

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

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

background-color css

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

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

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

border-color css

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

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

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