Shades of Jacksons Purple #3C317C
Tints of Jacksons Purple #3C317C
RGB
CMYK
RGB Variations
Color information
#3C317C (or 0x3C317C) is known color: Jacksons Purple. HEX triplet: 3C, 31 and 7C. RGB value is (60,49,124). Sum of RGB (Red+Green+Blue) = 60+49+124=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C317C is #C3CE83. Grayscale: #3C3C3C. Windows color (decimal): -12832388 or 8139068. OLE color: 8139068.
HSL color Cylindrical-coordinate representation of color #3C317C: hue angle of 248.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C317C is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 49 | 124 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.51 |
| HSL | 248.8º | 0.43% | 0.34% | - |
| HSV(B) | 248.8º | 0.6% | 0.49% | - |
| XYZ | 6.6 | 4.61 | 19.61 | - |
| YUV | 60.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 124 | 0.52 | 0.60 | 0 | 0.51 | 248.8 | 0.43 | 0.34 |
| Hex | 3C | 31 | 7C | 34 | 3C | 0 | 33 | F9 | 2B | 22 |
| Octal | 74 | 61 | 174 | 64 | 74 | 0 | 63 | 371 | 53 | 42 |
| Binary | 111100 | 110001 | 1111100 | 110100 | 111100 | 0 | 110011 | 11111001 | 101011 | 100010 |
Color Harmonies of #3C317C
Complementary color
Monochromatic Colors of #3C317C
Black with #3C317C
Text Example
Text Example
White with #3C317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C317C; }
p { color: rgb(60,49,124); }
H1.HeaderClassName
{
color: #3C317C;
}
.AnyTagClassName
{
color: #3C317C;
}
</style>
background-color css
<style>
a { background-color: #3C317C; }
a { background-color: rgb(60,49,124); }
div.DivClassName
{
background-color: #3C317C;
}
.BgClassName
{
background-color: #3C317C;
}
</style>
border-color css
<style>
span { border-color: #3C317C; }
span { border-color: rgb(60,49,124); }
td.TdClassName
{
border-color: #3C317C;
}
.TagClassName
{
border-color: #3C317C;
}
</style>