#501A79

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

Shades of Blue Diamond #501A79

Tints of Blue Diamond #501A79

Color information

#501A79 (or 0x501A79) is unknown color: approx Blue Diamond. HEX triplet: 50, 1A and 79. RGB value is (80,26,121). Sum of RGB (Red+Green+Blue) = 80+26+121=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #501A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A79 is #AFE586. Grayscale: #343434. Windows color (decimal): -11527559 or 7936592. OLE color: 7936592.

HSL color Cylindrical-coordinate representation of color #501A79: hue angle of 274.11º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501A79 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8026121-
CMYK0.340.7900.53
HSL274.11º64.63%28.82%-
HSV(B)274.11º78.51%47.45%-
XYZ7.133.8218.45-
YUV52.98166.39147.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=35.24%
G=11.45%
B=53.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80261210.340.7900.53274.1164.6328.82
Hex501A79224F035112411d
Octal120321714211706542210135
Binary101000011010111100110001010011110110101100010010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,26,121); }

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

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

 a { background-color: rgb(80,26,121); }

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

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

 span { border-color: rgb(80,26,121); }

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