Html Css Color HEX #40384F Grape

📋 copy color: '#40384F'

red 64 ◦ green 56 ◦ blue 79

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

Shades of Grape #40384F

Tints of Grape #40384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.14%

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

R = 32.16%
G = 28.14%
B = 39.7%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40384F (or 0x40384F) is known color: Grape. HEX triplet: 40, 38 and 4F. RGB value is (64,56,79). Sum of RGB (Red+Green+Blue) = 64+56+79=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #40384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40384F is #BFC7B0. Grayscale: #3C3C3C. Windows color (decimal): -12568497 or 5191744. OLE color: 5191744.

HSL color Cylindrical-coordinate representation of color #40384F: hue angle of 260.87º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40384F is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 56 79 -
CMYK 0.19 0.29 0 0.69
HSL 260.87º 0.17% 0.26% -
HSV(B) 260.87º 0.29% 0.31% -
XYZ 4.94 4.48 8 -
YUV 61.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 64 56 79 0.19 0.29 0 0.69 260.87 0.17 0.26
Hex 40 38 4F 13 1D 0 45 105 11 1A
Octal 100 70 117 23 35 0 105 405 21 32
Binary 1000000 111000 1001111 10011 11101 0 1000101 100000101 10001 11010

Color Harmonies of #40384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40384F

Black with #40384F

Text Example


Text Example

White with #40384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40384F; }

 p { color: rgb(64,56,79); }

 H1.HeaderClassName
 {
   color: #40384F;
 }
 .AnyTagClassName
 {
   color: #40384F;
 }
</style>

background-color css

<style>
 a { background-color: #40384F; }

 a { background-color: rgb(64,56,79); }

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

border-color css

<style>
 span { border-color: #40384F; }

 span { border-color: rgb(64,56,79); }

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