#501980

Color #501980 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #501980

Tints of Indigo #501980

Color information

#501980 (or 0x501980) is unknown color: approx Indigo. HEX triplet: 50, 19 and 80. RGB value is (80,25,128). Sum of RGB (Red+Green+Blue) = 80+25+128=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #501980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501980 is #AFE67F. Grayscale: #343434. Windows color (decimal): -11527808 or 8395088. OLE color: 8395088.

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

Color convert

RGB8025128-
CMYK0.380.8000.50
HSL272.04º67.32%30%-
HSV(B)272.04º80.47%50.2%-
XYZ7.553.9620.79-
YUV53.19170.22147.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 128 (50.39% from 255) = 54.94%
R=34.33%
G=10.73%
B=54.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80251280.380.8000.50272.0467.3230
Hex5019802650032110431e
Octal120312004612006242010336
Binary1010000110011000000010011010100000110010100010000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501980; }

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

 H1.HeaderClassName
 {
   color: #501980;
 }
 .AnyTagClassName
 {
   color: #501980;
 }
</style>
background-color css

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

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

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

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

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

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