#501E72

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

Shades of Blue Diamond #501E72

Tints of Blue Diamond #501E72

Color information

#501E72 (or 0x501E72) is unknown color: approx Blue Diamond. HEX triplet: 50, 1E and 72. RGB value is (80,30,114). Sum of RGB (Red+Green+Blue) = 80+30+114=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #501E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E72 is #AFE18D. Grayscale: #363636. Windows color (decimal): -11526542 or 7478864. OLE color: 7478864.

HSL color Cylindrical-coordinate representation of color #501E72: hue angle of 275.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501E72 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8030114-
CMYK0.300.7400.55
HSL275.71º58.33%28.24%-
HSV(B)275.71º73.68%44.71%-
XYZ6.813.8516.3-
YUV54.53161.56146.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=35.71%
G=13.39%
B=50.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80301140.300.7400.55275.7158.3328.24
Hex501E721E4A0371143a1c
Octal12036162361120674247234
Binary1010000111101110010111101001010011011110001010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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