#501673

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

Shades of Indigo #501673

Tints of Indigo #501673

Color information

#501673 (or 0x501673) is unknown color: approx Indigo. HEX triplet: 50, 16 and 73. RGB value is (80,22,115). Sum of RGB (Red+Green+Blue) = 80+22+115=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #501673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501673 is #AFE98C. Grayscale: #313131. Windows color (decimal): -11528589 or 7542352. OLE color: 7542352.

HSL color Cylindrical-coordinate representation of color #501673: hue angle of 277.42º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501673 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8022115-
CMYK0.300.8100.55
HSL277.42º67.88%26.86%-
HSV(B)277.42º80.87%45.1%-
XYZ6.693.5216.55-
YUV49.94164.72149.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=36.87%
G=10.14%
B=53.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80221150.300.8100.55277.4267.8826.86
Hex5016731E51037115441b
Octal120261633612106742510433
Binary10100001011011100111111010100010110111100010101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501673; }

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

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

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

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

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

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

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

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