Html Css Color HEX #501573 Indigo

📋 copy color: '#501573'

red 80 ◦ green 21 ◦ blue 115

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

Shades of Indigo #501573

Tints of Indigo #501573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 37.04%
G = 9.72%
B = 53.24%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501573 (or 0x501573) is known color: Indigo. HEX triplet: 50, 15 and 73. RGB value is (80,21,115). Sum of RGB (Red+Green+Blue) = 80+21+115=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #501573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501573 is #AFEA8C. Grayscale: #313131. Windows color (decimal): -11528845 or 7542096. OLE color: 7542096.

HSL color Cylindrical-coordinate representation of color #501573: hue angle of 277.66º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501573 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 21 115 -
CMYK 0.30 0.82 0 0.55
HSL 277.66º 0.69% 0.27% -
HSV(B) 277.66º 0.82% 0.45% -
XYZ 6.67 3.48 16.54 -
YUV 49.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 80 21 115 0.30 0.82 0 0.55 277.66 0.69 0.27
Hex 50 15 73 1E 52 0 37 116 45 1B
Octal 120 25 163 36 122 0 67 426 105 33
Binary 1010000 10101 1110011 11110 1010010 0 110111 100010110 1000101 11011

Color Harmonies of #501573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501573

Black with #501573

Text Example


Text Example

White with #501573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501573; }

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

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

background-color css

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

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

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

border-color css

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

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

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