#403061

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

Shades of Jacarta #403061

Tints of Jacarta #403061

Color information

#403061 (or 0x403061) is unknown color: approx Jacarta. HEX triplet: 40, 30 and 61. RGB value is (64,48,97). Sum of RGB (Red+Green+Blue) = 64+48+97=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #403061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403061 is #BFCF9E. Grayscale: #3A3A3A. Windows color (decimal): -12570527 or 6369344. OLE color: 6369344.

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

Color convert

RGB644897-
CMYK0.340.5100.62
HSL259.59º33.79%28.43%-
HSV(B)259.59º50.52%38.04%-
XYZ5.334.0711.81-
YUV58.37149.8132.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=30.62%
G=22.97%
B=46.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6448970.340.5100.62259.5933.7928.43
Hex403061223303E104221c
Octal1006014142630764044234
Binary10000001100001100001100010110011011111010000010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403061; }

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

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

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

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

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

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

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

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