Html Css Color HEX #501574 Indigo

📋 copy color: '#501574'

red 80 ◦ green 21 ◦ blue 116

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

Shades of Indigo #501574

Tints of Indigo #501574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 36.87%
G = 9.68%
B = 53.46%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501574 (or 0x501574) is known color: Indigo. HEX triplet: 50, 15 and 74. RGB value is (80,21,116). Sum of RGB (Red+Green+Blue) = 80+21+116=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #501574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501574 is #AFEA8B. Grayscale: #313131. Windows color (decimal): -11528844 or 7607632. OLE color: 7607632.

HSL color Cylindrical-coordinate representation of color #501574: hue angle of 277.26º 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 #501574 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 21 116 -
CMYK 0.31 0.82 0 0.55
HSL 277.26º 0.69% 0.27% -
HSV(B) 277.26º 0.82% 0.45% -
XYZ 6.73 3.5 16.84 -
YUV 49.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 80 21 116 0.31 0.82 0 0.55 277.26 0.69 0.27
Hex 50 15 74 1F 52 0 37 115 45 1B
Octal 120 25 164 37 122 0 67 425 105 33
Binary 1010000 10101 1110100 11111 1010010 0 110111 100010101 1000101 11011

Color Harmonies of #501574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501574

Black with #501574

Text Example


Text Example

White with #501574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501574; }

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

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

background-color css

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

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

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

border-color css

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

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

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