#403561

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

Shades of Jacarta #403561

Tints of Jacarta #403561

Color information

#403561 (or 0x403561) is unknown color: approx Jacarta. HEX triplet: 40, 35 and 61. RGB value is (64,53,97). Sum of RGB (Red+Green+Blue) = 64+53+97=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #403561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403561 is #BFCA9E. Grayscale: #3D3D3D. Windows color (decimal): -12569247 or 6370624. OLE color: 6370624.

HSL color Cylindrical-coordinate representation of color #403561: hue angle of 255º 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 #403561 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB645397-
CMYK0.340.4500.62
HSL255º29.33%29.41%-
HSV(B)255º45.36%38.04%-
XYZ5.554.511.89-
YUV61.3148.14129.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=29.91%
G=24.77%
B=45.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6453970.340.4500.6225529.3329.41
Hex403561222D03Eff1d1d
Octal1006514142550763773535
Binary100000011010111000011000101011010111110111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403561; }

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

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

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

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

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

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

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

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