#3E2C61

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

Shades of Jacarta #3E2C61

Tints of Jacarta #3E2C61

Color information

#3E2C61 (or 0x3E2C61) is unknown color: approx Jacarta. HEX triplet: 3E, 2C and 61. RGB value is (62,44,97). Sum of RGB (Red+Green+Blue) = 62+44+97=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E2C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C61 is #C1D39E. Grayscale: #373737. Windows color (decimal): -12702623 or 6368318. OLE color: 6368318.

HSL color Cylindrical-coordinate representation of color #3E2C61: hue angle of 260.38º 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 #3E2C61 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB624497-
CMYK0.360.5500.62
HSL260.38º37.59%27.65%-
HSV(B)260.38º54.64%38.04%-
XYZ5.043.6911.76-
YUV55.42151.46132.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=30.54%
G=21.67%
B=47.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6244970.360.5500.62260.3837.5927.65
Hex3E2C61243703E104261c
Octal765414144670764044634
Binary1111101011001100001100100110111011111010000010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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