#40384D

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

Shades of Grape #40384D

Tints of Grape #40384D

Color information

#40384D (or 0x40384D) is unknown color: approx Grape. HEX triplet: 40, 38 and 4D. RGB value is (64,56,77). Sum of RGB (Red+Green+Blue) = 64+56+77=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #40384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40384D is #BFC7B2. Grayscale: #3C3C3C. Windows color (decimal): -12568499 or 5060672. OLE color: 5060672.

HSL color Cylindrical-coordinate representation of color #40384D: hue angle of 262.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40384D is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB645677-
CMYK0.170.2700.70
HSL262.86º15.79%26.08%-
HSV(B)262.86º27.27%30.2%-
XYZ4.874.457.62-
YUV60.79137.15130.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=32.49%
G=28.43%
B=39.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6456770.170.2700.70262.8615.7926.08
Hex40384D111B046107101a
Octal10070115213301064072032
Binary100000011100010011011000111011010001101000001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40384D; }

 p { color: rgb(64,56,77); }

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

<style>
 a { background-color: #40384D; }

 a { background-color: rgb(64,56,77); }

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

<style>
 span { border-color: #40384D; }

 span { border-color: rgb(64,56,77); }

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