#51289C

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

Shades of Daisy Bush #51289C

Tints of Daisy Bush #51289C

Color information

#51289C (or 0x51289C) is unknown color: approx Daisy Bush. HEX triplet: 51, 28 and 9C. RGB value is (81,40,156). Sum of RGB (Red+Green+Blue) = 81+40+156=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #51289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51289C is #AED763. Grayscale: #414141. Windows color (decimal): -11458404 or 10233937. OLE color: 10233937.

HSL color Cylindrical-coordinate representation of color #51289C: hue angle of 261.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51289C is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8140156-
CMYK0.480.7400.39
HSL261.21º59.18%38.43%-
HSV(B)261.21º74.36%61.18%-
XYZ10.155.6732.01-
YUV65.48179.08139.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=29.24%
G=14.44%
B=56.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81401560.480.7400.39261.2159.1838.43
Hex51289C304A0271053b26
Octal12150234601120474057346
Binary10100011010001001110011000010010100100111100000101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,40,156); }

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

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

 a { background-color: rgb(81,40,156); }

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

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

 span { border-color: rgb(81,40,156); }

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