#403158

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

Shades of Jacarta #403158

Tints of Jacarta #403158

Color information

#403158 (or 0x403158) is unknown color: approx Jacarta. HEX triplet: 40, 31 and 58. RGB value is (64,49,88). Sum of RGB (Red+Green+Blue) = 64+49+88=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #403158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403158 is #BFCEA7. Grayscale: #393939. Windows color (decimal): -12570280 or 5779776. OLE color: 5779776.

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

Color convert

RGB644988-
CMYK0.270.4400.65
HSL263.08º28.47%26.86%-
HSV(B)263.08º44.32%34.51%-
XYZ4.973.999.74-
YUV57.93144.97132.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=31.84%
G=24.38%
B=43.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6449880.270.4400.65263.0828.4726.86
Hex4031581B2C0411071c1b
Octal10061130335401014073433
Binary1000000110001101100011011101100010000011000001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403158; }

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

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

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

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

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

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

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

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