#3C2155

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

Shades of Jagger #3C2155

Tints of Jagger #3C2155

Color information

#3C2155 (or 0x3C2155) is unknown color: approx Jagger. HEX triplet: 3C, 21 and 55. RGB value is (60,33,85). Sum of RGB (Red+Green+Blue) = 60+33+85=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C2155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2155 is #C3DEAA. Grayscale: #2E2E2E. Windows color (decimal): -12836523 or 5579068. OLE color: 5579068.

HSL color Cylindrical-coordinate representation of color #3C2155: hue angle of 271.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C2155 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB603385-
CMYK0.290.6100.67
HSL271.15º44.07%23.14%-
HSV(B)271.15º61.18%33.33%-
XYZ4.052.78.9-
YUV47149.45137.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=33.71%
G=18.54%
B=47.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6033850.290.6100.67271.1544.0723.14
Hex3C21551D3D04310f2c17
Octal7441125357501034175427
Binary1111001000011010101111011111010100001110000111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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