#403359

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

Shades of Jacarta #403359

Tints of Jacarta #403359

Color information

#403359 (or 0x403359) is unknown color: approx Jacarta. HEX triplet: 40, 33 and 59. RGB value is (64,51,89). Sum of RGB (Red+Green+Blue) = 64+51+89=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #403359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403359 is #BFCCA6. Grayscale: #3B3B3B. Windows color (decimal): -12569767 or 5845824. OLE color: 5845824.

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

Color convert

RGB645189-
CMYK0.280.4300.65
HSL260.53º27.14%27.45%-
HSV(B)260.53º42.7%34.9%-
XYZ5.14.189.99-
YUV59.22144.81131.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=31.37%
G=25%
B=43.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6451890.280.4300.65260.5327.1427.45
Hex4033591C2B0411051b1b
Octal10063131345301014053333
Binary1000000110011101100111100101011010000011000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403359; }

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

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

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

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

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

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

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

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