Html Css Color HEX #50316D Blue Diamond

📋 copy color: '#50316D'

red 80 ◦ green 49 ◦ blue 109

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

Shades of Blue Diamond #50316D

Tints of Blue Diamond #50316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 33.61%
G = 20.59%
B = 45.8%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50316D (or 0x50316D) is known color: Blue Diamond. HEX triplet: 50, 31 and 6D. RGB value is (80,49,109). Sum of RGB (Red+Green+Blue) = 80+49+109=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #50316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50316D is #AFCE92. Grayscale: #404040. Windows color (decimal): -11521683 or 7156048. OLE color: 7156048.

HSL color Cylindrical-coordinate representation of color #50316D: hue angle of 271º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50316D is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 49 109 -
CMYK 0.27 0.55 0 0.57
HSL 271º 0.38% 0.31% -
HSV(B) 271º 0.55% 0.43% -
XYZ 7.17 5.01 15.06 -
YUV 65.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 80 49 109 0.27 0.55 0 0.57 271 0.38 0.31
Hex 50 31 6D 1B 37 0 39 10F 26 1F
Octal 120 61 155 33 67 0 71 417 46 37
Binary 1010000 110001 1101101 11011 110111 0 111001 100001111 100110 11111

Color Harmonies of #50316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50316D

Black with #50316D

Text Example


Text Example

White with #50316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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