Html Css Color HEX #501A77 Blue Diamond

📋 copy color: '#501A77'

red 80 ◦ green 26 ◦ blue 119

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

Shades of Blue Diamond #501A77

Tints of Blue Diamond #501A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

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

R = 35.56%
G = 11.56%
B = 52.89%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501A77 (or 0x501A77) is known color: Blue Diamond. HEX triplet: 50, 1A and 77. RGB value is (80,26,119). Sum of RGB (Red+Green+Blue) = 80+26+119=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #501A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A77 is #AFE588. Grayscale: #343434. Windows color (decimal): -11527561 or 7805520. OLE color: 7805520.

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

Color convert

RGB 80 26 119 -
CMYK 0.33 0.78 0 0.53
HSL 274.84º 0.64% 0.28% -
HSV(B) 274.84º 0.78% 0.47% -
XYZ 7.01 3.78 17.81 -
YUV 52.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 80 26 119 0.33 0.78 0 0.53 274.84 0.64 0.28
Hex 50 1A 77 21 4E 0 35 113 40 1C
Octal 120 32 167 41 116 0 65 423 100 34
Binary 1010000 11010 1110111 100001 1001110 0 110101 100010011 1000000 11100

Color Harmonies of #501A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A77

Black with #501A77

Text Example


Text Example

White with #501A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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