Html Css Color HEX #50297A Blue Diamond

📋 copy color: '#50297A'

red 80 ◦ green 41 ◦ blue 122

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

Shades of Blue Diamond #50297A

Tints of Blue Diamond #50297A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 32.92%
G = 16.87%
B = 50.21%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50297A (or 0x50297A) is known color: Blue Diamond. HEX triplet: 50, 29 and 7A. RGB value is (80,41,122). Sum of RGB (Red+Green+Blue) = 80+41+122=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #50297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50297A is #AFD685. Grayscale: #3D3D3D. Windows color (decimal): -11523718 or 8005968. OLE color: 8005968.

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

Color convert

RGB 80 41 122 -
CMYK 0.34 0.66 0 0.52
HSL 268.89º 0.5% 0.32% -
HSV(B) 268.89º 0.66% 0.48% -
XYZ 7.61 4.7 18.92 -
YUV 61.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 80 41 122 0.34 0.66 0 0.52 268.89 0.5 0.32
Hex 50 29 7A 22 42 0 34 10D 32 20
Octal 120 51 172 42 102 0 64 415 62 40
Binary 1010000 101001 1111010 100010 1000010 0 110100 100001101 110010 100000

Color Harmonies of #50297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50297A

Black with #50297A

Text Example


Text Example

White with #50297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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