#51318C

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

Shades of Daisy Bush #51318C

Tints of Daisy Bush #51318C

Color information

#51318C (or 0x51318C) is unknown color: approx Daisy Bush. HEX triplet: 51, 31 and 8C. RGB value is (81,49,140). Sum of RGB (Red+Green+Blue) = 81+49+140=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #51318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51318C is #AECE73. Grayscale: #444444. Windows color (decimal): -11456116 or 9187665. OLE color: 9187665.

HSL color Cylindrical-coordinate representation of color #51318C: hue angle of 261.1º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51318C is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8149140-
CMYK0.420.6500.45
HSL261.1º48.15%37.06%-
HSV(B)261.1º65%54.9%-
XYZ9.235.8425.45-
YUV68.94168.1136.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 140 (55.08% from 255) = 51.85%
R=30%
G=18.15%
B=51.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81491400.420.6500.45261.148.1537.06
Hex51318C2A4102D1053025
Octal12161214521010554056045
Binary10100011100011000110010101010000010101101100000101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51318C; }

 p { color: rgb(81,49,140); }

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

<style>
 a { background-color: #51318C; }

 a { background-color: rgb(81,49,140); }

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

<style>
 span { border-color: #51318C; }

 span { border-color: rgb(81,49,140); }

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