#501E71

Color #501E71 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #501E71

Tints of Blue Diamond #501E71

Color information

#501E71 (or 0x501E71) is unknown color: approx Blue Diamond. HEX triplet: 50, 1E and 71. RGB value is (80,30,113). Sum of RGB (Red+Green+Blue) = 80+30+113=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #501E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E71 is #AFE18E. Grayscale: #363636. Windows color (decimal): -11526543 or 7413328. OLE color: 7413328.

HSL color Cylindrical-coordinate representation of color #501E71: hue angle of 276.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501E71 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8030113-
CMYK0.290.7300.56
HSL276.14º58.04%28.04%-
HSV(B)276.14º73.45%44.31%-
XYZ6.753.8316.01-
YUV54.41161.06146.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 30 (12.11% from 255) = 13.45%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=35.87%
G=13.45%
B=50.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80301130.290.7300.56276.1458.0428.04
Hex501E711D490381143a1c
Octal12036161351110704247234
Binary1010000111101110001111011001001011100010001010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501E71; }

 p { color: rgb(80,30,113); }

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

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

 a { background-color: rgb(80,30,113); }

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

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

 span { border-color: rgb(80,30,113); }

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