#3D315B

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

Shades of Jacarta #3D315B

Tints of Jacarta #3D315B

Color information

#3D315B (or 0x3D315B) is unknown color: approx Jacarta. HEX triplet: 3D, 31 and 5B. RGB value is (61,49,91). Sum of RGB (Red+Green+Blue) = 61+49+91=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D315B is #C2CEA4. Grayscale: #393939. Windows color (decimal): -12766885 or 5976381. OLE color: 5976381.

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

Color convert

RGB614991-
CMYK0.330.4600.64
HSL257.14º30%27.45%-
HSV(B)257.14º46.15%35.69%-
XYZ4.913.9410.4-
YUV57.38146.98130.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=30.35%
G=24.38%
B=45.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6149910.330.4600.64257.143027.45
Hex3D315B212E0401011e1b
Octal7561133415601004013633
Binary1111011100011011011100001101110010000001000000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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