Html Css Color HEX #50316F Blue Diamond

📋 copy color: '#50316F'

red 80 ◦ green 49 ◦ blue 111

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

Shades of Blue Diamond #50316F

Tints of Blue Diamond #50316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 33.33%
G = 20.42%
B = 46.25%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50316F (or 0x50316F) is known color: Blue Diamond. HEX triplet: 50, 31 and 6F. RGB value is (80,49,111). Sum of RGB (Red+Green+Blue) = 80+49+111=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #50316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50316F is #AFCE90. Grayscale: #414141. Windows color (decimal): -11521681 or 7287120. OLE color: 7287120.

HSL color Cylindrical-coordinate representation of color #50316F: hue angle of 270º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50316F is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 49 111 -
CMYK 0.28 0.56 0 0.56
HSL 270º 0.39% 0.31% -
HSV(B) 270º 0.56% 0.44% -
XYZ 7.28 5.05 15.63 -
YUV 65.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 80 49 111 0.28 0.56 0 0.56 270 0.39 0.31
Hex 50 31 6F 1C 38 0 38 10E 27 1F
Octal 120 61 157 34 70 0 70 416 47 37
Binary 1010000 110001 1101111 11100 111000 0 111000 100001110 100111 11111

Color Harmonies of #50316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50316F

Black with #50316F

Text Example


Text Example

White with #50316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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