#403A59

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

Shades of Jacarta #403A59

Tints of Jacarta #403A59

Color information

#403A59 (or 0x403A59) is unknown color: approx Jacarta. HEX triplet: 40, 3A and 59. RGB value is (64,58,89). Sum of RGB (Red+Green+Blue) = 64+58+89=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #403A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A59 is #BFC5A6. Grayscale: #3F3F3F. Windows color (decimal): -12567975 or 5847616. OLE color: 5847616.

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

Color convert

RGB645889-
CMYK0.280.3500.65
HSL251.61º21.09%28.82%-
HSV(B)251.61º34.83%34.9%-
XYZ5.434.8410.1-
YUV63.33142.49128.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=30.33%
G=27.49%
B=42.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6458890.280.3500.65251.6121.0928.82
Hex403A591C23041fc151d
Octal10072131344301013742535
Binary100000011101010110011110010001101000001111111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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