#51309D

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

Shades of Daisy Bush #51309D

Tints of Daisy Bush #51309D

Color information

#51309D (or 0x51309D) is unknown color: approx Daisy Bush. HEX triplet: 51, 30 and 9D. RGB value is (81,48,157). Sum of RGB (Red+Green+Blue) = 81+48+157=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #51309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51309D is #AECF62. Grayscale: #454545. Windows color (decimal): -11456355 or 10301521. OLE color: 10301521.

HSL color Cylindrical-coordinate representation of color #51309D: hue angle of 258.17º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51309D is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8148157-
CMYK0.480.6900.38
HSL258.17º53.17%40.2%-
HSV(B)258.17º69.43%61.57%-
XYZ10.546.332.56-
YUV70.29176.93135.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 48 (19.14% from 255) = 16.78%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=28.32%
G=16.78%
B=54.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81481570.480.6900.38258.1753.1740.2
Hex51309D30450261023528
Octal12160235601050464026550
Binary10100011100001001110111000010001010100110100000010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51309D; }

 p { color: rgb(81,48,157); }

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

<style>
 a { background-color: #51309D; }

 a { background-color: rgb(81,48,157); }

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

<style>
 span { border-color: #51309D; }

 span { border-color: rgb(81,48,157); }

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