#403060

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

Shades of Jacarta #403060

Tints of Jacarta #403060

Color information

#403060 (or 0x403060) is unknown color: approx Jacarta. HEX triplet: 40, 30 and 60. RGB value is (64,48,96). Sum of RGB (Red+Green+Blue) = 64+48+96=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #403060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403060 is #BFCF9F. Grayscale: #3A3A3A. Windows color (decimal): -12570528 or 6303808. OLE color: 6303808.

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

Color convert

RGB644896-
CMYK0.330.5000.62
HSL260º33.33%28.24%-
HSV(B)260º50%37.65%-
XYZ5.284.0511.57-
YUV58.26149.3132.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=30.77%
G=23.08%
B=46.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6448960.330.5000.6226033.3328.24
Hex403060213203E104211c
Octal1006014041620764044134
Binary10000001100001100000100001110010011111010000010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403060; }

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

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

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

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

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

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

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

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