#501576

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

Shades of Indigo #501576

Tints of Indigo #501576

Color information

#501576 (or 0x501576) is unknown color: approx Indigo. HEX triplet: 50, 15 and 76. RGB value is (80,21,118). Sum of RGB (Red+Green+Blue) = 80+21+118=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #501576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501576 is #AFEA89. Grayscale: #313131. Windows color (decimal): -11528842 or 7738704. OLE color: 7738704.

HSL color Cylindrical-coordinate representation of color #501576: hue angle of 276.49º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501576 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8021118-
CMYK0.320.8200.54
HSL276.49º69.78%27.25%-
HSV(B)276.49º82.2%46.27%-
XYZ6.853.5517.46-
YUV49.7166.55149.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=36.53%
G=9.59%
B=53.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80211180.320.8200.54276.4969.7827.25
Hex5015762052036114461b
Octal120251664012206642410633
Binary101000010101111011010000010100100110110100010100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501576; }

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

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

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

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

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

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

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

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