Shades of Jacksons Purple #3C3579
Tints of Jacksons Purple #3C3579
RGB
CMYK
RGB Variations
Color information
#3C3579 (or 0x3C3579) is known color: Jacksons Purple. HEX triplet: 3C, 35 and 79. RGB value is (60,53,121). Sum of RGB (Red+Green+Blue) = 60+53+121=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3579 is #C3CA86. Grayscale: #3E3E3E. Windows color (decimal): -12831367 or 7943484. OLE color: 7943484.
HSL color Cylindrical-coordinate representation of color #3C3579: hue angle of 246.18º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3579 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 53 | 121 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.53 |
| HSL | 246.18º | 0.39% | 0.34% | - |
| HSV(B) | 246.18º | 0.56% | 0.47% | - |
| XYZ | 6.59 | 4.89 | 18.69 | - |
| YUV | 62.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 121 | 0.50 | 0.56 | 0 | 0.53 | 246.18 | 0.39 | 0.34 |
| Hex | 3C | 35 | 79 | 32 | 38 | 0 | 35 | F6 | 27 | 22 |
| Octal | 74 | 65 | 171 | 62 | 70 | 0 | 65 | 366 | 47 | 42 |
| Binary | 111100 | 110101 | 1111001 | 110010 | 111000 | 0 | 110101 | 11110110 | 100111 | 100010 |
Color Harmonies of #3C3579
Complementary color
Monochromatic Colors of #3C3579
Black with #3C3579
Text Example
Text Example
White with #3C3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3579; }
p { color: rgb(60,53,121); }
H1.HeaderClassName
{
color: #3C3579;
}
.AnyTagClassName
{
color: #3C3579;
}
</style>
background-color css
<style>
a { background-color: #3C3579; }
a { background-color: rgb(60,53,121); }
div.DivClassName
{
background-color: #3C3579;
}
.BgClassName
{
background-color: #3C3579;
}
</style>
border-color css
<style>
span { border-color: #3C3579; }
span { border-color: rgb(60,53,121); }
td.TdClassName
{
border-color: #3C3579;
}
.TagClassName
{
border-color: #3C3579;
}
</style>