Html Css Color HEX #57249D Daisy Bush

📋 copy color: '#57249D'

red 87 ◦ green 36 ◦ blue 157

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

Shades of Daisy Bush #57249D

Tints of Daisy Bush #57249D

RGB

 RED value IS 87 (34.38% from 255) = 31.07%

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

 BLUE value IS 157 (61.72% from 255) = 56.07%

R = 31.07%
G = 12.86%
B = 56.07%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57249D (or 0x57249D) is known color: Daisy Bush. HEX triplet: 57, 24 and 9D. RGB value is (87,36,157). Sum of RGB (Red+Green+Blue) = 87+36+157=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #57249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57249D is #A8DB62. Grayscale: #404040. Windows color (decimal): -11066211 or 10298455. OLE color: 10298455.

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

Color convert

RGB 87 36 157 -
CMYK 0.45 0.77 0 0.38
HSL 265.29º 0.63% 0.38% -
HSV(B) 265.29º 0.77% 0.62% -
XYZ 10.65 5.72 32.44 -
YUV 65.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 87 36 157 0.45 0.77 0 0.38 265.29 0.63 0.38
Hex 57 24 9D 2D 4D 0 26 109 3F 26
Octal 127 44 235 55 115 0 46 411 77 46
Binary 1010111 100100 10011101 101101 1001101 0 100110 100001001 111111 100110

Color Harmonies of #57249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57249D

Black with #57249D

Text Example


Text Example

White with #57249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57249D;
 }
 .AnyTagClassName
 {
   color: #57249D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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