Html Css Color HEX #51379B Blue Gem

📋 copy color: '#51379B'

red 81 ◦ green 55 ◦ blue 155

#51379B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #51379B

Tints of Blue Gem #51379B

RGB

 RED value IS 81 (32.03% from 255) = 27.84%

 GREEN value IS 55 (21.88% from 255) = 18.9%

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 27.84%
G = 18.9%
B = 53.26%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51379B (or 0x51379B) is known color: Blue Gem. HEX triplet: 51, 37 and 9B. RGB value is (81,55,155). Sum of RGB (Red+Green+Blue) = 81+55+155=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #51379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51379B is #AEC864. Grayscale: #494949. Windows color (decimal): -11454565 or 10172241. OLE color: 10172241.

HSL color Cylindrical-coordinate representation of color #51379B: hue angle of 255.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51379B is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 55 155 -
CMYK 0.48 0.65 0 0.39
HSL 255.6º 0.48% 0.41% -
HSV(B) 255.6º 0.65% 0.61% -
XYZ 10.68 6.85 31.77 -
YUV 74.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 81 55 155 0.48 0.65 0 0.39 255.6 0.48 0.41
Hex 51 37 9B 30 41 0 27 100 30 29
Octal 121 67 233 60 101 0 47 400 60 51
Binary 1010001 110111 10011011 110000 1000001 0 100111 100000000 110000 101001

Color Harmonies of #51379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51379B

Black with #51379B

Text Example


Text Example

White with #51379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51379B;
 }
 .AnyTagClassName
 {
   color: #51379B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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