#502471

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

Shades of Blue Diamond #502471

Tints of Blue Diamond #502471

Color information

#502471 (or 0x502471) is unknown color: approx Blue Diamond. HEX triplet: 50, 24 and 71. RGB value is (80,36,113). Sum of RGB (Red+Green+Blue) = 80+36+113=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #502471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502471 is #AFDB8E. Grayscale: #393939. Windows color (decimal): -11525007 or 7414864. OLE color: 7414864.

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

Color convert

RGB8036113-
CMYK0.290.6800.56
HSL274.29º51.68%29.22%-
HSV(B)274.29º68.14%44.31%-
XYZ6.924.1616.06-
YUV57.93159.08143.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=34.93%
G=15.72%
B=49.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80361130.290.6800.56274.2951.6829.22
Hex5024711D44038112341d
Octal12044161351040704226435
Binary10100001001001110001111011000100011100010001001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502471; }

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

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

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

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

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

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

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

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