#3E3161

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

Shades of Jacarta #3E3161

Tints of Jacarta #3E3161

Color information

#3E3161 (or 0x3E3161) is unknown color: approx Jacarta. HEX triplet: 3E, 31 and 61. RGB value is (62,49,97). Sum of RGB (Red+Green+Blue) = 62+49+97=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3161 is #C1CE9E. Grayscale: #3A3A3A. Windows color (decimal): -12701343 or 6369598. OLE color: 6369598.

HSL color Cylindrical-coordinate representation of color #3E3161: hue angle of 256.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E3161 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB624997-
CMYK0.360.4900.62
HSL256.25º32.88%28.63%-
HSV(B)256.25º49.48%38.04%-
XYZ5.244.0811.82-
YUV58.36149.81130.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=29.81%
G=23.56%
B=46.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6249970.360.4900.62256.2532.8828.63
Hex3E3161243103E100211d
Octal766114144610764004135
Binary1111101100011100001100100110001011111010000000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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