#51249e

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

Shades of Daisy Bush #51249E

Tints of Daisy Bush #51249E

Color information

#51249E (or 0x51249E) is unknown color: approx Daisy Bush. HEX triplet: 51, 24 and 9E. RGB value is (81,36,158). Sum of RGB (Red+Green+Blue) = 81+36+158=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #51249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51249E is #AEDB61. Grayscale: #3E3E3E. Windows color (decimal): -11459426 or 10363985. OLE color: 10363985.

HSL color Cylindrical-coordinate representation of color #51249E: hue angle of 262.13º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51249E is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8136158-
CMYK0.490.7700.38
HSL262.13º62.89%38.04%-
HSV(B)262.13º77.22%61.96%-
XYZ10.25.4832.87-
YUV63.36181.41140.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 158 (62.11% from 255) = 57.45%
R=29.45%
G=13.09%
B=57.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81361580.490.7700.38262.1362.8938.04
Hex51249E314D0261063f26
Octal12144236611150464067746
Binary10100011001001001111011000110011010100110100000110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51249e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51249e; }

 p { color: rgb(81,36,158); }

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

<style>
 a { background-color: #51249e; }

 a { background-color: rgb(81,36,158); }

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

<style>
 span { border-color: #51249e; }

 span { border-color: rgb(81,36,158); }

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