#402B53

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

Shades of Jagger #402B53

Tints of Jagger #402B53

Color information

#402B53 (or 0x402B53) is unknown color: approx Jagger. HEX triplet: 40, 2B and 53. RGB value is (64,43,83). Sum of RGB (Red+Green+Blue) = 64+43+83=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #402B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B53 is #BFD4AC. Grayscale: #353535. Windows color (decimal): -12571821 or 5450560. OLE color: 5450560.

HSL color Cylindrical-coordinate representation of color #402B53: hue angle of 271.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402B53 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB644383-
CMYK0.230.4800.67
HSL271.5º31.75%24.71%-
HSV(B)271.5º48.19%32.55%-
XYZ4.543.448.61-
YUV53.84144.46135.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=33.68%
G=22.63%
B=43.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6443830.230.4800.67271.531.7524.71
Hex402B5317300431102019
Octal10053123276001034204031
Binary10000001010111010011101111100000100001110001000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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