#403A50

Color #403A50 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #403A50

Tints of Grape #403A50

Color information

#403A50 (or 0x403A50) is unknown color: approx Grape. HEX triplet: 40, 3A and 50. RGB value is (64,58,80). Sum of RGB (Red+Green+Blue) = 64+58+80=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #403A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A50 is #BFC5AF. Grayscale: #3E3E3E. Windows color (decimal): -12567984 or 5257792. OLE color: 5257792.

HSL color Cylindrical-coordinate representation of color #403A50: hue angle of 256.36º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403A50 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB645880-
CMYK0.200.2800.69
HSL256.36º15.94%27.06%-
HSV(B)256.36º27.5%31.37%-
XYZ5.084.78.23-
YUV62.3137.99129.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=31.68%
G=28.71%
B=39.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6458800.200.2800.69256.3615.9427.06
Hex403A50141C045100101b
Octal10072120243401054002033
Binary100000011101010100001010011100010001011000000001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403A50; }

 p { color: rgb(64,58,80); }

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

<style>
 a { background-color: #403A50; }

 a { background-color: rgb(64,58,80); }

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

<style>
 span { border-color: #403A50; }

 span { border-color: rgb(64,58,80); }

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