#39315A

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

Shades of Jacarta #39315A

Tints of Jacarta #39315A

Color information

#39315A (or 0x39315A) is unknown color: approx Jacarta. HEX triplet: 39, 31 and 5A. RGB value is (57,49,90). Sum of RGB (Red+Green+Blue) = 57+49+90=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #39315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39315A is #C6CEA5. Grayscale: #373737. Windows color (decimal): -13029030 or 5910841. OLE color: 5910841.

HSL color Cylindrical-coordinate representation of color #39315A: hue angle of 251.71º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39315A is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB574990-
CMYK0.370.4600.65
HSL251.71º29.5%27.25%-
HSV(B)251.71º45.56%35.29%-
XYZ4.633.810.16-
YUV56.07147.15128.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=29.08%
G=25%
B=45.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5749900.370.4600.65251.7129.527.25
Hex39315A252E041fc1d1b
Octal7161132455601013743533
Binary111001110001101101010010110111001000001111111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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