#3C274C

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

Shades of Jagger #3C274C

Tints of Jagger #3C274C

Color information

#3C274C (or 0x3C274C) is unknown color: approx Jagger. HEX triplet: 3C, 27 and 4C. RGB value is (60,39,76). Sum of RGB (Red+Green+Blue) = 60+39+76=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C274C is #C3D8B3. Grayscale: #313131. Windows color (decimal): -12834996 or 4990780. OLE color: 4990780.

HSL color Cylindrical-coordinate representation of color #3C274C: hue angle of 274.05º 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 #3C274C is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB603976-
CMYK0.210.4900.70
HSL274.05º32.17%22.55%-
HSV(B)274.05º48.68%29.8%-
XYZ3.892.937.2-
YUV49.5142.96135.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=34.29%
G=22.29%
B=43.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6039760.210.4900.70274.0532.1722.55
Hex3C274C15310461122017
Octal7447114256101064224027
Binary1111001001111001100101011100010100011010001001010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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