Html Css Color HEX #403147 Jagger

📋 copy color: '#403147'

red 64 ◦ green 49 ◦ blue 71

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

Shades of Jagger #403147

Tints of Jagger #403147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 71 (28.13% from 255) = 38.59%

R = 34.78%
G = 26.63%
B = 38.59%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403147 (or 0x403147) is known color: Jagger. HEX triplet: 40, 31 and 47. RGB value is (64,49,71). Sum of RGB (Red+Green+Blue) = 64+49+71=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #403147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403147 is #BFCEB8. Grayscale: #373737. Windows color (decimal): -12570297 or 4665664. OLE color: 4665664.

HSL color Cylindrical-coordinate representation of color #403147: hue angle of 280.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403147 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 49 71 -
CMYK 0.10 0.31 0 0.72
HSL 280.91º 0.18% 0.24% -
HSV(B) 280.91º 0.31% 0.28% -
XYZ 4.35 3.74 6.45 -
YUV 55.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 64 49 71 0.10 0.31 0 0.72 280.91 0.18 0.24
Hex 40 31 47 A 1F 0 48 119 12 18
Octal 100 61 107 12 37 0 110 431 22 30
Binary 1000000 110001 1000111 1010 11111 0 1001000 100011001 10010 11000

Color Harmonies of #403147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403147

Black with #403147

Text Example


Text Example

White with #403147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403147; }

 p { color: rgb(64,49,71); }

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

background-color css

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

 a { background-color: rgb(64,49,71); }

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

border-color css

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

 span { border-color: rgb(64,49,71); }

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