#402B4B

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

Shades of Jagger #402B4B

Tints of Jagger #402B4B

Color information

#402B4B (or 0x402B4B) is unknown color: approx Jagger. HEX triplet: 40, 2B and 4B. RGB value is (64,43,75). Sum of RGB (Red+Green+Blue) = 64+43+75=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #402B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B4B is #BFD4B4. Grayscale: #343434. Windows color (decimal): -12571829 or 4926272. OLE color: 4926272.

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

Color convert

RGB644375-
CMYK0.150.4300.71
HSL279.38º27.12%23.14%-
HSV(B)279.38º42.67%29.41%-
XYZ4.253.337.07-
YUV52.93140.46135.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=35.16%
G=23.63%
B=41.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6443750.150.4300.71279.3827.1223.14
Hex402B4BF2B0471171b17
Octal10053113175301074273327
Binary100000010101110010111111101011010001111000101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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