#403161

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

Shades of Jacarta #403161

Tints of Jacarta #403161

Color information

#403161 (or 0x403161) is unknown color: approx Jacarta. HEX triplet: 40, 31 and 61. RGB value is (64,49,97). Sum of RGB (Red+Green+Blue) = 64+49+97=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #403161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403161 is #BFCE9E. Grayscale: #3A3A3A. Windows color (decimal): -12570271 or 6369600. OLE color: 6369600.

HSL color Cylindrical-coordinate representation of color #403161: hue angle of 258.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #403161 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB644997-
CMYK0.340.4900.62
HSL258.75º32.88%28.63%-
HSV(B)258.75º49.48%38.04%-
XYZ5.374.1511.83-
YUV58.96149.47131.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=30.48%
G=23.33%
B=46.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6449970.340.4900.62258.7532.8828.63
Hex403161223103E103211d
Octal1006114142610764034135
Binary10000001100011100001100010110001011111010000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403161; }

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

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

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

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

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

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

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

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