#3B315C

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

Shades of Jacarta #3B315C

Tints of Jacarta #3B315C

Color information

#3B315C (or 0x3B315C) is unknown color: approx Jacarta. HEX triplet: 3B, 31 and 5C. RGB value is (59,49,92). Sum of RGB (Red+Green+Blue) = 59+49+92=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B315C is #C4CEA3. Grayscale: #383838. Windows color (decimal): -12897956 or 6041915. OLE color: 6041915.

HSL color Cylindrical-coordinate representation of color #3B315C: hue angle of 253.95º degrees, saturation: 0.3, 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 #3B315C is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB594992-
CMYK0.360.4700.64
HSL253.95º30.5%27.65%-
HSV(B)253.95º46.74%36.08%-
XYZ4.833.910.62-
YUV56.89147.81129.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=29.5%
G=24.5%
B=46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5949920.360.4700.64253.9530.527.65
Hex3B315C242F040fe1e1c
Octal7361134445701003763634
Binary111011110001101110010010010111101000000111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,92); }

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

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

 a { background-color: rgb(59,49,92); }

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

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

 span { border-color: rgb(59,49,92); }

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