#402B57

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

Shades of Jagger #402B57

Tints of Jagger #402B57

Color information

#402B57 (or 0x402B57) is unknown color: approx Jagger. HEX triplet: 40, 2B and 57. RGB value is (64,43,87). Sum of RGB (Red+Green+Blue) = 64+43+87=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #402B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B57 is #BFD4A8. Grayscale: #363636. Windows color (decimal): -12571817 or 5712704. OLE color: 5712704.

HSL color Cylindrical-coordinate representation of color #402B57: hue angle of 268.64º 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 #402B57 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB644387-
CMYK0.260.5100.66
HSL268.64º33.85%25.49%-
HSV(B)268.64º50.57%34.12%-
XYZ4.73.519.45-
YUV54.29146.46134.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=32.99%
G=22.16%
B=44.85%

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
Decimal6443870.260.5100.66268.6433.8525.49
Hex402B571A3304210d2219
Octal10053127326301024154231
Binary10000001010111010111110101100110100001010000110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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