#3C3147

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

Shades of Jagger #3C3147

Tints of Jagger #3C3147

Color information

#3C3147 (or 0x3C3147) is unknown color: approx Jagger. HEX triplet: 3C, 31 and 47. RGB value is (60,49,71). Sum of RGB (Red+Green+Blue) = 60+49+71=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C3147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3147 is #C3CEB8. Grayscale: #363636. Windows color (decimal): -12832441 or 4665660. OLE color: 4665660.

HSL color Cylindrical-coordinate representation of color #3C3147: hue angle of 270º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C3147 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB604971-
CMYK0.150.3100.72
HSL270º18.33%23.53%-
HSV(B)270º30.99%27.84%-
XYZ4.13.616.44-
YUV54.8137.14131.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=33.33%
G=27.22%
B=39.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6049710.150.3100.7227018.3323.53
Hex3C3147F1F04810e1218
Octal7461107173701104162230
Binary1111001100011000111111111111010010001000011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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