#39325C

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

Shades of Jacarta #39325C

Tints of Jacarta #39325C

Color information

#39325C (or 0x39325C) is unknown color: approx Jacarta. HEX triplet: 39, 32 and 5C. RGB value is (57,50,92). Sum of RGB (Red+Green+Blue) = 57+50+92=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #39325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39325C is #C6CDA3. Grayscale: #383838. Windows color (decimal): -13028772 or 6042169. OLE color: 6042169.

HSL color Cylindrical-coordinate representation of color #39325C: hue angle of 250º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39325C is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB575092-
CMYK0.380.4600.64
HSL250º29.58%27.84%-
HSV(B)250º45.65%36.08%-
XYZ4.763.9210.63-
YUV56.88147.82128.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=28.64%
G=25.13%
B=46.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5750920.380.4600.6425029.5827.84
Hex39325C262E040fa1e1c
Octal7162134465601003723634
Binary111001110010101110010011010111001000000111110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39325C; }

 p { color: rgb(57,50,92); }

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

<style>
 a { background-color: #39325C; }

 a { background-color: rgb(57,50,92); }

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

<style>
 span { border-color: #39325C; }

 span { border-color: rgb(57,50,92); }

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