#3C1555

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

Shades of Jagger #3C1555

Tints of Jagger #3C1555

Color information

#3C1555 (or 0x3C1555) is unknown color: approx Jagger. HEX triplet: 3C, 15 and 55. RGB value is (60,21,85). Sum of RGB (Red+Green+Blue) = 60+21+85=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C1555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1555 is #C3EAAA. Grayscale: #272727. Windows color (decimal): -12839595 or 5575996. OLE color: 5575996.

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

Color convert

RGB602185-
CMYK0.290.7500.67
HSL276.56º60.38%20.78%-
HSV(B)276.56º75.29%33.33%-
XYZ3.772.158.81-
YUV39.96153.42142.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=36.14%
G=12.65%
B=51.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6021850.290.7500.67276.5660.3820.78
Hex3C15551D4B0431153c15
Octal74251253511301034257425
Binary1111001010110101011110110010110100001110001010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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