#413959

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

Shades of Jacarta #413959

Tints of Jacarta #413959

Color information

#413959 (or 0x413959) is unknown color: approx Jacarta. HEX triplet: 41, 39 and 59. RGB value is (65,57,89). Sum of RGB (Red+Green+Blue) = 65+57+89=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #413959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413959 is #BEC6A6. Grayscale: #3E3E3E. Windows color (decimal): -12502695 or 5847361. OLE color: 5847361.

HSL color Cylindrical-coordinate representation of color #413959: hue angle of 255º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413959 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB655789-
CMYK0.270.3600.65
HSL255º21.92%28.63%-
HSV(B)255º35.96%34.9%-
XYZ5.454.7710.09-
YUV63.04142.65129.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=30.81%
G=27.01%
B=42.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6557890.270.3600.6525521.9228.63
Hex4139591B24041ff161d
Octal10171131334401013772635
Binary100000111100110110011101110010001000001111111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413959; }

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

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

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

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

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

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

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

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