#413756

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

Shades of Jacarta #413756

Tints of Jacarta #413756

Color information

#413756 (or 0x413756) is unknown color: approx Jacarta. HEX triplet: 41, 37 and 56. RGB value is (65,55,86). Sum of RGB (Red+Green+Blue) = 65+55+86=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #413756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413756 is #BEC8A9. Grayscale: #3D3D3D. Windows color (decimal): -12503210 or 5650241. OLE color: 5650241.

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

Color convert

RGB655586-
CMYK0.240.3600.66
HSL259.35º21.99%27.65%-
HSV(B)259.35º36.05%33.73%-
XYZ5.234.539.4-
YUV61.52141.81130.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=31.55%
G=26.70%
B=41.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6555860.240.3600.66259.3521.9927.65
Hex4137561824042103161c
Octal10167126304401024032634
Binary1000001110111101011011000100100010000101000000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413756; }

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

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

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

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

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

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

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

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