#3E315B

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

Shades of Jacarta #3E315B

Tints of Jacarta #3E315B

Color information

#3E315B (or 0x3E315B) is unknown color: approx Jacarta. HEX triplet: 3E, 31 and 5B. RGB value is (62,49,91). Sum of RGB (Red+Green+Blue) = 62+49+91=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E315B is #C1CEA4. Grayscale: #393939. Windows color (decimal): -12701349 or 5976382. OLE color: 5976382.

HSL color Cylindrical-coordinate representation of color #3E315B: hue angle of 258.57º 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 #3E315B is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB624991-
CMYK0.320.4600.64
HSL258.57º30%27.45%-
HSV(B)258.57º46.15%35.69%-
XYZ4.973.9810.4-
YUV57.68146.81131.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=30.69%
G=24.26%
B=45.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6249910.320.4600.64258.573027.45
Hex3E315B202E0401031e1b
Octal7661133405601004033633
Binary1111101100011011011100000101110010000001000000111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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