#511DA1

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

Shades of Daisy Bush #511DA1

Tints of Daisy Bush #511DA1

Color information

#511DA1 (or 0x511DA1) is unknown color: approx Daisy Bush. HEX triplet: 51, 1D and A1. RGB value is (81,29,161). Sum of RGB (Red+Green+Blue) = 81+29+161=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #511DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511DA1 is #AEE25E. Grayscale: #3B3B3B. Windows color (decimal): -11461215 or 10558801. OLE color: 10558801.

HSL color Cylindrical-coordinate representation of color #511DA1: hue angle of 263.64º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511DA1 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8129161-
CMYK0.500.8200.37
HSL263.64º69.47%37.25%-
HSV(B)263.64º81.99%63.14%-
XYZ10.275.234.18-
YUV59.6185.23143.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 29 (11.72% from 255) = 10.70%
BLUE value IS 161 (63.28% from 255) = 59.41%
R=29.89%
G=10.70%
B=59.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81291610.500.8200.37263.6469.4737.25
Hex511DA132520251084525
Octal121352416212204541010545
Binary10100011110110100001110010101001001001011000010001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511DA1; }

 p { color: rgb(81,29,161); }

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

<style>
 a { background-color: #511DA1; }

 a { background-color: rgb(81,29,161); }

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

<style>
 span { border-color: #511DA1; }

 span { border-color: rgb(81,29,161); }

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