#3C2548

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

Shades of Jagger #3C2548

Tints of Jagger #3C2548

Color information

#3C2548 (or 0x3C2548) is unknown color: approx Jagger. HEX triplet: 3C, 25 and 48. RGB value is (60,37,72). Sum of RGB (Red+Green+Blue) = 60+37+72=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2548 is #C3DAB7. Grayscale: #2F2F2F. Windows color (decimal): -12835512 or 4728124. OLE color: 4728124.

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

Color convert

RGB603772-
CMYK0.170.4900.72
HSL279.43º32.11%21.37%-
HSV(B)279.43º48.61%28.24%-
XYZ3.692.756.47-
YUV47.87141.62136.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.50%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=35.50%
G=21.89%
B=42.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6037720.170.4900.72279.4332.1121.37
Hex3C254811310481172015
Octal7445110216101104274025
Binary1111001001011001000100011100010100100010001011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,72); }

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

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

 a { background-color: rgb(60,37,72); }

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

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

 span { border-color: rgb(60,37,72); }

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