#413F4D

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

Shades of Grape #413F4D

Tints of Grape #413F4D

Color information

#413F4D (or 0x413F4D) is unknown color: approx Grape. HEX triplet: 41, 3F and 4D. RGB value is (65,63,77). Sum of RGB (Red+Green+Blue) = 65+63+77=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #413F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F4D is #BEC0B2. Grayscale: #414141. Windows color (decimal): -12501171 or 5062465. OLE color: 5062465.

HSL color Cylindrical-coordinate representation of color #413F4D: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #413F4D is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB656377-
CMYK0.160.1800.70
HSL248.57º10%27.45%-
HSV(B)248.57º18.18%30.2%-
XYZ5.35.217.75-
YUV65.19134.66127.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=31.71%
G=30.73%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6563770.160.1800.70248.571027.45
Hex413F4D1012046f9a1b
Octal10177115202201063711233
Binary1000001111111100110110000100100100011011111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,63,77); }

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

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

 a { background-color: rgb(65,63,77); }

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

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

 span { border-color: rgb(65,63,77); }

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