Html Css Color HEX #403A4B Grape

📋 copy color: '#403A4B'

red 64 ◦ green 58 ◦ blue 75

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

Shades of Grape #403A4B

Tints of Grape #403A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

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

R = 32.49%
G = 29.44%
B = 38.07%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#403A4B (or 0x403A4B) is known color: Grape. HEX triplet: 40, 3A and 4B. RGB value is (64,58,75). Sum of RGB (Red+Green+Blue) = 64+58+75=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #403A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A4B is #BFC5B4. Grayscale: #3D3D3D. Windows color (decimal): -12567989 or 4930112. OLE color: 4930112.

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

Color convert

RGB 64 58 75 -
CMYK 0.15 0.23 0 0.71
HSL 261.18º 0.13% 0.26% -
HSV(B) 261.18º 0.23% 0.29% -
XYZ 4.9 4.62 7.29 -
YUV 61.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 64 58 75 0.15 0.23 0 0.71 261.18 0.13 0.26
Hex 40 3A 4B F 17 0 47 105 D 1A
Octal 100 72 113 17 27 0 107 405 15 32
Binary 1000000 111010 1001011 1111 10111 0 1000111 100000101 1101 11010

Color Harmonies of #403A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A4B

Black with #403A4B

Text Example


Text Example

White with #403A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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