#51276E

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

Shades of Blue Diamond #51276E

Tints of Blue Diamond #51276E

Color information

#51276E (or 0x51276E) is unknown color: approx Blue Diamond. HEX triplet: 51, 27 and 6E. RGB value is (81,39,110). Sum of RGB (Red+Green+Blue) = 81+39+110=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #51276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51276E is #AED891. Grayscale: #3B3B3B. Windows color (decimal): -11458706 or 7219025. OLE color: 7219025.

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

Color convert

RGB8139110-
CMYK0.260.6500.57
HSL275.49º47.65%29.22%-
HSV(B)275.49º64.55%43.14%-
XYZ6.934.3315.22-
YUV59.65156.41143.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 110 (43.36% from 255) = 47.83%
R=35.22%
G=16.96%
B=47.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81391100.260.6500.57275.4947.6529.22
Hex51276E1A41039113301d
Octal12147156321010714236035
Binary10100011001111101110110101000001011100110001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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