#50249E

Color #50249E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #50249E

Tints of Daisy Bush #50249E

Color information

#50249E (or 0x50249E) is unknown color: approx Daisy Bush. HEX triplet: 50, 24 and 9E. RGB value is (80,36,158). Sum of RGB (Red+Green+Blue) = 80+36+158=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #50249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50249E is #AFDB61. Grayscale: #3E3E3E. Windows color (decimal): -11524962 or 10363984. OLE color: 10363984.

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

Color convert

RGB8036158-
CMYK0.490.7700.38
HSL261.64º62.89%38.04%-
HSV(B)261.64º77.22%61.96%-
XYZ10.115.4432.86-
YUV63.06181.58140.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 36 (14.45% from 255) = 13.14%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=29.20%
G=13.14%
B=57.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80361580.490.7700.38261.6462.8938.04
Hex50249E314D0261063f26
Octal12044236611150464067746
Binary10100001001001001111011000110011010100110100000110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50249E; }

 p { color: rgb(80,36,158); }

 H1.HeaderClassName
 {
   color: #50249E;
 }
 .AnyTagClassName
 {
   color: #50249E;
 }
</style>
background-color css

<style>
 a { background-color: #50249E; }

 a { background-color: rgb(80,36,158); }

 div.DivClassName
 {
   background-color: #50249E;
 }
 .BgClassName
 {
   background-color: #50249E;
 }
</style>
border-color css

<style>
 span { border-color: #50249E; }

 span { border-color: rgb(80,36,158); }

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