#413559

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

Shades of Jacarta #413559

Tints of Jacarta #413559

Color information

#413559 (or 0x413559) is unknown color: approx Jacarta. HEX triplet: 41, 35 and 59. RGB value is (65,53,89). Sum of RGB (Red+Green+Blue) = 65+53+89=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #413559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413559 is #BECAA6. Grayscale: #3C3C3C. Windows color (decimal): -12503719 or 5846337. OLE color: 5846337.

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

Color convert

RGB655389-
CMYK0.270.4000.65
HSL260º25.35%27.84%-
HSV(B)260º40.45%34.9%-
XYZ5.264.3910.02-
YUV60.69143.98131.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=31.40%
G=25.60%
B=43.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6553890.270.4000.6526025.3527.84
Hex4135591B28041104191c
Octal10165131335001014043134
Binary1000001110101101100111011101000010000011000001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413559; }

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

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

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

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

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

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

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

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