Html Css Color HEX #50329F Blue Gem

📋 copy color: '#50329F'

red 80 ◦ green 50 ◦ blue 159

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

Shades of Blue Gem #50329F

Tints of Blue Gem #50329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

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

R = 27.68%
G = 17.3%
B = 55.02%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50329F (or 0x50329F) is known color: Blue Gem. HEX triplet: 50, 32 and 9F. RGB value is (80,50,159). Sum of RGB (Red+Green+Blue) = 80+50+159=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #50329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50329F is #AFCD60. Grayscale: #464646. Windows color (decimal): -11521377 or 10433104. OLE color: 10433104.

HSL color Cylindrical-coordinate representation of color #50329F: hue angle of 256.51º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50329F is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 50 159 -
CMYK 0.50 0.69 0 0.38
HSL 256.51º 0.52% 0.41% -
HSV(B) 256.51º 0.69% 0.62% -
XYZ 10.71 6.49 33.49 -
YUV 71.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 80 50 159 0.50 0.69 0 0.38 256.51 0.52 0.41
Hex 50 32 9F 32 45 0 26 101 34 29
Octal 120 62 237 62 105 0 46 401 64 51
Binary 1010000 110010 10011111 110010 1000101 0 100110 100000001 110100 101001

Color Harmonies of #50329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50329F

Black with #50329F

Text Example


Text Example

White with #50329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,50,159); }

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

background-color css

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

 a { background-color: rgb(80,50,159); }

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

border-color css

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

 span { border-color: rgb(80,50,159); }

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