#413B52

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

Shades of Grape #413B52

Tints of Grape #413B52

Color information

#413B52 (or 0x413B52) is unknown color: approx Grape. HEX triplet: 41, 3B and 52. RGB value is (65,59,82). Sum of RGB (Red+Green+Blue) = 65+59+82=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 82 - color contains mainly: blue. Hex color #413B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B52 is #BEC4AD. Grayscale: #3F3F3F. Windows color (decimal): -12502190 or 5389121. OLE color: 5389121.

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

Color convert

RGB655982-
CMYK0.210.2800.68
HSL255.65º16.31%27.65%-
HSV(B)255.65º28.05%32.16%-
XYZ5.274.868.64-
YUV63.42138.49129.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=31.55%
G=28.64%
B=39.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6559820.210.2800.68255.6516.3127.65
Hex413B52151C044100101c
Octal10173122253401044002034
Binary100000111101110100101010111100010001001000000001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413B52; }

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

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

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

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

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

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

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

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