#3D2C61

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

Shades of Jacarta #3D2C61

Tints of Jacarta #3D2C61

Color information

#3D2C61 (or 0x3D2C61) is unknown color: approx Jacarta. HEX triplet: 3D, 2C and 61. RGB value is (61,44,97). Sum of RGB (Red+Green+Blue) = 61+44+97=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #3D2C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2C61 is #C2D39E. Grayscale: #363636. Windows color (decimal): -12768159 or 6368317. OLE color: 6368317.

HSL color Cylindrical-coordinate representation of color #3D2C61: hue angle of 259.25º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D2C61 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB614497-
CMYK0.370.5500.62
HSL259.25º37.59%27.65%-
HSV(B)259.25º54.64%38.04%-
XYZ4.983.6611.75-
YUV55.12151.63132.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=30.20%
G=21.78%
B=48.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6144970.370.5500.62259.2537.5927.65
Hex3D2C61253703E103261c
Octal755414145670764034634
Binary1111011011001100001100101110111011111010000001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,44,97); }

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

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

 a { background-color: rgb(61,44,97); }

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

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

 span { border-color: rgb(61,44,97); }

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