#51257F

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

Shades of Blue Diamond #51257F

Tints of Blue Diamond #51257F

Color information

#51257F (or 0x51257F) is unknown color: approx Blue Diamond. HEX triplet: 51, 25 and 7F. RGB value is (81,37,127). Sum of RGB (Red+Green+Blue) = 81+37+127=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #51257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51257F is #AEDA80. Grayscale: #3C3C3C. Windows color (decimal): -11459201 or 8332625. OLE color: 8332625.

HSL color Cylindrical-coordinate representation of color #51257F: hue angle of 269.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51257F is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8137127-
CMYK0.360.7100.50
HSL269.33º54.88%32.16%-
HSV(B)269.33º70.87%49.8%-
XYZ7.894.620.55-
YUV60.42165.58142.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 127 (50% from 255) = 51.84%
R=33.06%
G=15.10%
B=51.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81371270.360.7100.50269.3354.8832.16
Hex51257F244703210d3720
Octal12145177441070624156740
Binary1010001100101111111110010010001110110010100001101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51257F; }

 p { color: rgb(81,37,127); }

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

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

 a { background-color: rgb(81,37,127); }

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

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

 span { border-color: rgb(81,37,127); }

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