#502B71

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

Shades of Blue Diamond #502B71

Tints of Blue Diamond #502B71

Color information

#502B71 (or 0x502B71) is unknown color: approx Blue Diamond. HEX triplet: 50, 2B and 71. RGB value is (80,43,113). Sum of RGB (Red+Green+Blue) = 80+43+113=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #502B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B71 is #AFD48E. Grayscale: #3D3D3D. Windows color (decimal): -11523215 or 7416656. OLE color: 7416656.

HSL color Cylindrical-coordinate representation of color #502B71: hue angle of 271.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502B71 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8043113-
CMYK0.290.6200.56
HSL271.71º44.87%30.59%-
HSV(B)271.71º61.95%44.31%-
XYZ7.154.6316.14-
YUV62.04156.76140.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=33.90%
G=18.22%
B=47.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80431130.290.6200.56271.7144.8730.59
Hex502B711D3E0381102d1f
Octal1205316135760704205537
Binary1010000101011111000111101111110011100010001000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B71; }

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

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

<style>
 a { background-color: #502B71; }

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

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

<style>
 span { border-color: #502B71; }

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

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