#3F2556

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

Shades of Jagger #3F2556

Tints of Jagger #3F2556

Color information

#3F2556 (or 0x3F2556) is unknown color: approx Jagger. HEX triplet: 3F, 25 and 56. RGB value is (63,37,86). Sum of RGB (Red+Green+Blue) = 63+37+86=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F2556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2556 is #C0DAA9. Grayscale: #323232. Windows color (decimal): -12638890 or 5645631. OLE color: 5645631.

HSL color Cylindrical-coordinate representation of color #3F2556: hue angle of 271.84º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F2556 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB633786-
CMYK0.270.5700.66
HSL271.84º39.84%24.12%-
HSV(B)271.84º56.98%33.73%-
XYZ4.393.059.16-
YUV50.36148.11137.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=33.87%
G=19.89%
B=46.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6337860.270.5700.66271.8439.8424.12
Hex3F25561B390421102818
Octal7745126337101024205030
Binary1111111001011010110110111110010100001010001000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,86); }

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

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

 a { background-color: rgb(63,37,86); }

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

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

 span { border-color: rgb(63,37,86); }

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