#413D53

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

Shades of Grape #413D53

Tints of Grape #413D53

Color information

#413D53 (or 0x413D53) is unknown color: approx Grape. HEX triplet: 41, 3D and 53. RGB value is (65,61,83). Sum of RGB (Red+Green+Blue) = 65+61+83=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #413D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D53 is #BEC2AC. Grayscale: #404040. Windows color (decimal): -12501677 or 5455169. OLE color: 5455169.

HSL color Cylindrical-coordinate representation of color #413D53: hue angle of 250.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413D53 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB656183-
CMYK0.220.2700.67
HSL250.91º15.28%28.24%-
HSV(B)250.91º26.51%32.55%-
XYZ5.415.098.88-
YUV64.7138.33128.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=31.10%
G=29.19%
B=39.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6561830.220.2700.67250.9115.2828.24
Hex413D53161B043fbf1c
Octal10175123263301033731734
Binary1000001111101101001110110110110100001111111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413D53; }

 p { color: rgb(65,61,83); }

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

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

 a { background-color: rgb(65,61,83); }

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

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

 span { border-color: rgb(65,61,83); }

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