#3E2C5F

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

Shades of Jacarta #3E2C5F

Tints of Jacarta #3E2C5F

Color information

#3E2C5F (or 0x3E2C5F) is unknown color: approx Jacarta. HEX triplet: 3E, 2C and 5F. RGB value is (62,44,95). Sum of RGB (Red+Green+Blue) = 62+44+95=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E2C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2C5F is #C1D3A0. Grayscale: #373737. Windows color (decimal): -12702625 or 6237246. OLE color: 6237246.

HSL color Cylindrical-coordinate representation of color #3E2C5F: hue angle of 261.18º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E2C5F is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB624495-
CMYK0.350.5400.63
HSL261.18º36.69%27.25%-
HSV(B)261.18º53.68%37.25%-
XYZ4.953.6511.27-
YUV55.2150.46132.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.85%
GREEN value IS 44 (17.58% from 255) = 21.89%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=30.85%
G=21.89%
B=47.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6244950.350.5400.63261.1836.6927.25
Hex3E2C5F233603F105251b
Octal765413743660774054533
Binary1111101011001011111100011110110011111110000010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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