#413651

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

Shades of Grape #413651

Tints of Grape #413651

Color information

#413651 (or 0x413651) is unknown color: approx Grape. HEX triplet: 41, 36 and 51. RGB value is (65,54,81). Sum of RGB (Red+Green+Blue) = 65+54+81=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #413651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413651 is #BEC9AE. Grayscale: #3C3C3C. Windows color (decimal): -12503471 or 5322305. OLE color: 5322305.

HSL color Cylindrical-coordinate representation of color #413651: hue angle of 264.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #413651 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB655481-
CMYK0.200.3300.68
HSL264.44º20%26.47%-
HSV(B)264.44º33.33%31.76%-
XYZ4.984.368.36-
YUV60.37139.64131.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=32.5%
G=27%
B=40.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6554810.200.3300.68264.442026.47
Hex4136511421044108141a
Octal10166121244101044102432
Binary1000001110110101000110100100001010001001000010001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413651; }

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

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

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

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

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

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

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

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