#51379A

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

Shades of Blue Gem #51379A

Tints of Blue Gem #51379A

Color information

#51379A (or 0x51379A) is unknown color: approx Blue Gem. HEX triplet: 51, 37 and 9A. RGB value is (81,55,154). Sum of RGB (Red+Green+Blue) = 81+55+154=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #51379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51379A is #AEC865. Grayscale: #494949. Windows color (decimal): -11454566 or 10106705. OLE color: 10106705.

HSL color Cylindrical-coordinate representation of color #51379A: hue angle of 255.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51379A is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8155154-
CMYK0.470.6400.40
HSL255.76º47.37%40.98%-
HSV(B)255.76º64.29%60.39%-
XYZ10.596.8131.33-
YUV74.06173.11132.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=27.93%
G=18.97%
B=53.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81551540.470.6400.40255.7647.3740.98
Hex51379A2F400281002f29
Octal12167232571000504005751
Binary10100011101111001101010111110000000101000100000000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,55,154); }

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

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

 a { background-color: rgb(81,55,154); }

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

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

 span { border-color: rgb(81,55,154); }

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