Html Css Color HEX #52249B Daisy Bush

📋 copy color: '#52249B'

red 82 ◦ green 36 ◦ blue 155

#52249B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #52249B

Tints of Daisy Bush #52249B

RGB

 RED value IS 82 (32.42% from 255) = 30.04%

 GREEN value IS 36 (14.45% from 255) = 13.19%

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 30.04%
G = 13.19%
B = 56.78%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52249B (or 0x52249B) is known color: Daisy Bush. HEX triplet: 52, 24 and 9B. RGB value is (82,36,155). Sum of RGB (Red+Green+Blue) = 82+36+155=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #52249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52249B is #ADDB64. Grayscale: #3E3E3E. Windows color (decimal): -11393893 or 10167378. OLE color: 10167378.

HSL color Cylindrical-coordinate representation of color #52249B: hue angle of 263.19º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52249B is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 36 155 -
CMYK 0.47 0.77 0 0.39
HSL 263.19º 0.62% 0.37% -
HSV(B) 263.19º 0.77% 0.61% -
XYZ 10.03 5.42 31.53 -
YUV 63.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 82 36 155 0.47 0.77 0 0.39 263.19 0.62 0.37
Hex 52 24 9B 2F 4D 0 27 107 3E 25
Octal 122 44 233 57 115 0 47 407 76 45
Binary 1010010 100100 10011011 101111 1001101 0 100111 100000111 111110 100101

Color Harmonies of #52249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52249B

Black with #52249B

Text Example


Text Example

White with #52249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52249B;
 }
 .AnyTagClassName
 {
   color: #52249B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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