#403259

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

Shades of Jacarta #403259

Tints of Jacarta #403259

Color information

#403259 (or 0x403259) is unknown color: approx Jacarta. HEX triplet: 40, 32 and 59. RGB value is (64,50,89). Sum of RGB (Red+Green+Blue) = 64+50+89=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #403259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403259 is #BFCDA6. Grayscale: #3A3A3A. Windows color (decimal): -12570023 or 5845568. OLE color: 5845568.

HSL color Cylindrical-coordinate representation of color #403259: hue angle of 261.54º 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 #403259 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB645089-
CMYK0.280.4400.65
HSL261.54º28.06%27.25%-
HSV(B)261.54º43.82%34.9%-
XYZ5.064.099.97-
YUV58.63145.14131.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=31.53%
G=24.63%
B=43.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6450890.280.4400.65261.5428.0627.25
Hex4032591C2C0411061c1b
Octal10062131345401014063433
Binary1000000110010101100111100101100010000011000001101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403259; }

 p { color: rgb(64,50,89); }

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

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

 a { background-color: rgb(64,50,89); }

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

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

 span { border-color: rgb(64,50,89); }

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