#3A315F

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

Shades of Jacarta #3A315F

Tints of Jacarta #3A315F

Color information

#3A315F (or 0x3A315F) is unknown color: approx Jacarta. HEX triplet: 3A, 31 and 5F. RGB value is (58,49,95). Sum of RGB (Red+Green+Blue) = 58+49+95=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A315F is #C5CEA0. Grayscale: #383838. Windows color (decimal): -12963489 or 6238522. OLE color: 6238522.

HSL color Cylindrical-coordinate representation of color #3A315F: hue angle of 251.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A315F is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB584995-
CMYK0.390.4800.63
HSL251.74º31.94%28.24%-
HSV(B)251.74º48.42%37.25%-
XYZ4.913.9211.32-
YUV56.93149.48128.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.71%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 95 (37.5% from 255) = 47.03%
R=28.71%
G=24.26%
B=47.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5849950.390.4800.63251.7431.9428.24
Hex3A315F273003Ffc201c
Octal726113747600773744034
Binary111010110001101111110011111000001111111111110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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