#413759

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

Shades of Jacarta #413759

Tints of Jacarta #413759

Color information

#413759 (or 0x413759) is unknown color: approx Jacarta. HEX triplet: 41, 37 and 59. RGB value is (65,55,89). Sum of RGB (Red+Green+Blue) = 65+55+89=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #413759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413759 is #BEC8A6. Grayscale: #3D3D3D. Windows color (decimal): -12503207 or 5846849. OLE color: 5846849.

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

Color convert

RGB655589-
CMYK0.270.3800.65
HSL257.65º23.61%28.24%-
HSV(B)257.65º38.2%34.9%-
XYZ5.354.5810.05-
YUV61.87143.31130.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=31.10%
G=26.32%
B=42.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6555890.270.3800.65257.6523.6128.24
Hex4137591B26041102181c
Octal10167131334601014023034
Binary1000001110111101100111011100110010000011000000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413759; }

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

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

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

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

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

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

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

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