#501677

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

Shades of Indigo #501677

Tints of Indigo #501677

Color information

#501677 (or 0x501677) is unknown color: approx Indigo. HEX triplet: 50, 16 and 77. RGB value is (80,22,119). Sum of RGB (Red+Green+Blue) = 80+22+119=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #501677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501677 is #AFE988. Grayscale: #323232. Windows color (decimal): -11528585 or 7804496. OLE color: 7804496.

HSL color Cylindrical-coordinate representation of color #501677: hue angle of 275.88º 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 #501677 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8022119-
CMYK0.330.8200.53
HSL275.88º68.79%27.65%-
HSV(B)275.88º81.51%46.67%-
XYZ6.923.6117.78-
YUV50.4166.72149.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=36.20%
G=9.95%
B=53.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80221190.330.8200.53275.8868.7927.65
Hex5016772152035114451c
Octal120261674112206542410534
Binary101000010110111011110000110100100110101100010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501677; }

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

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

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

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

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

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

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

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