#3C3576

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

Shades of Jacksons Purple #3C3576

Tints of Jacksons Purple #3C3576

Color information

#3C3576 (or 0x3C3576) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 35 and 76. RGB value is (60,53,118). Sum of RGB (Red+Green+Blue) = 60+53+118=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3576 is #C3CA89. Grayscale: #3E3E3E. Windows color (decimal): -12831370 or 7746876. OLE color: 7746876.

HSL color Cylindrical-coordinate representation of color #3C3576: hue angle of 246.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C3576 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6053118-
CMYK0.490.5500.54
HSL246.46º38.01%33.53%-
HSV(B)246.46º55.08%46.27%-
XYZ6.414.8117.73-
YUV62.5159.32126.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=25.97%
G=22.94%
B=51.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60531180.490.5500.54246.4638.0133.53
Hex3C35763137036f62622
Octal746516661670663664642
Binary1111001101011110110110001110111011011011110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,53,118); }

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

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

 a { background-color: rgb(60,53,118); }

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

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

 span { border-color: rgb(60,53,118); }

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