#501E9D

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

Shades of Daisy Bush #501E9D

Tints of Daisy Bush #501E9D

Color information

#501E9D (or 0x501E9D) is unknown color: approx Daisy Bush. HEX triplet: 50, 1E and 9D. RGB value is (80,30,157). Sum of RGB (Red+Green+Blue) = 80+30+157=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #501E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501E9D is #AFE162. Grayscale: #3A3A3A. Windows color (decimal): -11526499 or 10296912. OLE color: 10296912.

HSL color Cylindrical-coordinate representation of color #501E9D: hue angle of 263.62º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501E9D is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8030157-
CMYK0.490.8100.38
HSL263.62º67.91%36.67%-
HSV(B)263.62º80.89%61.57%-
XYZ9.865.0732.36-
YUV59.43183.06142.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 157 (61.72% from 255) = 58.80%
R=29.96%
G=11.24%
B=58.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80301570.490.8100.38263.6267.9136.67
Hex501E9D31510261084425
Octal120362356112104641010445
Binary10100001111010011101110001101000101001101000010001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,30,157); }

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

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

 a { background-color: rgb(80,30,157); }

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

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

 span { border-color: rgb(80,30,157); }

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