#501B78

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

Shades of Blue Diamond #501B78

Tints of Blue Diamond #501B78

Color information

#501B78 (or 0x501B78) is unknown color: approx Blue Diamond. HEX triplet: 50, 1B and 78. RGB value is (80,27,120). Sum of RGB (Red+Green+Blue) = 80+27+120=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #501B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B78 is #AFE487. Grayscale: #353535. Windows color (decimal): -11527304 or 7871312. OLE color: 7871312.

HSL color Cylindrical-coordinate representation of color #501B78: hue angle of 274.19º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501B78 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8027120-
CMYK0.330.7800.53
HSL274.19º63.27%28.82%-
HSV(B)274.19º77.5%47.06%-
XYZ7.093.8518.14-
YUV53.45165.56146.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=35.24%
G=11.89%
B=52.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80271200.330.7800.53274.1963.2728.82
Hex501B78214E0351123f1d
Octal12033170411160654227735
Binary10100001101111110001000011001110011010110001001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,27,120); }

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

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

 a { background-color: rgb(80,27,120); }

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

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

 span { border-color: rgb(80,27,120); }

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