#502971

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

Shades of Blue Diamond #502971

Tints of Blue Diamond #502971

Color information

#502971 (or 0x502971) is unknown color: approx Blue Diamond. HEX triplet: 50, 29 and 71. RGB value is (80,41,113). Sum of RGB (Red+Green+Blue) = 80+41+113=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #502971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502971 is #AFD68E. Grayscale: #3C3C3C. Windows color (decimal): -11523727 or 7416144. OLE color: 7416144.

HSL color Cylindrical-coordinate representation of color #502971: hue angle of 272.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502971 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8041113-
CMYK0.290.6400.56
HSL272.5º46.75%30.2%-
HSV(B)272.5º63.72%44.31%-
XYZ7.084.4816.11-
YUV60.87157.42141.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=34.19%
G=17.52%
B=48.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80411130.290.6400.56272.546.7530.2
Hex5029711D400381102f1e
Octal12051161351000704205736
Binary10100001010011110001111011000000011100010001000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502971; }

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

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

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

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

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

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

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

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