#3F2C54

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

Shades of Jagger #3F2C54

Tints of Jagger #3F2C54

Color information

#3F2C54 (or 0x3F2C54) is unknown color: approx Jagger. HEX triplet: 3F, 2C and 54. RGB value is (63,44,84). Sum of RGB (Red+Green+Blue) = 63+44+84=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F2C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C54 is #C0D3AB. Grayscale: #363636. Windows color (decimal): -12637100 or 5516351. OLE color: 5516351.

HSL color Cylindrical-coordinate representation of color #3F2C54: hue angle of 268.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F2C54 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB634484-
CMYK0.250.4800.67
HSL268.5º31.25%25.1%-
HSV(B)268.5º47.62%32.94%-
XYZ4.553.58.82-
YUV54.24144.79134.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=32.98%
G=23.04%
B=43.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6344840.250.4800.67268.531.2525.1
Hex3F2C54193004310c1f19
Octal7754124316001034143731
Binary111111101100101010011001110000010000111000011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,84); }

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

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

 a { background-color: rgb(63,44,84); }

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

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

 span { border-color: rgb(63,44,84); }

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