Html Css Color HEX #51379C Blue Gem

📋 copy color: '#51379C'

red 81 ◦ green 55 ◦ blue 156

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

Shades of Blue Gem #51379C

Tints of Blue Gem #51379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 27.74%
G = 18.84%
B = 53.42%

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

#51379C (or 0x51379C) is known color: Blue Gem. HEX triplet: 51, 37 and 9C. RGB value is (81,55,156). Sum of RGB (Red+Green+Blue) = 81+55+156=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #51379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51379C is #AEC863. Grayscale: #494949. Windows color (decimal): -11454564 or 10237777. OLE color: 10237777.

HSL color Cylindrical-coordinate representation of color #51379C: hue angle of 255.45º 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 #51379C is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 55 156 -
CMYK 0.48 0.65 0 0.39
HSL 255.45º 0.48% 0.41% -
HSV(B) 255.45º 0.65% 0.61% -
XYZ 10.76 6.88 32.21 -
YUV 74.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 81 55 156 0.48 0.65 0 0.39 255.45 0.48 0.41
Hex 51 37 9C 30 41 0 27 FF 30 29
Octal 121 67 234 60 101 0 47 377 60 51
Binary 1010001 110111 10011100 110000 1000001 0 100111 11111111 110000 101001

Color Harmonies of #51379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51379C

Black with #51379C

Text Example


Text Example

White with #51379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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