#3C2654

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

Shades of Jagger #3C2654

Tints of Jagger #3C2654

Color information

#3C2654 (or 0x3C2654) is unknown color: approx Jagger. HEX triplet: 3C, 26 and 54. RGB value is (60,38,84). Sum of RGB (Red+Green+Blue) = 60+38+84=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C2654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2654 is #C3D9AB. Grayscale: #313131. Windows color (decimal): -12835244 or 5514812. OLE color: 5514812.

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

Color convert

RGB603884-
CMYK0.290.5500.67
HSL268.7º37.7%23.92%-
HSV(B)268.7º54.76%32.94%-
XYZ4.162.998.74-
YUV49.82147.29135.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=32.97%
G=20.88%
B=46.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6038840.290.5500.67268.737.723.92
Hex3C26541D3704310d2618
Octal7446124356701034154630
Binary1111001001101010100111011101110100001110000110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,38,84); }

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

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

 a { background-color: rgb(60,38,84); }

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

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

 span { border-color: rgb(60,38,84); }

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