#402A56

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

Shades of Jagger #402A56

Tints of Jagger #402A56

Color information

#402A56 (or 0x402A56) is unknown color: approx Jagger. HEX triplet: 40, 2A and 56. RGB value is (64,42,86). Sum of RGB (Red+Green+Blue) = 64+42+86=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #402A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A56 is #BFD5A9. Grayscale: #353535. Windows color (decimal): -12572074 or 5646912. OLE color: 5646912.

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

Color convert

RGB644286-
CMYK0.260.5100.66
HSL270º34.38%25.1%-
HSV(B)270º51.16%33.73%-
XYZ4.623.429.22-
YUV53.59146.29135.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=33.33%
G=21.88%
B=44.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6442860.260.5100.6627034.3825.1
Hex402A561A3304210e2219
Octal10052126326301024164231
Binary10000001010101010110110101100110100001010000111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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