#51297C

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

Shades of Blue Diamond #51297C

Tints of Blue Diamond #51297C

Color information

#51297C (or 0x51297C) is unknown color: approx Blue Diamond. HEX triplet: 51, 29 and 7C. RGB value is (81,41,124). Sum of RGB (Red+Green+Blue) = 81+41+124=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #51297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51297C is #AED683. Grayscale: #3E3E3E. Windows color (decimal): -11458180 or 8137041. OLE color: 8137041.

HSL color Cylindrical-coordinate representation of color #51297C: hue angle of 268.92º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51297C is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8141124-
CMYK0.350.6700.51
HSL268.92º50.3%32.35%-
HSV(B)268.92º66.94%48.63%-
XYZ7.824.7919.58-
YUV62.42162.75141.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=32.93%
G=16.67%
B=50.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81411240.350.6700.51268.9250.332.35
Hex51297C234303310d3220
Octal12151174431030634156240
Binary1010001101001111110010001110000110110011100001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51297C; }

 p { color: rgb(81,41,124); }

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

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

 a { background-color: rgb(81,41,124); }

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

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

 span { border-color: rgb(81,41,124); }

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