Html Css Color HEX #501780 Indigo

📋 copy color: '#501780'

red 80 ◦ green 23 ◦ blue 128

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

Shades of Indigo #501780

Tints of Indigo #501780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

 BLUE value IS 128 (50.39% from 255) = 55.41%

R = 34.63%
G = 9.96%
B = 55.41%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#501780 (or 0x501780) is known color: Indigo. HEX triplet: 50, 17 and 80. RGB value is (80,23,128). Sum of RGB (Red+Green+Blue) = 80+23+128=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #501780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501780 is #AFE87F. Grayscale: #333333. Windows color (decimal): -11528320 or 8394576. OLE color: 8394576.

HSL color Cylindrical-coordinate representation of color #501780: hue angle of 272.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501780 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 23 128 -
CMYK 0.38 0.82 0 0.50
HSL 272.57º 0.7% 0.3% -
HSV(B) 272.57º 0.82% 0.5% -
XYZ 7.51 3.88 20.77 -
YUV 52.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 80 23 128 0.38 0.82 0 0.50 272.57 0.7 0.3
Hex 50 17 80 26 52 0 32 111 46 1E
Octal 120 27 200 46 122 0 62 421 106 36
Binary 1010000 10111 10000000 100110 1010010 0 110010 100010001 1000110 11110

Color Harmonies of #501780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501780

Black with #501780

Text Example


Text Example

White with #501780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501780; }

 p { color: rgb(80,23,128); }

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

background-color css

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

 a { background-color: rgb(80,23,128); }

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

border-color css

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

 span { border-color: rgb(80,23,128); }

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