#3D3157

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

Shades of Jacarta #3D3157

Tints of Jacarta #3D3157

Color information

#3D3157 (or 0x3D3157) is unknown color: approx Jacarta. HEX triplet: 3D, 31 and 57. RGB value is (61,49,87). Sum of RGB (Red+Green+Blue) = 61+49+87=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D3157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3157 is #C2CEA8. Grayscale: #383838. Windows color (decimal): -12766889 or 5714237. OLE color: 5714237.

HSL color Cylindrical-coordinate representation of color #3D3157: hue angle of 258.95º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D3157 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB614987-
CMYK0.300.4400.66
HSL258.95º27.94%26.67%-
HSV(B)258.95º43.68%34.12%-
XYZ4.743.889.52-
YUV56.92144.98130.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=30.96%
G=24.87%
B=44.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6149870.300.4400.66258.9527.9426.67
Hex3D31571E2C0421031c1b
Octal7561127365401024033433
Binary111101110001101011111110101100010000101000000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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