#3C2147

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

Shades of Jagger #3C2147

Tints of Jagger #3C2147

Color information

#3C2147 (or 0x3C2147) is unknown color: approx Jagger. HEX triplet: 3C, 21 and 47. RGB value is (60,33,71). Sum of RGB (Red+Green+Blue) = 60+33+71=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C2147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2147 is #C3DEB8. Grayscale: #2D2D2D. Windows color (decimal): -12836537 or 4661564. OLE color: 4661564.

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

Color convert

RGB603371-
CMYK0.150.5400.72
HSL282.63º36.54%20.39%-
HSV(B)282.63º53.52%27.84%-
XYZ3.542.56.26-
YUV45.4142.45138.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.59%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=36.59%
G=20.12%
B=43.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6033710.150.5400.72282.6336.5420.39
Hex3C2147F3604811b2514
Octal7441107176601104334524
Binary111100100001100011111111101100100100010001101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,71); }

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

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

 a { background-color: rgb(60,33,71); }

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

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

 span { border-color: rgb(60,33,71); }

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