#403C51

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

Shades of Grape #403C51

Tints of Grape #403C51

Color information

#403C51 (or 0x403C51) is unknown color: approx Grape. HEX triplet: 40, 3C and 51. RGB value is (64,60,81). Sum of RGB (Red+Green+Blue) = 64+60+81=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #403C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C51 is #BFC3AE. Grayscale: #3F3F3F. Windows color (decimal): -12567471 or 5323840. OLE color: 5323840.

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

Color convert

RGB646081-
CMYK0.210.2600.68
HSL251.43º14.89%27.65%-
HSV(B)251.43º25.93%31.76%-
XYZ5.224.928.46-
YUV63.59137.83128.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=31.22%
G=29.27%
B=39.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6460810.210.2600.68251.4314.8927.65
Hex403C51151A044fbf1c
Octal10074121253201043731734
Binary1000000111100101000110101110100100010011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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