#403157

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

Shades of Jacarta #403157

Tints of Jacarta #403157

Color information

#403157 (or 0x403157) is unknown color: approx Jacarta. HEX triplet: 40, 31 and 57. RGB value is (64,49,87). Sum of RGB (Red+Green+Blue) = 64+49+87=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #403157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403157 is #BFCEA8. Grayscale: #393939. Windows color (decimal): -12570281 or 5714240. OLE color: 5714240.

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

Color convert

RGB644987-
CMYK0.260.4400.66
HSL263.68º27.94%26.67%-
HSV(B)263.68º43.68%34.12%-
XYZ4.933.979.52-
YUV57.82144.47132.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=32%
G=24.5%
B=43.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6449870.260.4400.66263.6827.9426.67
Hex4031571A2C0421081c1b
Octal10061127325401024103433
Binary1000000110001101011111010101100010000101000010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403157; }

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

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

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

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

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

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

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

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