#3A3159

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

Shades of Jacarta #3A3159

Tints of Jacarta #3A3159

Color information

#3A3159 (or 0x3A3159) is unknown color: approx Jacarta. HEX triplet: 3A, 31 and 59. RGB value is (58,49,89). Sum of RGB (Red+Green+Blue) = 58+49+89=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A3159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3159 is #C5CEA6. Grayscale: #383838. Windows color (decimal): -12963495 or 5845306. OLE color: 5845306.

HSL color Cylindrical-coordinate representation of color #3A3159: hue angle of 253.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 #3A3159 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB584989-
CMYK0.350.4500.65
HSL253.5º28.99%27.06%-
HSV(B)253.5º44.94%34.9%-
XYZ4.653.829.94-
YUV56.25146.48129.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=29.59%
G=25%
B=45.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5849890.350.4500.65253.528.9927.06
Hex3A3159232D041fe1d1b
Octal7261131435501013763533
Binary111010110001101100110001110110101000001111111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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