#413B50

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

Shades of Grape #413B50

Tints of Grape #413B50

Color information

#413B50 (or 0x413B50) is unknown color: approx Grape. HEX triplet: 41, 3B and 50. RGB value is (65,59,80). Sum of RGB (Red+Green+Blue) = 65+59+80=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #413B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B50 is #BEC4AF. Grayscale: #3F3F3F. Windows color (decimal): -12502192 or 5258049. OLE color: 5258049.

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

Color convert

RGB655980-
CMYK0.190.2600.69
HSL257.14º15.11%27.25%-
HSV(B)257.14º26.25%31.37%-
XYZ5.194.838.25-
YUV63.19137.49129.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=31.86%
G=28.92%
B=39.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6559800.190.2600.69257.1415.1127.25
Hex413B50131A045101f1b
Octal10173120233201054011733
Binary10000011110111010000100111101001000101100000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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