Html Css Color HEX #413D4B Grape

📋 copy color: '#413D4B'

red 65 ◦ green 61 ◦ blue 75

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

Shades of Grape #413D4B

Tints of Grape #413D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 32.34%
G = 30.35%
B = 37.31%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#413D4B (or 0x413D4B) is known color: Grape. HEX triplet: 41, 3D and 4B. RGB value is (65,61,75). Sum of RGB (Red+Green+Blue) = 65+61+75=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #413D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D4B is #BEC2B4. Grayscale: #3F3F3F. Windows color (decimal): -12501685 or 4930881. OLE color: 4930881.

HSL color Cylindrical-coordinate representation of color #413D4B: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #413D4B is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 61 75 -
CMYK 0.13 0.19 0 0.71
HSL 257.14º 0.1% 0.27% -
HSV(B) 257.14º 0.19% 0.29% -
XYZ 5.12 4.97 7.35 -
YUV 63.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 65 61 75 0.13 0.19 0 0.71 257.14 0.1 0.27
Hex 41 3D 4B D 13 0 47 101 A 1B
Octal 101 75 113 15 23 0 107 401 12 33
Binary 1000001 111101 1001011 1101 10011 0 1000111 100000001 1010 11011

Color Harmonies of #413D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D4B

Black with #413D4B

Text Example


Text Example

White with #413D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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