#413A55

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

Shades of Grape #413A55

Tints of Grape #413A55

Color information

#413A55 (or 0x413A55) is unknown color: approx Grape. HEX triplet: 41, 3A and 55. RGB value is (65,58,85). Sum of RGB (Red+Green+Blue) = 65+58+85=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #413A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A55 is #BEC5AA. Grayscale: #3F3F3F. Windows color (decimal): -12502443 or 5585473. OLE color: 5585473.

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

Color convert

RGB655885-
CMYK0.240.3200.67
HSL255.56º18.88%28.04%-
HSV(B)255.56º31.76%33.33%-
XYZ5.334.819.24-
YUV63.17140.32129.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=31.25%
G=27.88%
B=40.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6558850.240.3200.67255.5618.8828.04
Hex413A551820043100131c
Octal10172125304001034002334
Binary1000001111010101010111000100000010000111000000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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