#51229D

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

Shades of Daisy Bush #51229D

Tints of Daisy Bush #51229D

Color information

#51229D (or 0x51229D) is unknown color: approx Daisy Bush. HEX triplet: 51, 22 and 9D. RGB value is (81,34,157). Sum of RGB (Red+Green+Blue) = 81+34+157=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #51229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51229D is #AEDD62. Grayscale: #3D3D3D. Windows color (decimal): -11459939 or 10297937. OLE color: 10297937.

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

Color convert

RGB8134157-
CMYK0.480.7800.38
HSL262.93º64.4%37.45%-
HSV(B)262.93º78.34%61.57%-
XYZ10.055.3332.4-
YUV62.07181.57141.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 157 (61.72% from 255) = 57.72%
R=29.78%
G=12.5%
B=57.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81341570.480.7800.38262.9364.437.45
Hex51229D304E0261074025
Octal121422356011604640710045
Binary101000110001010011101110000100111001001101000001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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