#51319A

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

Shades of Daisy Bush #51319A

Tints of Daisy Bush #51319A

Color information

#51319A (or 0x51319A) is unknown color: approx Daisy Bush. HEX triplet: 51, 31 and 9A. RGB value is (81,49,154). Sum of RGB (Red+Green+Blue) = 81+49+154=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #51319A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51319A is #AECE65. Grayscale: #464646. Windows color (decimal): -11456102 or 10105169. OLE color: 10105169.

HSL color Cylindrical-coordinate representation of color #51319A: hue angle of 258.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51319A is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8149154-
CMYK0.470.6800.40
HSL258.29º51.72%39.8%-
HSV(B)258.29º68.18%60.39%-
XYZ10.326.2831.24-
YUV70.54175.1135.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=28.52%
G=17.25%
B=54.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81491540.470.6800.40258.2951.7239.8
Hex51319A2F440281023428
Octal12161232571040504026450
Binary10100011100011001101010111110001000101000100000010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51319A; }

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

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

<style>
 a { background-color: #51319A; }

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

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

<style>
 span { border-color: #51319A; }

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

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