#413955

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

Shades of Grape #413955

Tints of Grape #413955

Color information

#413955 (or 0x413955) is unknown color: approx Grape. HEX triplet: 41, 39 and 55. RGB value is (65,57,85). Sum of RGB (Red+Green+Blue) = 65+57+85=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #413955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413955 is #BEC6AA. Grayscale: #3E3E3E. Windows color (decimal): -12502699 or 5585217. OLE color: 5585217.

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

Color convert

RGB655785-
CMYK0.240.3300.67
HSL257.14º19.72%27.84%-
HSV(B)257.14º32.94%33.33%-
XYZ5.284.719.22-
YUV62.58140.65129.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=31.40%
G=27.54%
B=41.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6557850.240.3300.67257.1419.7227.84
Hex4139551821043101141c
Octal10171125304101034012434
Binary1000001111001101010111000100001010000111000000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413955; }

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

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

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

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

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

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

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

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