#413C50

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

Shades of Grape #413C50

Tints of Grape #413C50

Color information

#413C50 (or 0x413C50) is unknown color: approx Grape. HEX triplet: 41, 3C and 50. RGB value is (65,60,80). Sum of RGB (Red+Green+Blue) = 65+60+80=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #413C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C50 is #BEC3AF. Grayscale: #3F3F3F. Windows color (decimal): -12501936 or 5258305. OLE color: 5258305.

HSL color Cylindrical-coordinate representation of color #413C50: hue angle of 255º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #413C50 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB656080-
CMYK0.190.2500.69
HSL255º14.29%27.45%-
HSV(B)255º25%31.37%-
XYZ5.244.938.27-
YUV63.78137.16128.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=31.71%
G=29.27%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6560800.190.2500.6925514.2927.45
Hex413C501319045ffe1b
Octal10174120233101053771633
Binary1000001111100101000010011110010100010111111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,80); }

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

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

 a { background-color: rgb(65,60,80); }

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

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

 span { border-color: rgb(65,60,80); }

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