#403D4E

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

Shades of Grape #403D4E

Tints of Grape #403D4E

Color information

#403D4E (or 0x403D4E) is unknown color: approx Grape. HEX triplet: 40, 3D and 4E. RGB value is (64,61,78). Sum of RGB (Red+Green+Blue) = 64+61+78=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #403D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D4E is #BFC2B1. Grayscale: #3F3F3F. Windows color (decimal): -12567218 or 5127488. OLE color: 5127488.

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

Color convert

RGB646178-
CMYK0.180.2200.69
HSL250.59º12.23%27.25%-
HSV(B)250.59º21.79%30.59%-
XYZ5.164.987.9-
YUV63.83135.99128.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=31.53%
G=30.05%
B=38.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6461780.180.2200.69250.5912.2327.25
Hex403D4E1216045fbc1b
Octal10075116222601053731433
Binary1000000111101100111010010101100100010111111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,61,78); }

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

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

 a { background-color: rgb(64,61,78); }

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

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

 span { border-color: rgb(64,61,78); }

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