#403162

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

Shades of Jacarta #403162

Tints of Jacarta #403162

Color information

#403162 (or 0x403162) is unknown color: approx Jacarta. HEX triplet: 40, 31 and 62. RGB value is (64,49,98). Sum of RGB (Red+Green+Blue) = 64+49+98=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #403162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403162 is #BFCE9D. Grayscale: #3A3A3A. Windows color (decimal): -12570270 or 6435136. OLE color: 6435136.

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

Color convert

RGB644998-
CMYK0.350.500.62
HSL258.37º33.33%28.82%-
HSV(B)258.37º50%38.43%-
XYZ5.424.1712.07-
YUV59.07149.97131.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=30.33%
G=23.22%
B=46.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6449980.350.500.62258.3733.3328.82
Hex403162233203E102211d
Octal1006114243620764024135
Binary10000001100011100010100011110010011111010000001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403162; }

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

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

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

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

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

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

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

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