#51276D

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

Shades of Blue Diamond #51276D

Tints of Blue Diamond #51276D

Color information

#51276D (or 0x51276D) is unknown color: approx Blue Diamond. HEX triplet: 51, 27 and 6D. RGB value is (81,39,109). Sum of RGB (Red+Green+Blue) = 81+39+109=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #51276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51276D is #AED892. Grayscale: #3B3B3B. Windows color (decimal): -11458707 or 7153489. OLE color: 7153489.

HSL color Cylindrical-coordinate representation of color #51276D: hue angle of 276º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51276D is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8139109-
CMYK0.260.6400.57
HSL276º47.3%29.02%-
HSV(B)276º64.22%42.75%-
XYZ6.884.314.94-
YUV59.54155.91143.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=35.37%
G=17.03%
B=47.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81391090.260.6400.5727647.329.02
Hex51276D1A400391142f1d
Octal12147155321000714245735
Binary10100011001111101101110101000000011100110001010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51276D; }

 p { color: rgb(81,39,109); }

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

<style>
 a { background-color: #51276D; }

 a { background-color: rgb(81,39,109); }

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

<style>
 span { border-color: #51276D; }

 span { border-color: rgb(81,39,109); }

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