#501679

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

Shades of Indigo #501679

Tints of Indigo #501679

Color information

#501679 (or 0x501679) is unknown color: approx Indigo. HEX triplet: 50, 16 and 79. RGB value is (80,22,121). Sum of RGB (Red+Green+Blue) = 80+22+121=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #501679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501679 is #AFE986. Grayscale: #323232. Windows color (decimal): -11528583 or 7935568. OLE color: 7935568.

HSL color Cylindrical-coordinate representation of color #501679: hue angle of 275.15º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501679 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8022121-
CMYK0.340.8200.53
HSL275.15º69.23%28.04%-
HSV(B)275.15º81.82%47.45%-
XYZ7.053.6618.42-
YUV50.63167.72148.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=35.87%
G=9.87%
B=54.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80221210.340.8200.53275.1569.2328.04
Hex5016792252035113451c
Octal120261714212206542310534
Binary101000010110111100110001010100100110101100010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501679; }

 p { color: rgb(80,22,121); }

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

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

 a { background-color: rgb(80,22,121); }

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

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

 span { border-color: rgb(80,22,121); }

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