Html Css Color HEX #50328D Daisy Bush

📋 copy color: '#50328D'

red 80 ◦ green 50 ◦ blue 141

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

Shades of Daisy Bush #50328D

Tints of Daisy Bush #50328D

RGB

 RED value IS 80 (31.64% from 255) = 29.52%

 GREEN value IS 50 (19.92% from 255) = 18.45%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 29.52%
G = 18.45%
B = 52.03%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50328D (or 0x50328D) is known color: Daisy Bush. HEX triplet: 50, 32 and 8D. RGB value is (80,50,141). Sum of RGB (Red+Green+Blue) = 80+50+141=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #50328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50328D is #AFCD72. Grayscale: #454545. Windows color (decimal): -11521395 or 9253456. OLE color: 9253456.

HSL color Cylindrical-coordinate representation of color #50328D: hue angle of 259.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50328D is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 50 141 -
CMYK 0.43 0.65 0 0.45
HSL 259.78º 0.48% 0.37% -
HSV(B) 259.78º 0.65% 0.55% -
XYZ 9.26 5.91 25.85 -
YUV 69.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 80 50 141 0.43 0.65 0 0.45 259.78 0.48 0.37
Hex 50 32 8D 2B 41 0 2D 104 30 25
Octal 120 62 215 53 101 0 55 404 60 45
Binary 1010000 110010 10001101 101011 1000001 0 101101 100000100 110000 100101

Color Harmonies of #50328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50328D

Black with #50328D

Text Example


Text Example

White with #50328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,50,141); }

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

background-color css

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

 a { background-color: rgb(80,50,141); }

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

border-color css

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

 span { border-color: rgb(80,50,141); }

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