#512A79

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

Shades of Blue Diamond #512A79

Tints of Blue Diamond #512A79

Color information

#512A79 (or 0x512A79) is unknown color: approx Blue Diamond. HEX triplet: 51, 2A and 79. RGB value is (81,42,121). Sum of RGB (Red+Green+Blue) = 81+42+121=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #512A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A79 is #AED586. Grayscale: #3E3E3E. Windows color (decimal): -11457927 or 7940689. OLE color: 7940689.

HSL color Cylindrical-coordinate representation of color #512A79: hue angle of 269.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512A79 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8142121-
CMYK0.330.6500.53
HSL269.62º48.47%31.96%-
HSV(B)269.62º65.29%47.45%-
XYZ7.674.7918.61-
YUV62.67160.92141.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=33.20%
G=17.21%
B=49.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81421210.330.6500.53269.6248.4731.96
Hex512A79214103510e3020
Octal12152171411010654166040
Binary1010001101010111100110000110000010110101100001110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512A79; }

 p { color: rgb(81,42,121); }

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

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

 a { background-color: rgb(81,42,121); }

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

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

 span { border-color: rgb(81,42,121); }

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