#51348F

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

Shades of Daisy Bush #51348F

Tints of Daisy Bush #51348F

Color information

#51348F (or 0x51348F) is unknown color: approx Daisy Bush. HEX triplet: 51, 34 and 8F. RGB value is (81,52,143). Sum of RGB (Red+Green+Blue) = 81+52+143=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #51348F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51348F is #AECB70. Grayscale: #464646. Windows color (decimal): -11455345 or 9385041. OLE color: 9385041.

HSL color Cylindrical-coordinate representation of color #51348F: hue angle of 259.12º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51348F is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8152143-
CMYK0.430.6400.44
HSL259.12º46.67%38.24%-
HSV(B)259.12º63.64%56.08%-
XYZ9.586.1926.68-
YUV71.04168.61135.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 143 (56.25% from 255) = 51.81%
R=29.35%
G=18.84%
B=51.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81521430.430.6400.44259.1246.6738.24
Hex51348F2B4002C1032f26
Octal12164217531000544035746
Binary10100011101001000111110101110000000101100100000011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51348F; }

 p { color: rgb(81,52,143); }

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

<style>
 a { background-color: #51348F; }

 a { background-color: rgb(81,52,143); }

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

<style>
 span { border-color: #51348F; }

 span { border-color: rgb(81,52,143); }

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