#392C5D

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

Shades of Jacarta #392C5D

Tints of Jacarta #392C5D

Color information

#392C5D (or 0x392C5D) is unknown color: approx Jacarta. HEX triplet: 39, 2C and 5D. RGB value is (57,44,93). Sum of RGB (Red+Green+Blue) = 57+44+93=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #392C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C5D is #C6D3A2. Grayscale: #353535. Windows color (decimal): -13030307 or 6106169. OLE color: 6106169.

HSL color Cylindrical-coordinate representation of color #392C5D: hue angle of 255.92º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392C5D is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB574493-
CMYK0.390.5300.64
HSL255.92º35.77%26.86%-
HSV(B)255.92º52.69%36.47%-
XYZ4.563.4610.78-
YUV53.47150.31130.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=29.38%
G=22.68%
B=47.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5744930.390.5300.64255.9235.7726.86
Hex392C5D2735040100241b
Octal7154135476501004004433
Binary11100110110010111011001111101010100000010000000010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392C5D; }

 p { color: rgb(57,44,93); }

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

<style>
 a { background-color: #392C5D; }

 a { background-color: rgb(57,44,93); }

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

<style>
 span { border-color: #392C5D; }

 span { border-color: rgb(57,44,93); }

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