#413956

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

Shades of Jacarta #413956

Tints of Jacarta #413956

Color information

#413956 (or 0x413956) is unknown color: approx Jacarta. HEX triplet: 41, 39 and 56. RGB value is (65,57,86). Sum of RGB (Red+Green+Blue) = 65+57+86=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #413956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413956 is #BEC6A9. Grayscale: #3E3E3E. Windows color (decimal): -12502698 or 5650753. OLE color: 5650753.

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

Color convert

RGB655786-
CMYK0.240.3400.66
HSL256.55º20.28%28.04%-
HSV(B)256.55º33.72%33.73%-
XYZ5.324.729.43-
YUV62.7141.15129.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=31.25%
G=27.40%
B=41.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6557860.240.3400.66256.5520.2828.04
Hex4139561822042101141c
Octal10171126304201024012434
Binary1000001111001101011011000100010010000101000000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413956; }

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

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

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

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

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

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

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

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