#403661

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

Shades of Jacarta #403661

Tints of Jacarta #403661

Color information

#403661 (or 0x403661) is unknown color: approx Jacarta. HEX triplet: 40, 36 and 61. RGB value is (64,54,97). Sum of RGB (Red+Green+Blue) = 64+54+97=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #403661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403661 is #BFC99E. Grayscale: #3D3D3D. Windows color (decimal): -12568991 or 6370880. OLE color: 6370880.

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

Color convert

RGB645497-
CMYK0.340.4400.62
HSL253.95º28.48%29.61%-
HSV(B)253.95º44.33%38.04%-
XYZ5.594.5911.9-
YUV61.89147.81129.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=29.77%
G=25.12%
B=45.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6454970.340.4400.62253.9528.4829.61
Hex403661222C03Efe1c1e
Octal1006614142540763763436
Binary100000011011011000011000101011000111110111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403661; }

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

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

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

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

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

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

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

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