#501F81

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

Shades of Blue Diamond #501F81

Tints of Blue Diamond #501F81

Color information

#501F81 (or 0x501F81) is unknown color: approx Blue Diamond. HEX triplet: 50, 1F and 81. RGB value is (80,31,129). Sum of RGB (Red+Green+Blue) = 80+31+129=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #501F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501F81 is #AFE07E. Grayscale: #383838. Windows color (decimal): -11526271 or 8462160. OLE color: 8462160.

HSL color Cylindrical-coordinate representation of color #501F81: hue angle of 270º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501F81 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8031129-
CMYK0.380.7600.49
HSL270º61.25%31.37%-
HSV(B)270º75.97%50.59%-
XYZ7.764.2721.18-
YUV56.82168.73144.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=33.33%
G=12.92%
B=53.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80311290.380.7600.4927061.2531.37
Hex501F81264C03110e3d1f
Octal12037201461140614167537
Binary101000011111100000011001101001100011000110000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,31,129); }

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

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

 a { background-color: rgb(80,31,129); }

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

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

 span { border-color: rgb(80,31,129); }

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