Html Css Color HEX #50229F Daisy Bush

📋 copy color: '#50229F'

red 80 ◦ green 34 ◦ blue 159

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

Shades of Daisy Bush #50229F

Tints of Daisy Bush #50229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.45%

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 29.3%
G = 12.45%
B = 58.24%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50229F (or 0x50229F) is known color: Daisy Bush. HEX triplet: 50, 22 and 9F. RGB value is (80,34,159). Sum of RGB (Red+Green+Blue) = 80+34+159=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #50229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50229F is #AFDD60. Grayscale: #3D3D3D. Windows color (decimal): -11525473 or 10429008. OLE color: 10429008.

HSL color Cylindrical-coordinate representation of color #50229F: hue angle of 262.08º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50229F is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 34 159 -
CMYK 0.50 0.79 0 0.38
HSL 262.08º 0.65% 0.38% -
HSV(B) 262.08º 0.79% 0.62% -
XYZ 10.14 5.35 33.3 -
YUV 62 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 80 34 159 0.50 0.79 0 0.38 262.08 0.65 0.38
Hex 50 22 9F 32 4F 0 26 106 41 26
Octal 120 42 237 62 117 0 46 406 101 46
Binary 1010000 100010 10011111 110010 1001111 0 100110 100000110 1000001 100110

Color Harmonies of #50229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50229F

Black with #50229F

Text Example


Text Example

White with #50229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,34,159); }

 H1.HeaderClassName
 {
   color: #50229F;
 }
 .AnyTagClassName
 {
   color: #50229F;
 }
</style>

background-color css

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

 a { background-color: rgb(80,34,159); }

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

border-color css

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

 span { border-color: rgb(80,34,159); }

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