#52249D

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

Shades of Daisy Bush #52249D

Tints of Daisy Bush #52249D

Color information

#52249D (or 0x52249D) is unknown color: approx Daisy Bush. HEX triplet: 52, 24 and 9D. RGB value is (82,36,157). Sum of RGB (Red+Green+Blue) = 82+36+157=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #52249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52249D is #ADDB62. Grayscale: #3F3F3F. Windows color (decimal): -11393891 or 10298450. OLE color: 10298450.

HSL color Cylindrical-coordinate representation of color #52249D: hue angle of 262.81º 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 #52249D is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8236157-
CMYK0.480.7700.38
HSL262.81º62.69%37.84%-
HSV(B)262.81º77.07%61.57%-
XYZ10.25.4932.42-
YUV63.55180.74141.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=29.82%
G=13.09%
B=57.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82361570.480.7700.38262.8162.6937.84
Hex52249D304D0261073f26
Octal12244235601150464077746
Binary10100101001001001110111000010011010100110100000111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,36,157); }

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

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

 a { background-color: rgb(82,36,157); }

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

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

 span { border-color: rgb(82,36,157); }

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