Html Css Color HEX #50297D Blue Diamond

📋 copy color: '#50297D'

red 80 ◦ green 41 ◦ blue 125

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

Shades of Blue Diamond #50297D

Tints of Blue Diamond #50297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 32.52%
G = 16.67%
B = 50.81%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50297D (or 0x50297D) is known color: Blue Diamond. HEX triplet: 50, 29 and 7D. RGB value is (80,41,125). Sum of RGB (Red+Green+Blue) = 80+41+125=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #50297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50297D is #AFD682. Grayscale: #3D3D3D. Windows color (decimal): -11523715 or 8202576. OLE color: 8202576.

HSL color Cylindrical-coordinate representation of color #50297D: hue angle of 267.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50297D is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 41 125 -
CMYK 0.36 0.67 0 0.51
HSL 267.86º 0.51% 0.33% -
HSV(B) 267.86º 0.67% 0.49% -
XYZ 7.8 4.77 19.91 -
YUV 62.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 80 41 125 0.36 0.67 0 0.51 267.86 0.51 0.33
Hex 50 29 7D 24 43 0 33 10C 33 21
Octal 120 51 175 44 103 0 63 414 63 41
Binary 1010000 101001 1111101 100100 1000011 0 110011 100001100 110011 100001

Color Harmonies of #50297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50297D

Black with #50297D

Text Example


Text Example

White with #50297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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