#3A315B

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

Shades of Jacarta #3A315B

Tints of Jacarta #3A315B

Color information

#3A315B (or 0x3A315B) is unknown color: approx Jacarta. HEX triplet: 3A, 31 and 5B. RGB value is (58,49,91). Sum of RGB (Red+Green+Blue) = 58+49+91=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A315B is #C5CEA4. Grayscale: #383838. Windows color (decimal): -12963493 or 5976378. OLE color: 5976378.

HSL color Cylindrical-coordinate representation of color #3A315B: hue angle of 252.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A315B is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB584991-
CMYK0.360.4600.64
HSL252.86º30%27.45%-
HSV(B)252.86º46.15%35.69%-
XYZ4.733.8510.39-
YUV56.48147.48129.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=29.29%
G=24.75%
B=45.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5849910.360.4600.64252.863027.45
Hex3A315B242E040fd1e1b
Octal7261133445601003753633
Binary111010110001101101110010010111001000000111111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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