#39315D

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

Shades of Jacarta #39315D

Tints of Jacarta #39315D

Color information

#39315D (or 0x39315D) is unknown color: approx Jacarta. HEX triplet: 39, 31 and 5D. RGB value is (57,49,93). Sum of RGB (Red+Green+Blue) = 57+49+93=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #39315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39315D is #C6CEA2. Grayscale: #383838. Windows color (decimal): -13029027 or 6107449. OLE color: 6107449.

HSL color Cylindrical-coordinate representation of color #39315D: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39315D is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB574993-
CMYK0.390.4700.64
HSL250.91º30.99%27.84%-
HSV(B)250.91º47.31%36.47%-
XYZ4.763.8610.85-
YUV56.41148.65128.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=28.64%
G=24.62%
B=46.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5749930.390.4700.64250.9130.9927.84
Hex39315D272F040fb1f1c
Octal7161135475701003733734
Binary111001110001101110110011110111101000000111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39315D; }

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

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

<style>
 a { background-color: #39315D; }

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

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

<style>
 span { border-color: #39315D; }

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

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