#402B56

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

Shades of Jagger #402B56

Tints of Jagger #402B56

Color information

#402B56 (or 0x402B56) is unknown color: approx Jagger. HEX triplet: 40, 2B and 56. RGB value is (64,43,86). Sum of RGB (Red+Green+Blue) = 64+43+86=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #402B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B56 is #BFD4A9. Grayscale: #363636. Windows color (decimal): -12571818 or 5647168. OLE color: 5647168.

HSL color Cylindrical-coordinate representation of color #402B56: hue angle of 269.3º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402B56 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB644386-
CMYK0.260.5000.66
HSL269.3º33.33%25.29%-
HSV(B)269.3º50%33.73%-
XYZ4.663.499.23-
YUV54.18145.96135-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=33.16%
G=22.28%
B=44.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6443860.260.5000.66269.333.3325.29
Hex402B561A3204210d2119
Octal10053126326201024154131
Binary10000001010111010110110101100100100001010000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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