#402B47

Color #402B47 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #402B47

Tints of Jagger #402B47

Color information

#402B47 (or 0x402B47) is unknown color: approx Jagger. HEX triplet: 40, 2B and 47. RGB value is (64,43,71). Sum of RGB (Red+Green+Blue) = 64+43+71=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 71 - color contains mainly: blue. Hex color #402B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B47 is #BFD4B8. Grayscale: #343434. Windows color (decimal): -12571833 or 4664128. OLE color: 4664128.

HSL color Cylindrical-coordinate representation of color #402B47: hue angle of 285º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #402B47 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB644371-
CMYK0.100.3900.72
HSL285º24.56%22.35%-
HSV(B)285º39.44%27.84%-
XYZ4.123.276.38-
YUV52.47138.46136.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=35.96%
G=24.16%
B=39.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6443710.100.3900.7228524.5622.35
Hex402B47A2704811d1916
Octal10053107124701104353126
Binary100000010101110001111010100111010010001000111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402B47; }

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

 H1.HeaderClassName
 {
   color: #402B47;
 }
 .AnyTagClassName
 {
   color: #402B47;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #402B47;
 }
 .BgClassName
 {
   background-color: #402B47;
 }
</style>
border-color css

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

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

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