Html Css Color HEX #501374 Indigo

📋 copy color: '#501374'

red 80 ◦ green 19 ◦ blue 116

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

Shades of Indigo #501374

Tints of Indigo #501374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 37.21%
G = 8.84%
B = 53.95%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501374 (or 0x501374) is known color: Indigo. HEX triplet: 50, 13 and 74. RGB value is (80,19,116). Sum of RGB (Red+Green+Blue) = 80+19+116=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #501374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501374 is #AFEC8B. Grayscale: #2F2F2F. Windows color (decimal): -11529356 or 7607120. OLE color: 7607120.

HSL color Cylindrical-coordinate representation of color #501374: hue angle of 277.73º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501374 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 19 116 -
CMYK 0.31 0.84 0 0.55
HSL 277.73º 0.72% 0.26% -
HSV(B) 277.73º 0.84% 0.45% -
XYZ 6.69 3.43 16.83 -
YUV 48.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 80 19 116 0.31 0.84 0 0.55 277.73 0.72 0.26
Hex 50 13 74 1F 54 0 37 116 48 1A
Octal 120 23 164 37 124 0 67 426 110 32
Binary 1010000 10011 1110100 11111 1010100 0 110111 100010110 1001000 11010

Color Harmonies of #501374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501374

Black with #501374

Text Example


Text Example

White with #501374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501374; }

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

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

background-color css

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

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

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

border-color css

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

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

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