#403156

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

Shades of Jacarta #403156

Tints of Jacarta #403156

Color information

#403156 (or 0x403156) is unknown color: approx Jacarta. HEX triplet: 40, 31 and 56. RGB value is (64,49,86). Sum of RGB (Red+Green+Blue) = 64+49+86=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #403156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403156 is #BFCEA9. Grayscale: #393939. Windows color (decimal): -12570282 or 5648704. OLE color: 5648704.

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

Color convert

RGB644986-
CMYK0.260.4300.66
HSL264.32º27.41%26.47%-
HSV(B)264.32º43.02%33.73%-
XYZ4.893.969.31-
YUV57.7143.97132.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=32.16%
G=24.62%
B=43.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6449860.260.4300.66264.3227.4126.47
Hex4031561A2B0421081b1a
Octal10061126325301024103332
Binary1000000110001101011011010101011010000101000010001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403156; }

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

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

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

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

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

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

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

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