Html Css Color HEX #50197A Blue Diamond

📋 copy color: '#50197A'

red 80 ◦ green 25 ◦ blue 122

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

Shades of Blue Diamond #50197A

Tints of Blue Diamond #50197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 122 (48.05% from 255) = 53.74%

R = 35.24%
G = 11.01%
B = 53.74%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50197A (or 0x50197A) is known color: Blue Diamond. HEX triplet: 50, 19 and 7A. RGB value is (80,25,122). Sum of RGB (Red+Green+Blue) = 80+25+122=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #50197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50197A is #AFE685. Grayscale: #343434. Windows color (decimal): -11527814 or 8001872. OLE color: 8001872.

HSL color Cylindrical-coordinate representation of color #50197A: hue angle of 274.02º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50197A is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 25 122 -
CMYK 0.34 0.80 0 0.52
HSL 274.02º 0.66% 0.29% -
HSV(B) 274.02º 0.8% 0.48% -
XYZ 7.17 3.81 18.77 -
YUV 52.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 80 25 122 0.34 0.80 0 0.52 274.02 0.66 0.29
Hex 50 19 7A 22 50 0 34 112 42 1D
Octal 120 31 172 42 120 0 64 422 102 35
Binary 1010000 11001 1111010 100010 1010000 0 110100 100010010 1000010 11101

Color Harmonies of #50197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50197A

Black with #50197A

Text Example


Text Example

White with #50197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50197A; }

 p { color: rgb(80,25,122); }

 H1.HeaderClassName
 {
   color: #50197A;
 }
 .AnyTagClassName
 {
   color: #50197A;
 }
</style>

background-color css

<style>
 a { background-color: #50197A; }

 a { background-color: rgb(80,25,122); }

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

border-color css

<style>
 span { border-color: #50197A; }

 span { border-color: rgb(80,25,122); }

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