Html Css Color HEX #50319B Blue Gem

📋 copy color: '#50319B'

red 80 ◦ green 49 ◦ blue 155

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

Shades of Blue Gem #50319B

Tints of Blue Gem #50319B

RGB

 RED value IS 80 (31.64% from 255) = 28.17%

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 28.17%
G = 17.25%
B = 54.58%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50319B (or 0x50319B) is known color: Blue Gem. HEX triplet: 50, 31 and 9B. RGB value is (80,49,155). Sum of RGB (Red+Green+Blue) = 80+49+155=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #50319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50319B is #AFCE64. Grayscale: #454545. Windows color (decimal): -11521637 or 10170704. OLE color: 10170704.

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

Color convert

RGB 80 49 155 -
CMYK 0.48 0.68 0 0.39
HSL 257.55º 0.52% 0.4% -
HSV(B) 257.55º 0.68% 0.61% -
XYZ 10.32 6.27 31.68 -
YUV 70.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 80 49 155 0.48 0.68 0 0.39 257.55 0.52 0.4
Hex 50 31 9B 30 44 0 27 102 34 28
Octal 120 61 233 60 104 0 47 402 64 50
Binary 1010000 110001 10011011 110000 1000100 0 100111 100000010 110100 101000

Color Harmonies of #50319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50319B

Black with #50319B

Text Example


Text Example

White with #50319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,49,155); }

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

background-color css

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

 a { background-color: rgb(80,49,155); }

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

border-color css

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

 span { border-color: rgb(80,49,155); }

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