Html Css Color HEX #403E4B Grape

📋 copy color: '#403E4B'

red 64 ◦ green 62 ◦ blue 75

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

Shades of Grape #403E4B

Tints of Grape #403E4B

RGB

 RED value IS 64 (25.39% from 255) = 31.84%

 GREEN value IS 62 (24.61% from 255) = 30.85%

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

R = 31.84%
G = 30.85%
B = 37.31%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403E4B (or 0x403E4B) is known color: Grape. HEX triplet: 40, 3E and 4B. RGB value is (64,62,75). Sum of RGB (Red+Green+Blue) = 64+62+75=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 62 (24.61% from 255 or 30.85% 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 #403E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E4B is #BFC1B4. Grayscale: #404040. Windows color (decimal): -12566965 or 4931136. OLE color: 4931136.

HSL color Cylindrical-coordinate representation of color #403E4B: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #403E4B is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 62 75 -
CMYK 0.15 0.17 0 0.71
HSL 249.23º 0.09% 0.27% -
HSV(B) 249.23º 0.17% 0.29% -
XYZ 5.11 5.04 7.36 -
YUV 64.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 64 62 75 0.15 0.17 0 0.71 249.23 0.09 0.27
Hex 40 3E 4B F 11 0 47 F9 9 1B
Octal 100 76 113 17 21 0 107 371 11 33
Binary 1000000 111110 1001011 1111 10001 0 1000111 11111001 1001 11011

Color Harmonies of #403E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E4B

Black with #403E4B

Text Example


Text Example

White with #403E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403E4B; }

 p { color: rgb(64,62,75); }

 H1.HeaderClassName
 {
   color: #403E4B;
 }
 .AnyTagClassName
 {
   color: #403E4B;
 }
</style>

background-color css

<style>
 a { background-color: #403E4B; }

 a { background-color: rgb(64,62,75); }

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

border-color css

<style>
 span { border-color: #403E4B; }

 span { border-color: rgb(64,62,75); }

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