#501D9C

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

Shades of Daisy Bush #501D9C

Tints of Daisy Bush #501D9C

Color information

#501D9C (or 0x501D9C) is unknown color: approx Daisy Bush. HEX triplet: 50, 1D and 9C. RGB value is (80,29,156). Sum of RGB (Red+Green+Blue) = 80+29+156=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #501D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501D9C is #AFE263. Grayscale: #3A3A3A. Windows color (decimal): -11526756 or 10231120. OLE color: 10231120.

HSL color Cylindrical-coordinate representation of color #501D9C: hue angle of 264.09º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501D9C is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8029156-
CMYK0.490.8100.39
HSL264.09º68.65%36.27%-
HSV(B)264.09º81.41%61.18%-
XYZ9.754.9831.9-
YUV58.73182.9143.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 156 (61.33% from 255) = 58.87%
R=30.19%
G=10.94%
B=58.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80291560.490.8100.39264.0968.6536.27
Hex501D9C31510271084524
Octal120352346112104741010544
Binary10100001110110011100110001101000101001111000010001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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