#413B59

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

Shades of Jacarta #413B59

Tints of Jacarta #413B59

Color information

#413B59 (or 0x413B59) is unknown color: approx Jacarta. HEX triplet: 41, 3B and 59. RGB value is (65,59,89). Sum of RGB (Red+Green+Blue) = 65+59+89=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #413B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B59 is #BEC4A6. Grayscale: #404040. Windows color (decimal): -12502183 or 5847873. OLE color: 5847873.

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

Color convert

RGB655989-
CMYK0.270.3400.65
HSL252º20.27%29.02%-
HSV(B)252º33.71%34.9%-
XYZ5.554.9710.12-
YUV64.21141.99128.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=30.52%
G=27.70%
B=41.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6559890.270.3400.6525220.2729.02
Hex413B591B22041fc141d
Octal10173131334201013742435
Binary100000111101110110011101110001001000001111111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413B59; }

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

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

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

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

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

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

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

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