#3F2047

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

Shades of Jagger #3F2047

Tints of Jagger #3F2047

Color information

#3F2047 (or 0x3F2047) is unknown color: approx Jagger. HEX triplet: 3F, 20 and 47. RGB value is (63,32,71). Sum of RGB (Red+Green+Blue) = 63+32+71=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F2047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2047 is #C0DFB8. Grayscale: #2D2D2D. Windows color (decimal): -12640185 or 4661311. OLE color: 4661311.

HSL color Cylindrical-coordinate representation of color #3F2047: hue angle of 287.69º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F2047 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB633271-
CMYK0.110.5500.72
HSL287.69º37.86%20.2%-
HSV(B)287.69º54.93%27.84%-
XYZ3.72.546.26-
YUV45.72142.27140.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 71 (28.12% from 255) = 42.77%
R=37.95%
G=19.28%
B=42.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6332710.110.5500.72287.6937.8620.2
Hex3F2047B370481202614
Octal7740107136701104404624
Binary111111100000100011110111101110100100010010000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,71); }

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

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

 a { background-color: rgb(63,32,71); }

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

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

 span { border-color: rgb(63,32,71); }

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