#3F2549

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

Shades of Jagger #3F2549

Tints of Jagger #3F2549

Color information

#3F2549 (or 0x3F2549) is unknown color: approx Jagger. HEX triplet: 3F, 25 and 49. RGB value is (63,37,73). Sum of RGB (Red+Green+Blue) = 63+37+73=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F2549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2549 is #C0DAB6. Grayscale: #303030. Windows color (decimal): -12638903 or 4793663. OLE color: 4793663.

HSL color Cylindrical-coordinate representation of color #3F2549: hue angle of 283.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F2549 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB633773-
CMYK0.140.4900.71
HSL283.33º32.73%21.57%-
HSV(B)283.33º49.32%28.63%-
XYZ3.912.866.65-
YUV48.88141.61138.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.42%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 73 (28.91% from 255) = 42.20%
R=36.42%
G=21.39%
B=42.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6337730.140.4900.71283.3332.7321.57
Hex3F2549E3104711b2116
Octal7745111166101074334126
Binary111111100101100100111101100010100011110001101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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