Html Css Color HEX #501B71 Blue Diamond

📋 copy color: '#501B71'

red 80 ◦ green 27 ◦ blue 113

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

Shades of Blue Diamond #501B71

Tints of Blue Diamond #501B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.27%

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 36.36%
G = 12.27%
B = 51.36%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#501B71 (or 0x501B71) is known color: Blue Diamond. HEX triplet: 50, 1B and 71. RGB value is (80,27,113). Sum of RGB (Red+Green+Blue) = 80+27+113=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #501B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B71 is #AFE48E. Grayscale: #343434. Windows color (decimal): -11527311 or 7412560. OLE color: 7412560.

HSL color Cylindrical-coordinate representation of color #501B71: hue angle of 276.98º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501B71 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 27 113 -
CMYK 0.29 0.76 0 0.56
HSL 276.98º 0.61% 0.27% -
HSV(B) 276.98º 0.76% 0.44% -
XYZ 6.68 3.68 15.98 -
YUV 52.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 80 27 113 0.29 0.76 0 0.56 276.98 0.61 0.27
Hex 50 1B 71 1D 4C 0 38 115 3D 1B
Octal 120 33 161 35 114 0 70 425 75 33
Binary 1010000 11011 1110001 11101 1001100 0 111000 100010101 111101 11011

Color Harmonies of #501B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B71

Black with #501B71

Text Example


Text Example

White with #501B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,27,113); }

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

background-color css

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

 a { background-color: rgb(80,27,113); }

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

border-color css

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

 span { border-color: rgb(80,27,113); }

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