Html Css Color HEX #502979 Blue Diamond

📋 copy color: '#502979'

red 80 ◦ green 41 ◦ blue 121

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

Shades of Blue Diamond #502979

Tints of Blue Diamond #502979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50%

R = 33.06%
G = 16.94%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502979 (or 0x502979) is known color: Blue Diamond. HEX triplet: 50, 29 and 79. RGB value is (80,41,121). Sum of RGB (Red+Green+Blue) = 80+41+121=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #502979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502979 is #AFD686. Grayscale: #3D3D3D. Windows color (decimal): -11523719 or 7940432. OLE color: 7940432.

HSL color Cylindrical-coordinate representation of color #502979: hue angle of 269.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502979 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 41 121 -
CMYK 0.34 0.66 0 0.53
HSL 269.25º 0.49% 0.32% -
HSV(B) 269.25º 0.66% 0.47% -
XYZ 7.55 4.67 18.59 -
YUV 61.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 80 41 121 0.34 0.66 0 0.53 269.25 0.49 0.32
Hex 50 29 79 22 42 0 35 10D 31 20
Octal 120 51 171 42 102 0 65 415 61 40
Binary 1010000 101001 1111001 100010 1000010 0 110101 100001101 110001 100000

Color Harmonies of #502979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502979

Black with #502979

Text Example


Text Example

White with #502979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502979; }

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

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

background-color css

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

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

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

border-color css

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

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

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