#3C3676

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

Shades of Jacksons Purple #3C3676

Tints of Jacksons Purple #3C3676

Color information

#3C3676 (or 0x3C3676) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 36 and 76. RGB value is (60,54,118). Sum of RGB (Red+Green+Blue) = 60+54+118=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3676 is #C3C989. Grayscale: #3E3E3E. Windows color (decimal): -12831114 or 7747132. OLE color: 7747132.

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

Color convert

RGB6054118-
CMYK0.490.5400.54
HSL245.62º37.21%33.73%-
HSV(B)245.62º54.24%46.27%-
XYZ6.454.9117.75-
YUV63.09158.99125.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=25.86%
G=23.28%
B=50.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60541180.490.5400.54245.6237.2133.73
Hex3C36763136036f62522
Octal746616661660663664542
Binary1111001101101110110110001110110011011011110110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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