#413552

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

Shades of Grape #413552

Tints of Grape #413552

Color information

#413552 (or 0x413552) is unknown color: approx Grape. HEX triplet: 41, 35 and 52. RGB value is (65,53,82). Sum of RGB (Red+Green+Blue) = 65+53+82=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #413552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413552 is #BECAAD. Grayscale: #3B3B3B. Windows color (decimal): -12503726 or 5387585. OLE color: 5387585.

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

Color convert

RGB655382-
CMYK0.210.3500.68
HSL264.83º21.48%26.47%-
HSV(B)264.83º35.37%32.16%-
XYZ4.984.288.55-
YUV59.89140.48131.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 82 (32.42% from 255) = 41%
R=32.5%
G=26.5%
B=41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6553820.210.3500.68264.8321.4826.47
Hex4135521523044109151a
Octal10165122254301044112532
Binary1000001110101101001010101100011010001001000010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413552; }

 p { color: rgb(65,53,82); }

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

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

 a { background-color: rgb(65,53,82); }

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

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

 span { border-color: rgb(65,53,82); }

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