#51247C

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

Shades of Blue Diamond #51247C

Tints of Blue Diamond #51247C

Color information

#51247C (or 0x51247C) is unknown color: approx Blue Diamond. HEX triplet: 51, 24 and 7C. RGB value is (81,36,124). Sum of RGB (Red+Green+Blue) = 81+36+124=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #51247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51247C is #AEDB83. Grayscale: #3B3B3B. Windows color (decimal): -11459460 or 8135761. OLE color: 8135761.

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

Color convert

RGB8136124-
CMYK0.350.7100.51
HSL270.68º55%31.37%-
HSV(B)270.68º70.97%48.63%-
XYZ7.664.4719.53-
YUV59.49164.41143.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=33.61%
G=14.94%
B=51.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81361240.350.7100.51270.685531.37
Hex51247C234703310f371f
Octal12144174431070634176737
Binary101000110010011111001000111000111011001110000111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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