#403751

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

Shades of Grape #403751

Tints of Grape #403751

Color information

#403751 (or 0x403751) is unknown color: approx Grape. HEX triplet: 40, 37 and 51. RGB value is (64,55,81). Sum of RGB (Red+Green+Blue) = 64+55+81=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #403751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403751 is #BFC8AE. Grayscale: #3C3C3C. Windows color (decimal): -12568751 or 5322560. OLE color: 5322560.

HSL color Cylindrical-coordinate representation of color #403751: hue angle of 260.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #403751 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB645581-
CMYK0.210.3200.68
HSL260.77º19.12%26.67%-
HSV(B)260.77º32.1%31.76%-
XYZ4.974.428.38-
YUV60.65139.48130.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=32%
G=27.5%
B=40.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6455810.210.3200.68260.7719.1226.67
Hex4037511520044105131b
Octal10067121254001044052333
Binary1000000110111101000110101100000010001001000001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403751; }

 p { color: rgb(64,55,81); }

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

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

 a { background-color: rgb(64,55,81); }

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

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

 span { border-color: rgb(64,55,81); }

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