#51247B

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

Shades of Blue Diamond #51247B

Tints of Blue Diamond #51247B

Color information

#51247B (or 0x51247B) is unknown color: approx Blue Diamond. HEX triplet: 51, 24 and 7B. RGB value is (81,36,123). Sum of RGB (Red+Green+Blue) = 81+36+123=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #51247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51247B is #AEDB84. Grayscale: #3B3B3B. Windows color (decimal): -11459461 or 8070225. OLE color: 8070225.

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

Color convert

RGB8136123-
CMYK0.340.7100.52
HSL271.03º54.72%31.18%-
HSV(B)271.03º70.73%48.24%-
XYZ7.64.4419.2-
YUV59.37163.91143.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=33.75%
G=15%
B=51.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81361230.340.7100.52271.0354.7231.18
Hex51247B224703410f371f
Octal12144173421070644176737
Binary101000110010011110111000101000111011010010000111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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