#52249F

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

Shades of Daisy Bush #52249F

Tints of Daisy Bush #52249F

Color information

#52249F (or 0x52249F) is unknown color: approx Daisy Bush. HEX triplet: 52, 24 and 9F. RGB value is (82,36,159). Sum of RGB (Red+Green+Blue) = 82+36+159=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #52249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52249F is #ADDB60. Grayscale: #3F3F3F. Windows color (decimal): -11393889 or 10429522. OLE color: 10429522.

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

Color convert

RGB8236159-
CMYK0.480.7700.38
HSL262.44º63.08%38.24%-
HSV(B)262.44º77.36%62.35%-
XYZ10.375.5633.33-
YUV63.78181.74141-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=29.60%
G=13.00%
B=57.40%

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
Decimal82361590.480.7700.38262.4463.0838.24
Hex52249F304D0261063f26
Octal12244237601150464067746
Binary10100101001001001111111000010011010100110100000110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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