#413459

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

Shades of Jacarta #413459

Tints of Jacarta #413459

Color information

#413459 (or 0x413459) is unknown color: approx Jacarta. HEX triplet: 41, 34 and 59. RGB value is (65,52,89). Sum of RGB (Red+Green+Blue) = 65+52+89=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #413459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413459 is #BECBA6. Grayscale: #3B3B3B. Windows color (decimal): -12503975 or 5846081. OLE color: 5846081.

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

Color convert

RGB655289-
CMYK0.270.4200.65
HSL261.08º26.24%27.65%-
HSV(B)261.08º41.57%34.9%-
XYZ5.214.310.01-
YUV60.1144.31131.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=31.55%
G=25.24%
B=43.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6552890.270.4200.65261.0826.2427.65
Hex4134591B2A0411051a1c
Octal10164131335201014053234
Binary1000001110100101100111011101010010000011000001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413459; }

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

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

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

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

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

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

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

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