Shades of Jacksons Purple #3C3A79
Tints of Jacksons Purple #3C3A79
RGB
CMYK
RGB Variations
Color information
#3C3A79 (or 0x3C3A79) is known color: Jacksons Purple. HEX triplet: 3C, 3A and 79. RGB value is (60,58,121). Sum of RGB (Red+Green+Blue) = 60+58+121=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C3A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3A79 is #C3C586. Grayscale: #414141. Windows color (decimal): -12830087 or 7944764. OLE color: 7944764.
HSL color Cylindrical-coordinate representation of color #3C3A79: hue angle of 241.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C3A79 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 58 | 121 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.53 |
| HSL | 241.9º | 0.35% | 0.35% | - |
| HSV(B) | 241.9º | 0.52% | 0.47% | - |
| XYZ | 6.83 | 5.37 | 18.77 | - |
| YUV | 65.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 121 | 0.50 | 0.52 | 0 | 0.53 | 241.9 | 0.35 | 0.35 |
| Hex | 3C | 3A | 79 | 32 | 34 | 0 | 35 | F2 | 23 | 23 |
| Octal | 74 | 72 | 171 | 62 | 64 | 0 | 65 | 362 | 43 | 43 |
| Binary | 111100 | 111010 | 1111001 | 110010 | 110100 | 0 | 110101 | 11110010 | 100011 | 100011 |
Color Harmonies of #3C3A79
Complementary color
Monochromatic Colors of #3C3A79
Black with #3C3A79
Text Example
Text Example
White with #3C3A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A79; }
p { color: rgb(60,58,121); }
H1.HeaderClassName
{
color: #3C3A79;
}
.AnyTagClassName
{
color: #3C3A79;
}
</style>
background-color css
<style>
a { background-color: #3C3A79; }
a { background-color: rgb(60,58,121); }
div.DivClassName
{
background-color: #3C3A79;
}
.BgClassName
{
background-color: #3C3A79;
}
</style>
border-color css
<style>
span { border-color: #3C3A79; }
span { border-color: rgb(60,58,121); }
td.TdClassName
{
border-color: #3C3A79;
}
.TagClassName
{
border-color: #3C3A79;
}
</style>