#403555

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

Shades of Jacarta #403555

Tints of Jacarta #403555

Color information

#403555 (or 0x403555) is unknown color: approx Jacarta. HEX triplet: 40, 35 and 55. RGB value is (64,53,85). Sum of RGB (Red+Green+Blue) = 64+53+85=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #403555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403555 is #BFCAAA. Grayscale: #3B3B3B. Windows color (decimal): -12569259 or 5584192. OLE color: 5584192.

HSL color Cylindrical-coordinate representation of color #403555: hue angle of 260.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #403555 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB645385-
CMYK0.250.3800.67
HSL260.62º23.19%27.06%-
HSV(B)260.62º37.65%33.33%-
XYZ5.034.299.16-
YUV59.94142.14130.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=31.68%
G=26.24%
B=42.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6453850.250.3800.67260.6223.1927.06
Hex4035551926043105171b
Octal10065125314601034052733
Binary1000000110101101010111001100110010000111000001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403555; }

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

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

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

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

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

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

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

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