#3C2055

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

Shades of Jagger #3C2055

Tints of Jagger #3C2055

Color information

#3C2055 (or 0x3C2055) is unknown color: approx Jagger. HEX triplet: 3C, 20 and 55. RGB value is (60,32,85). Sum of RGB (Red+Green+Blue) = 60+32+85=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C2055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2055 is #C3DFAA. Grayscale: #2E2E2E. Windows color (decimal): -12836779 or 5578812. OLE color: 5578812.

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

Color convert

RGB603285-
CMYK0.290.6200.67
HSL271.7º45.3%22.94%-
HSV(B)271.7º62.35%33.33%-
XYZ4.022.658.89-
YUV46.41149.78137.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=33.90%
G=18.08%
B=48.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6032850.290.6200.67271.745.322.94
Hex3C20551D3E0431102d17
Octal7440125357601034205527
Binary1111001000001010101111011111100100001110001000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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