#501D9A

Color #501D9A Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #501D9A

Tints of Daisy Bush #501D9A

Color information

#501D9A (or 0x501D9A) is unknown color: approx Daisy Bush. HEX triplet: 50, 1D and 9A. RGB value is (80,29,154). Sum of RGB (Red+Green+Blue) = 80+29+154=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #501D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501D9A is #AFE265. Grayscale: #3A3A3A. Windows color (decimal): -11526758 or 10100048. OLE color: 10100048.

HSL color Cylindrical-coordinate representation of color #501D9A: hue angle of 264.48º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501D9A is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8029154-
CMYK0.480.8100.40
HSL264.48º68.31%35.88%-
HSV(B)264.48º81.17%60.39%-
XYZ9.584.9231.02-
YUV58.5181.9143.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=30.42%
G=11.03%
B=58.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80291540.480.8100.40264.4868.3135.88
Hex501D9A30510281084424
Octal120352326012105041010444
Binary10100001110110011010110000101000101010001000010001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,29,154); }

 H1.HeaderClassName
 {
   color: #501D9A;
 }
 .AnyTagClassName
 {
   color: #501D9A;
 }
</style>
background-color css

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

 a { background-color: rgb(80,29,154); }

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

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

 span { border-color: rgb(80,29,154); }

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