#51257A

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

Shades of Blue Diamond #51257A

Tints of Blue Diamond #51257A

Color information

#51257A (or 0x51257A) is unknown color: approx Blue Diamond. HEX triplet: 51, 25 and 7A. RGB value is (81,37,122). Sum of RGB (Red+Green+Blue) = 81+37+122=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #51257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51257A is #AEDA85. Grayscale: #3B3B3B. Windows color (decimal): -11459206 or 8004945. OLE color: 8004945.

HSL color Cylindrical-coordinate representation of color #51257A: hue angle of 271.06º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51257A is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8137122-
CMYK0.340.7000.52
HSL271.06º53.46%31.18%-
HSV(B)271.06º69.67%47.84%-
XYZ7.574.4818.88-
YUV59.85163.08143.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=33.75%
G=15.42%
B=50.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81371220.340.7000.52271.0653.4631.18
Hex51257A224603410f351f
Octal12145172421060644176537
Binary101000110010111110101000101000110011010010000111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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