#3D315D

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

Shades of Jacarta #3D315D

Tints of Jacarta #3D315D

Color information

#3D315D (or 0x3D315D) is unknown color: approx Jacarta. HEX triplet: 3D, 31 and 5D. RGB value is (61,49,93). Sum of RGB (Red+Green+Blue) = 61+49+93=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D315D is #C2CEA2. Grayscale: #393939. Windows color (decimal): -12766883 or 6107453. OLE color: 6107453.

HSL color Cylindrical-coordinate representation of color #3D315D: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D315D is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB614993-
CMYK0.340.4700.64
HSL256.36º30.99%27.84%-
HSV(B)256.36º47.31%36.47%-
XYZ53.9810.86-
YUV57.6147.98130.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=30.05%
G=24.14%
B=45.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6149930.340.4700.64256.3630.9927.84
Hex3D315D222F0401001f1c
Octal7561135425701004003734
Binary1111011100011011101100010101111010000001000000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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