#3F274C

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

Shades of Jagger #3F274C

Tints of Jagger #3F274C

Color information

#3F274C (or 0x3F274C) is unknown color: approx Jagger. HEX triplet: 3F, 27 and 4C. RGB value is (63,39,76). Sum of RGB (Red+Green+Blue) = 63+39+76=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F274C is #C0D8B3. Grayscale: #323232. Windows color (decimal): -12638388 or 4990783. OLE color: 4990783.

HSL color Cylindrical-coordinate representation of color #3F274C: hue angle of 278.92º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F274C is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB633976-
CMYK0.170.4900.70
HSL278.92º32.17%22.55%-
HSV(B)278.92º48.68%29.8%-
XYZ4.083.037.21-
YUV50.39142.45136.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.39%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=35.39%
G=21.91%
B=42.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6339760.170.4900.70278.9232.1722.55
Hex3F274C11310461172017
Octal7747114216101064274027
Binary1111111001111001100100011100010100011010001011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,76); }

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

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

 a { background-color: rgb(63,39,76); }

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

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

 span { border-color: rgb(63,39,76); }

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