#402E57

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

Shades of Jagger #402E57

Tints of Jagger #402E57

Color information

#402E57 (or 0x402E57) is unknown color: approx Jagger. HEX triplet: 40, 2E and 57. RGB value is (64,46,87). Sum of RGB (Red+Green+Blue) = 64+46+87=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #402E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E57 is #BFD1A8. Grayscale: #373737. Windows color (decimal): -12571049 or 5713472. OLE color: 5713472.

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

Color convert

RGB644687-
CMYK0.260.4700.66
HSL266.34º30.83%26.08%-
HSV(B)266.34º47.13%34.12%-
XYZ4.813.739.48-
YUV56.06145.46133.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=32.49%
G=23.35%
B=44.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6446870.260.4700.66266.3430.8326.08
Hex402E571A2F04210a1f1a
Octal10056127325701024123732
Binary1000000101110101011111010101111010000101000010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,46,87); }

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

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

 a { background-color: rgb(64,46,87); }

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

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

 span { border-color: rgb(64,46,87); }

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