#413659

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

Shades of Jacarta #413659

Tints of Jacarta #413659

Color information

#413659 (or 0x413659) is unknown color: approx Jacarta. HEX triplet: 41, 36 and 59. RGB value is (65,54,89). Sum of RGB (Red+Green+Blue) = 65+54+89=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #413659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413659 is #BEC9A6. Grayscale: #3D3D3D. Windows color (decimal): -12503463 or 5846593. OLE color: 5846593.

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

Color convert

RGB655489-
CMYK0.270.3900.65
HSL258.86º24.48%28.04%-
HSV(B)258.86º39.33%34.9%-
XYZ5.34.4810.04-
YUV61.28143.64130.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=31.25%
G=25.96%
B=42.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6554890.270.3900.65258.8624.4828.04
Hex4136591B27041103181c
Octal10166131334701014033034
Binary1000001110110101100111011100111010000011000000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413659; }

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

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

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

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

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

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

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

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