#403C59

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

Shades of Jacarta #403C59

Tints of Jacarta #403C59

Color information

#403C59 (or 0x403C59) is unknown color: approx Jacarta. HEX triplet: 40, 3C and 59. RGB value is (64,60,89). Sum of RGB (Red+Green+Blue) = 64+60+89=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #403C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C59 is #BFC3A6. Grayscale: #404040. Windows color (decimal): -12567463 or 5848128. OLE color: 5848128.

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

Color convert

RGB646089-
CMYK0.280.3300.65
HSL248.28º19.46%29.22%-
HSV(B)248.28º32.58%34.9%-
XYZ5.535.0410.13-
YUV64.5141.83127.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=30.05%
G=28.17%
B=41.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6460890.280.3300.65248.2819.4629.22
Hex403C591C21041f8131d
Octal10074131344101013702335
Binary100000011110010110011110010000101000001111110001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403C59; }

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

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

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

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

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

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

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

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