#403560

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

Shades of Jacarta #403560

Tints of Jacarta #403560

Color information

#403560 (or 0x403560) is unknown color: approx Jacarta. HEX triplet: 40, 35 and 60. RGB value is (64,53,96). Sum of RGB (Red+Green+Blue) = 64+53+96=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #403560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403560 is #BFCA9F. Grayscale: #3D3D3D. Windows color (decimal): -12569248 or 6305088. OLE color: 6305088.

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

Color convert

RGB645396-
CMYK0.330.4500.62
HSL255.35º28.86%29.22%-
HSV(B)255.35º44.79%37.65%-
XYZ5.54.4811.64-
YUV61.19147.64130-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=30.05%
G=24.88%
B=45.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6453960.330.4500.62255.3528.8629.22
Hex403560212D03Eff1d1d
Octal1006514041550763773535
Binary100000011010111000001000011011010111110111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403560; }

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

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

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

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

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

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

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

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