#403C54

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

Shades of Grape #403C54

Tints of Grape #403C54

Color information

#403C54 (or 0x403C54) is unknown color: approx Grape. HEX triplet: 40, 3C and 54. RGB value is (64,60,84). Sum of RGB (Red+Green+Blue) = 64+60+84=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #403C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C54 is #BFC3AB. Grayscale: #3F3F3F. Windows color (decimal): -12567468 or 5520448. OLE color: 5520448.

HSL color Cylindrical-coordinate representation of color #403C54: hue angle of 250º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #403C54 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646084-
CMYK0.240.2900.67
HSL250º16.67%28.24%-
HSV(B)250º28.57%32.94%-
XYZ5.334.969.06-
YUV63.93139.33128.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=30.77%
G=28.85%
B=40.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6460840.240.2900.6725016.6728.24
Hex403C54181D043fa111c
Octal10074124303501033722134
Binary10000001111001010100110001110101000011111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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