#3E3160

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

Shades of Jacarta #3E3160

Tints of Jacarta #3E3160

Color information

#3E3160 (or 0x3E3160) is unknown color: approx Jacarta. HEX triplet: 3E, 31 and 60. RGB value is (62,49,96). Sum of RGB (Red+Green+Blue) = 62+49+96=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3160 is #C1CE9F. Grayscale: #3A3A3A. Windows color (decimal): -12701344 or 6304062. OLE color: 6304062.

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

Color convert

RGB624996-
CMYK0.350.4900.62
HSL256.6º32.41%28.43%-
HSV(B)256.6º48.96%37.65%-
XYZ5.24.0711.58-
YUV58.24149.31130.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=29.95%
G=23.67%
B=46.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6249960.350.4900.62256.632.4128.43
Hex3E3160233103E101201c
Octal766114043610764014034
Binary1111101100011100000100011110001011111010000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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