Html Css Color HEX #503379 Blue Diamond

📋 copy color: '#503379'

red 80 ◦ green 51 ◦ blue 121

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

Shades of Blue Diamond #503379

Tints of Blue Diamond #503379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 31.75%
G = 20.24%
B = 48.02%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503379 (or 0x503379) is known color: Blue Diamond. HEX triplet: 50, 33 and 79. RGB value is (80,51,121). Sum of RGB (Red+Green+Blue) = 80+51+121=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #503379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503379 is #AFCC86. Grayscale: #434343. Windows color (decimal): -11521159 or 7942992. OLE color: 7942992.

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

Color convert

RGB 80 51 121 -
CMYK 0.34 0.58 0 0.53
HSL 264.86º 0.41% 0.34% -
HSV(B) 264.86º 0.58% 0.47% -
XYZ 7.94 5.45 18.72 -
YUV 67.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 80 51 121 0.34 0.58 0 0.53 264.86 0.41 0.34
Hex 50 33 79 22 3A 0 35 109 29 22
Octal 120 63 171 42 72 0 65 411 51 42
Binary 1010000 110011 1111001 100010 111010 0 110101 100001001 101001 100010

Color Harmonies of #503379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503379

Black with #503379

Text Example


Text Example

White with #503379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503379; }

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

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

background-color css

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

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

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

border-color css

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

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

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