Html Css Color HEX #502977 Blue Diamond

📋 copy color: '#502977'

red 80 ◦ green 41 ◦ blue 119

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

Shades of Blue Diamond #502977

Tints of Blue Diamond #502977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 33.33%
G = 17.08%
B = 49.58%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502977 (or 0x502977) is known color: Blue Diamond. HEX triplet: 50, 29 and 77. RGB value is (80,41,119). Sum of RGB (Red+Green+Blue) = 80+41+119=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #502977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502977 is #AFD688. Grayscale: #3D3D3D. Windows color (decimal): -11523721 or 7809360. OLE color: 7809360.

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

Color convert

RGB 80 41 119 -
CMYK 0.33 0.66 0 0.53
HSL 270º 0.49% 0.31% -
HSV(B) 270º 0.66% 0.47% -
XYZ 7.43 4.62 17.95 -
YUV 61.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 80 41 119 0.33 0.66 0 0.53 270 0.49 0.31
Hex 50 29 77 21 42 0 35 10E 31 1F
Octal 120 51 167 41 102 0 65 416 61 37
Binary 1010000 101001 1110111 100001 1000010 0 110101 100001110 110001 11111

Color Harmonies of #502977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502977

Black with #502977

Text Example


Text Example

White with #502977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502977; }

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

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

background-color css

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

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

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

border-color css

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

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

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