#502C9B

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

Shades of Daisy Bush #502C9B

Tints of Daisy Bush #502C9B

Color information

#502C9B (or 0x502C9B) is unknown color: approx Daisy Bush. HEX triplet: 50, 2C and 9B. RGB value is (80,44,155). Sum of RGB (Red+Green+Blue) = 80+44+155=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #502C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C9B is #AFD364. Grayscale: #434343. Windows color (decimal): -11522917 or 10169424. OLE color: 10169424.

HSL color Cylindrical-coordinate representation of color #502C9B: hue angle of 259.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502C9B is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8044155-
CMYK0.480.7200.39
HSL259.46º55.78%39.02%-
HSV(B)259.46º71.61%60.78%-
XYZ10.135.8731.61-
YUV67.42177.43136.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=28.67%
G=15.77%
B=55.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80441550.480.7200.39259.4655.7839.02
Hex502C9B30480271033827
Octal12054233601100474037047
Binary10100001011001001101111000010010000100111100000011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,44,155); }

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

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

 a { background-color: rgb(80,44,155); }

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

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

 span { border-color: rgb(80,44,155); }

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