Html Css Color HEX #501580 Indigo

📋 copy color: '#501580'

red 80 ◦ green 21 ◦ blue 128

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

Shades of Indigo #501580

Tints of Indigo #501580

RGB

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

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

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

R = 34.93%
G = 9.17%
B = 55.9%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#501580 (or 0x501580) is known color: Indigo. HEX triplet: 50, 15 and 80. RGB value is (80,21,128). Sum of RGB (Red+Green+Blue) = 80+21+128=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #501580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501580 is #AFEA7F. Grayscale: #323232. Windows color (decimal): -11528832 or 8394064. OLE color: 8394064.

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

Color convert

RGB 80 21 128 -
CMYK 0.38 0.84 0 0.50
HSL 273.08º 0.72% 0.29% -
HSV(B) 273.08º 0.84% 0.5% -
XYZ 7.47 3.8 20.76 -
YUV 50.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 80 21 128 0.38 0.84 0 0.50 273.08 0.72 0.29
Hex 50 15 80 26 54 0 32 111 48 1D
Octal 120 25 200 46 124 0 62 421 110 35
Binary 1010000 10101 10000000 100110 1010100 0 110010 100010001 1001000 11101

Color Harmonies of #501580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501580

Black with #501580

Text Example


Text Example

White with #501580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501580; }

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

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

background-color css

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

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

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

border-color css

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

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

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