#502F95

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

Shades of Daisy Bush #502F95

Tints of Daisy Bush #502F95

Color information

#502F95 (or 0x502F95) is unknown color: approx Daisy Bush. HEX triplet: 50, 2F and 95. RGB value is (80,47,149). Sum of RGB (Red+Green+Blue) = 80+47+149=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #502F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502F95 is #AFD06A. Grayscale: #444444. Windows color (decimal): -11522155 or 9776976. OLE color: 9776976.

HSL color Cylindrical-coordinate representation of color #502F95: hue angle of 259.41º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502F95 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8047149-
CMYK0.460.6800.42
HSL259.41º52.04%38.43%-
HSV(B)259.41º68.46%58.43%-
XYZ9.755.9129.06-
YUV68.5173.43136.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 47 (18.75% from 255) = 17.03%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=28.99%
G=17.03%
B=53.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80471490.460.6800.42259.4152.0438.43
Hex502F952E4402A1033426
Octal12057225561040524036446
Binary10100001011111001010110111010001000101010100000011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502F95; }

 p { color: rgb(80,47,149); }

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

<style>
 a { background-color: #502F95; }

 a { background-color: rgb(80,47,149); }

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

<style>
 span { border-color: #502F95; }

 span { border-color: rgb(80,47,149); }

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