Html Css Color HEX #413F4D Grape

📋 copy color: '#413F4D'

red 65 ◦ green 63 ◦ blue 77

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

Shades of Grape #413F4D

Tints of Grape #413F4D

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 value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#413F4D (or 0x413F4D) is known color: 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

RGB 65 63 77 -
CMYK 0.16 0.18 0 0.70
HSL 248.57º 0.1% 0.27% -
HSV(B) 248.57º 0.18% 0.3% -
XYZ 5.3 5.21 7.75 -
YUV 65.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 65 63 77 0.16 0.18 0 0.70 248.57 0.1 0.27
Hex 41 3F 4D 10 12 0 46 F9 A 1B
Octal 101 77 115 20 22 0 106 371 12 33
Binary 1000001 111111 1001101 10000 10010 0 1000110 11111001 1010 11011

Color Harmonies of #413F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F4D

Black with #413F4D

Text Example


Text Example

White with #413F4D

Text Example


Text Example

HTML Codes & Css Web 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>