Shades of Jacksons Purple #3C3578
Tints of Jacksons Purple #3C3578
RGB
CMYK
RGB Variations
Color information
#3C3578 (or 0x3C3578) is known color: Jacksons Purple. HEX triplet: 3C, 35 and 78. RGB value is (60,53,120). Sum of RGB (Red+Green+Blue) = 60+53+120=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C3578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3578 is #C3CA87. Grayscale: #3E3E3E. Windows color (decimal): -12831368 or 7877948. OLE color: 7877948.
HSL color Cylindrical-coordinate representation of color #3C3578: hue angle of 246.27º 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 #3C3578 is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 53 | 120 | - |
| CMYK | 0.5 | 0.56 | 0 | 0.53 |
| HSL | 246.27º | 0.39% | 0.34% | - |
| HSV(B) | 246.27º | 0.56% | 0.47% | - |
| XYZ | 6.53 | 4.86 | 18.36 | - |
| YUV | 62.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 120 | 0.5 | 0.56 | 0 | 0.53 | 246.27 | 0.39 | 0.34 |
| Hex | 3C | 35 | 78 | 32 | 38 | 0 | 35 | F6 | 27 | 22 |
| Octal | 74 | 65 | 170 | 62 | 70 | 0 | 65 | 366 | 47 | 42 |
| Binary | 111100 | 110101 | 1111000 | 110010 | 111000 | 0 | 110101 | 11110110 | 100111 | 100010 |
Color Harmonies of #3C3578
Complementary color
Monochromatic Colors of #3C3578
Black with #3C3578
Text Example
Text Example
White with #3C3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3578; }
p { color: rgb(60,53,120); }
H1.HeaderClassName
{
color: #3C3578;
}
.AnyTagClassName
{
color: #3C3578;
}
</style>
background-color css
<style>
a { background-color: #3C3578; }
a { background-color: rgb(60,53,120); }
div.DivClassName
{
background-color: #3C3578;
}
.BgClassName
{
background-color: #3C3578;
}
</style>
border-color css
<style>
span { border-color: #3C3578; }
span { border-color: rgb(60,53,120); }
td.TdClassName
{
border-color: #3C3578;
}
.TagClassName
{
border-color: #3C3578;
}
</style>