#3c315b

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

Shades of Jacarta #3C315B

Tints of Jacarta #3C315B

Color information

#3C315B (or 0x3C315B) is unknown color: approx Jacarta. HEX triplet: 3C, 31 and 5B. RGB value is (60,49,91). Sum of RGB (Red+Green+Blue) = 60+49+91=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C315B is #C3CEA4. Grayscale: #383838. Windows color (decimal): -12832421 or 5976380. OLE color: 5976380.

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

Color convert

RGB604991-
CMYK0.340.4600.64
HSL255.71º30%27.45%-
HSV(B)255.71º46.15%35.69%-
XYZ4.853.9110.4-
YUV57.08147.14130.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=30%
G=24.5%
B=45.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6049910.340.4600.64255.713027.45
Hex3C315B222E0401001e1b
Octal7461133425601004003633
Binary1111001100011011011100010101110010000001000000001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c315b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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