#3E325F

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

Shades of Jacarta #3E325F

Tints of Jacarta #3E325F

Color information

#3E325F (or 0x3E325F) is unknown color: approx Jacarta. HEX triplet: 3E, 32 and 5F. RGB value is (62,50,95). Sum of RGB (Red+Green+Blue) = 62+50+95=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E325F is #C1CDA0. Grayscale: #3A3A3A. Windows color (decimal): -12701089 or 6238782. OLE color: 6238782.

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

Color convert

RGB625095-
CMYK0.350.4700.63
HSL256º31.03%28.43%-
HSV(B)256º47.37%37.25%-
XYZ5.194.1311.35-
YUV58.72148.48130.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 95 (37.5% from 255) = 45.89%
R=29.95%
G=24.15%
B=45.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6250950.350.4700.6325631.0328.43
Hex3E325F232F03F1001f1c
Octal766213743570774003734
Binary111110110010101111110001110111101111111000000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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