#413951

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

Shades of Grape #413951

Tints of Grape #413951

Color information

#413951 (or 0x413951) is unknown color: approx Grape. HEX triplet: 41, 39 and 51. RGB value is (65,57,81). Sum of RGB (Red+Green+Blue) = 65+57+81=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #413951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413951 is #BEC6AE. Grayscale: #3E3E3E. Windows color (decimal): -12502703 or 5323073. OLE color: 5323073.

HSL color Cylindrical-coordinate representation of color #413951: hue angle of 260º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #413951 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB655781-
CMYK0.200.3000.68
HSL260º17.39%27.06%-
HSV(B)260º29.63%31.76%-
XYZ5.134.648.41-
YUV62.13138.65130.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=32.02%
G=28.08%
B=39.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6557810.200.3000.6826017.3927.06
Hex413951141E044104111b
Octal10171121243601044042133
Binary100000111100110100011010011110010001001000001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413951; }

 p { color: rgb(65,57,81); }

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

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

 a { background-color: rgb(65,57,81); }

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

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

 span { border-color: rgb(65,57,81); }

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