Html Css Color HEX #50299F Daisy Bush

📋 copy color: '#50299F'

red 80 ◦ green 41 ◦ blue 159

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

Shades of Daisy Bush #50299F

Tints of Daisy Bush #50299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

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

R = 28.57%
G = 14.64%
B = 56.79%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50299F (or 0x50299F) is known color: Daisy Bush. HEX triplet: 50, 29 and 9F. RGB value is (80,41,159). Sum of RGB (Red+Green+Blue) = 80+41+159=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #50299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50299F is #AFD660. Grayscale: #414141. Windows color (decimal): -11523681 or 10430800. OLE color: 10430800.

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

Color convert

RGB 80 41 159 -
CMYK 0.50 0.74 0 0.38
HSL 259.83º 0.59% 0.39% -
HSV(B) 259.83º 0.74% 0.62% -
XYZ 10.36 5.79 33.37 -
YUV 66.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 80 41 159 0.50 0.74 0 0.38 259.83 0.59 0.39
Hex 50 29 9F 32 4A 0 26 104 3B 27
Octal 120 51 237 62 112 0 46 404 73 47
Binary 1010000 101001 10011111 110010 1001010 0 100110 100000100 111011 100111

Color Harmonies of #50299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50299F

Black with #50299F

Text Example


Text Example

White with #50299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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