#3C315F

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

Shades of Jacarta #3C315F

Tints of Jacarta #3C315F

Color information

#3C315F (or 0x3C315F) is unknown color: approx Jacarta. HEX triplet: 3C, 31 and 5F. RGB value is (60,49,95). Sum of RGB (Red+Green+Blue) = 60+49+95=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C315F is #C3CEA0. Grayscale: #393939. Windows color (decimal): -12832417 or 6238524. OLE color: 6238524.

HSL color Cylindrical-coordinate representation of color #3C315F: hue angle of 254.35º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C315F is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB604995-
CMYK0.370.4800.63
HSL254.35º31.94%28.24%-
HSV(B)254.35º48.42%37.25%-
XYZ5.033.9811.33-
YUV57.53149.14129.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.41%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=29.41%
G=24.02%
B=46.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6049950.370.4800.63254.3531.9428.24
Hex3C315F253003Ffe201c
Octal746113745600773764034
Binary111100110001101111110010111000001111111111111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,95); }

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

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

 a { background-color: rgb(60,49,95); }

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

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

 span { border-color: rgb(60,49,95); }

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