#512976

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

Shades of Blue Diamond #512976

Tints of Blue Diamond #512976

Color information

#512976 (or 0x512976) is unknown color: approx Blue Diamond. HEX triplet: 51, 29 and 76. RGB value is (81,41,118). Sum of RGB (Red+Green+Blue) = 81+41+118=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #512976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512976 is #AED689. Grayscale: #3D3D3D. Windows color (decimal): -11458186 or 7743825. OLE color: 7743825.

HSL color Cylindrical-coordinate representation of color #512976: hue angle of 271.17º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512976 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8141118-
CMYK0.310.6500.54
HSL271.17º48.43%31.18%-
HSV(B)271.17º65.25%46.27%-
XYZ7.464.6417.64-
YUV61.74159.75141.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=33.75%
G=17.08%
B=49.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81411180.310.6500.54271.1748.4331.18
Hex5129761F4103610f301f
Octal12151166371010664176037
Binary10100011010011110110111111000001011011010000111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512976; }

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

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

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

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

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

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

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

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