Html Css Color HEX #51379F Blue Gem

📋 copy color: '#51379F'

red 81 ◦ green 55 ◦ blue 159

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

Shades of Blue Gem #51379F

Tints of Blue Gem #51379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.9%

R = 27.46%
G = 18.64%
B = 53.9%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51379F (or 0x51379F) is known color: Blue Gem. HEX triplet: 51, 37 and 9F. RGB value is (81,55,159). Sum of RGB (Red+Green+Blue) = 81+55+159=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #51379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51379F is #AEC860. Grayscale: #4A4A4A. Windows color (decimal): -11454561 or 10434385. OLE color: 10434385.

HSL color Cylindrical-coordinate representation of color #51379F: hue angle of 255º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51379F is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 55 159 -
CMYK 0.49 0.65 0 0.38
HSL 255º 0.49% 0.42% -
HSV(B) 255º 0.65% 0.62% -
XYZ 11.02 6.98 33.57 -
YUV 74.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 81 55 159 0.49 0.65 0 0.38 255 0.49 0.42
Hex 51 37 9F 31 41 0 26 FF 31 2A
Octal 121 67 237 61 101 0 46 377 61 52
Binary 1010001 110111 10011111 110001 1000001 0 100110 11111111 110001 101010

Color Harmonies of #51379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51379F

Black with #51379F

Text Example


Text Example

White with #51379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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