#502AA3

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

Shades of Daisy Bush #502AA3

Tints of Daisy Bush #502AA3

Color information

#502AA3 (or 0x502AA3) is unknown color: approx Daisy Bush. HEX triplet: 50, 2A and A3. RGB value is (80,42,163). Sum of RGB (Red+Green+Blue) = 80+42+163=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #502AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502AA3 is #AFD55C. Grayscale: #424242. Windows color (decimal): -11523421 or 10693200. OLE color: 10693200.

HSL color Cylindrical-coordinate representation of color #502AA3: hue angle of 258.84º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502AA3 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8042163-
CMYK0.510.7400.36
HSL258.84º59.02%40.2%-
HSV(B)258.84º74.23%63.92%-
XYZ10.756.0135.24-
YUV67.16182.09137.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 163 (64.06% from 255) = 57.19%
R=28.07%
G=14.74%
B=57.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80421630.510.7400.36258.8459.0240.2
Hex502AA3334A0241033b28
Octal12052243631120444037350
Binary10100001010101010001111001110010100100100100000011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,42,163); }

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

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

 a { background-color: rgb(80,42,163); }

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

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

 span { border-color: rgb(80,42,163); }

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