Html Css Color HEX #50419F Blue Gem

📋 copy color: '#50419F'

red 80 ◦ green 65 ◦ blue 159

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

Shades of Blue Gem #50419F

Tints of Blue Gem #50419F

RGB

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

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

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

R = 26.32%
G = 21.38%
B = 52.3%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50419F (or 0x50419F) is known color: Blue Gem. HEX triplet: 50, 41 and 9F. RGB value is (80,65,159). Sum of RGB (Red+Green+Blue) = 80+65+159=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #50419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50419F is #AFBE60. Grayscale: #4F4F4F. Windows color (decimal): -11517537 or 10436944. OLE color: 10436944.

HSL color Cylindrical-coordinate representation of color #50419F: hue angle of 249.57º degrees, saturation: 0.42, 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 #50419F is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 65 159 -
CMYK 0.50 0.59 0 0.38
HSL 249.57º 0.42% 0.44% -
HSV(B) 249.57º 0.59% 0.62% -
XYZ 11.46 7.99 33.74 -
YUV 80.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 80 65 159 0.50 0.59 0 0.38 249.57 0.42 0.44
Hex 50 41 9F 32 3B 0 26 FA 2A 2C
Octal 120 101 237 62 73 0 46 372 52 54
Binary 1010000 1000001 10011111 110010 111011 0 100110 11111010 101010 101100

Color Harmonies of #50419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50419F

Black with #50419F

Text Example


Text Example

White with #50419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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