Html Css Color HEX #502A77 Blue Diamond

📋 copy color: '#502A77'

red 80 ◦ green 42 ◦ blue 119

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

Shades of Blue Diamond #502A77

Tints of Blue Diamond #502A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

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

R = 33.2%
G = 17.43%
B = 49.38%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502A77 (or 0x502A77) is known color: Blue Diamond. HEX triplet: 50, 2A and 77. RGB value is (80,42,119). Sum of RGB (Red+Green+Blue) = 80+42+119=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #502A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A77 is #AFD588. Grayscale: #3D3D3D. Windows color (decimal): -11523465 or 7809616. OLE color: 7809616.

HSL color Cylindrical-coordinate representation of color #502A77: hue angle of 269.61º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502A77 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 42 119 -
CMYK 0.33 0.65 0 0.53
HSL 269.61º 0.48% 0.32% -
HSV(B) 269.61º 0.65% 0.47% -
XYZ 7.47 4.69 17.97 -
YUV 62.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 80 42 119 0.33 0.65 0 0.53 269.61 0.48 0.32
Hex 50 2A 77 21 41 0 35 10E 30 20
Octal 120 52 167 41 101 0 65 416 60 40
Binary 1010000 101010 1110111 100001 1000001 0 110101 100001110 110000 100000

Color Harmonies of #502A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A77

Black with #502A77

Text Example


Text Example

White with #502A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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