#3E3159

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

Shades of Jacarta #3E3159

Tints of Jacarta #3E3159

Color information

#3E3159 (or 0x3E3159) is unknown color: approx Jacarta. HEX triplet: 3E, 31 and 59. RGB value is (62,49,89). Sum of RGB (Red+Green+Blue) = 62+49+89=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E3159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3159 is #C1CEA6. Grayscale: #393939. Windows color (decimal): -12701351 or 5845310. OLE color: 5845310.

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

Color convert

RGB624989-
CMYK0.300.4500.65
HSL259.5º28.99%27.06%-
HSV(B)259.5º44.94%34.9%-
XYZ4.893.949.95-
YUV57.45145.81131.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=31%
G=24.5%
B=44.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6249890.300.4500.65259.528.9927.06
Hex3E31591E2D0411041d1b
Octal7661131365501014043533
Binary111110110001101100111110101101010000011000001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3159; }

 p { color: rgb(62,49,89); }

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

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

 a { background-color: rgb(62,49,89); }

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

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

 span { border-color: rgb(62,49,89); }

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