Html Css Color HEX #50239F Daisy Bush

📋 copy color: '#50239F'

red 80 ◦ green 35 ◦ blue 159

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

Shades of Daisy Bush #50239F

Tints of Daisy Bush #50239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 29.2%
G = 12.77%
B = 58.03%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50239F (or 0x50239F) is known color: Daisy Bush. HEX triplet: 50, 23 and 9F. RGB value is (80,35,159). Sum of RGB (Red+Green+Blue) = 80+35+159=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #50239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50239F is #AFDC60. Grayscale: #3E3E3E. Windows color (decimal): -11525217 or 10429264. OLE color: 10429264.

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

Color convert

RGB 80 35 159 -
CMYK 0.50 0.78 0 0.38
HSL 261.77º 0.64% 0.38% -
HSV(B) 261.77º 0.78% 0.62% -
XYZ 10.17 5.41 33.31 -
YUV 62.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 80 35 159 0.50 0.78 0 0.38 261.77 0.64 0.38
Hex 50 23 9F 32 4E 0 26 106 40 26
Octal 120 43 237 62 116 0 46 406 100 46
Binary 1010000 100011 10011111 110010 1001110 0 100110 100000110 1000000 100110

Color Harmonies of #50239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50239F

Black with #50239F

Text Example


Text Example

White with #50239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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