#3C2550

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

Shades of Jagger #3C2550

Tints of Jagger #3C2550

Color information

#3C2550 (or 0x3C2550) is unknown color: approx Jagger. HEX triplet: 3C, 25 and 50. RGB value is (60,37,80). Sum of RGB (Red+Green+Blue) = 60+37+80=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C2550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2550 is #C3DAAF. Grayscale: #303030. Windows color (decimal): -12835504 or 5252412. OLE color: 5252412.

HSL color Cylindrical-coordinate representation of color #3C2550: hue angle of 272.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C2550 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB603780-
CMYK0.250.5400.69
HSL272.09º36.75%22.94%-
HSV(B)272.09º53.75%31.37%-
XYZ3.972.867.93-
YUV48.78145.62136-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=33.90%
G=20.90%
B=45.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6037800.250.5400.69272.0936.7522.94
Hex3C255019360451102517
Octal7445120316601054204527
Binary1111001001011010000110011101100100010110001000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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