Html Css Color HEX #50419D Blue Gem

📋 copy color: '#50419D'

red 80 ◦ green 65 ◦ blue 157

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

Shades of Blue Gem #50419D

Tints of Blue Gem #50419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 26.49%
G = 21.52%
B = 51.99%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50419D (or 0x50419D) is known color: Blue Gem. HEX triplet: 50, 41 and 9D. RGB value is (80,65,157). Sum of RGB (Red+Green+Blue) = 80+65+157=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #50419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50419D is #AFBE62. Grayscale: #4F4F4F. Windows color (decimal): -11517539 or 10305872. OLE color: 10305872.

HSL color Cylindrical-coordinate representation of color #50419D: hue angle of 249.78º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50419D is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 65 157 -
CMYK 0.49 0.59 0 0.38
HSL 249.78º 0.41% 0.44% -
HSV(B) 249.78º 0.59% 0.62% -
XYZ 11.28 7.92 32.83 -
YUV 79.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 80 65 157 0.49 0.59 0 0.38 249.78 0.41 0.44
Hex 50 41 9D 31 3B 0 26 FA 29 2C
Octal 120 101 235 61 73 0 46 372 51 54
Binary 1010000 1000001 10011101 110001 111011 0 100110 11111010 101001 101100

Color Harmonies of #50419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50419D

Black with #50419D

Text Example


Text Example

White with #50419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50419D; }

 p { color: rgb(80,65,157); }

 H1.HeaderClassName
 {
   color: #50419D;
 }
 .AnyTagClassName
 {
   color: #50419D;
 }
</style>

background-color css

<style>
 a { background-color: #50419D; }

 a { background-color: rgb(80,65,157); }

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

border-color css

<style>
 span { border-color: #50419D; }

 span { border-color: rgb(80,65,157); }

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