#413553

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

Shades of Grape #413553

Tints of Grape #413553

Color information

#413553 (or 0x413553) is unknown color: approx Grape. HEX triplet: 41, 35 and 53. RGB value is (65,53,83). Sum of RGB (Red+Green+Blue) = 65+53+83=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #413553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413553 is #BECAAC. Grayscale: #3B3B3B. Windows color (decimal): -12503725 or 5453121. OLE color: 5453121.

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

Color convert

RGB655383-
CMYK0.220.3600.67
HSL264º22.06%26.67%-
HSV(B)264º36.14%32.55%-
XYZ5.014.298.75-
YUV60.01140.98131.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=32.34%
G=26.37%
B=41.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6553830.220.3600.6726422.0626.67
Hex4135531624043108161b
Octal10165123264401034102633
Binary1000001110101101001110110100100010000111000010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413553; }

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

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

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

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

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

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

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

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