#413656

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

Shades of Jacarta #413656

Tints of Jacarta #413656

Color information

#413656 (or 0x413656) is unknown color: approx Jacarta. HEX triplet: 41, 36 and 56. RGB value is (65,54,86). Sum of RGB (Red+Green+Blue) = 65+54+86=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #413656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413656 is #BEC9A9. Grayscale: #3C3C3C. Windows color (decimal): -12503466 or 5649985. OLE color: 5649985.

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

Color convert

RGB655486-
CMYK0.240.3700.66
HSL260.62º22.86%27.45%-
HSV(B)260.62º37.21%33.73%-
XYZ5.184.439.39-
YUV60.94142.14130.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=31.71%
G=26.34%
B=41.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6554860.240.3700.66260.6222.8627.45
Hex4136561825042105171b
Octal10166126304501024052733
Binary1000001110110101011011000100101010000101000001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413656; }

 p { color: rgb(65,54,86); }

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

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

 a { background-color: rgb(65,54,86); }

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

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

 span { border-color: rgb(65,54,86); }

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