Html Css Color HEX #413D4F Grape

📋 copy color: '#413D4F'

red 65 ◦ green 61 ◦ blue 79

#413D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grape #413D4F

Tints of Grape #413D4F

RGB

 RED value IS 65 (25.78% from 255) = 31.71%

 GREEN value IS 61 (24.22% from 255) = 29.76%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 31.71%
G = 29.76%
B = 38.54%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#413D4F (or 0x413D4F) is known color: Grape. HEX triplet: 41, 3D and 4F. RGB value is (65,61,79). Sum of RGB (Red+Green+Blue) = 65+61+79=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #413D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D4F is #BEC2B0. Grayscale: #404040. Windows color (decimal): -12501681 or 5193025. OLE color: 5193025.

HSL color Cylindrical-coordinate representation of color #413D4F: hue angle of 253.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413D4F is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 61 79 -
CMYK 0.18 0.23 0 0.69
HSL 253.33º 0.13% 0.27% -
HSV(B) 253.33º 0.23% 0.31% -
XYZ 5.26 5.03 8.09 -
YUV 64.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 65 61 79 0.18 0.23 0 0.69 253.33 0.13 0.27
Hex 41 3D 4F 12 17 0 45 FD D 1B
Octal 101 75 117 22 27 0 105 375 15 33
Binary 1000001 111101 1001111 10010 10111 0 1000101 11111101 1101 11011

Color Harmonies of #413D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D4F

Black with #413D4F

Text Example


Text Example

White with #413D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,79); }

 H1.HeaderClassName
 {
   color: #413D4F;
 }
 .AnyTagClassName
 {
   color: #413D4F;
 }
</style>

background-color css

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

 a { background-color: rgb(65,61,79); }

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

border-color css

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

 span { border-color: rgb(65,61,79); }

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