Html Css Color HEX #501A80 Blue Diamond

📋 copy color: '#501A80'

red 80 ◦ green 26 ◦ blue 128

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

Shades of Blue Diamond #501A80

Tints of Blue Diamond #501A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 34.19%
G = 11.11%
B = 54.7%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#501A80 (or 0x501A80) is known color: Blue Diamond. HEX triplet: 50, 1A and 80. RGB value is (80,26,128). Sum of RGB (Red+Green+Blue) = 80+26+128=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #501A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A80 is #AFE57F. Grayscale: #353535. Windows color (decimal): -11527552 or 8395344. OLE color: 8395344.

HSL color Cylindrical-coordinate representation of color #501A80: hue angle of 271.76º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501A80 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 26 128 -
CMYK 0.38 0.80 0 0.50
HSL 271.76º 0.66% 0.3% -
HSV(B) 271.76º 0.8% 0.5% -
XYZ 7.57 4 20.8 -
YUV 53.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 80 26 128 0.38 0.80 0 0.50 271.76 0.66 0.3
Hex 50 1A 80 26 50 0 32 110 42 1E
Octal 120 32 200 46 120 0 62 420 102 36
Binary 1010000 11010 10000000 100110 1010000 0 110010 100010000 1000010 11110

Color Harmonies of #501A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A80

Black with #501A80

Text Example


Text Example

White with #501A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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