Shades of Jacksons Purple #3C3B7C
Tints of Jacksons Purple #3C3B7C
RGB
CMYK
RGB Variations
Color information
#3C3B7C (or 0x3C3B7C) is known color: Jacksons Purple. HEX triplet: 3C, 3B and 7C. RGB value is (60,59,124). Sum of RGB (Red+Green+Blue) = 60+59+124=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C3B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B7C is #C3C483. Grayscale: #424242. Windows color (decimal): -12829828 or 8141628. OLE color: 8141628.
HSL color Cylindrical-coordinate representation of color #3C3B7C: hue angle of 240.92º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C3B7C is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 59 | 124 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.51 |
| HSL | 240.92º | 0.36% | 0.36% | - |
| HSV(B) | 240.92º | 0.52% | 0.49% | - |
| XYZ | 7.07 | 5.54 | 19.77 | - |
| YUV | 66.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 124 | 0.52 | 0.52 | 0 | 0.51 | 240.92 | 0.36 | 0.36 |
| Hex | 3C | 3B | 7C | 34 | 34 | 0 | 33 | F1 | 24 | 24 |
| Octal | 74 | 73 | 174 | 64 | 64 | 0 | 63 | 361 | 44 | 44 |
| Binary | 111100 | 111011 | 1111100 | 110100 | 110100 | 0 | 110011 | 11110001 | 100100 | 100100 |
Color Harmonies of #3C3B7C
Complementary color
Monochromatic Colors of #3C3B7C
Black with #3C3B7C
Text Example
Text Example
White with #3C3B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B7C; }
p { color: rgb(60,59,124); }
H1.HeaderClassName
{
color: #3C3B7C;
}
.AnyTagClassName
{
color: #3C3B7C;
}
</style>
background-color css
<style>
a { background-color: #3C3B7C; }
a { background-color: rgb(60,59,124); }
div.DivClassName
{
background-color: #3C3B7C;
}
.BgClassName
{
background-color: #3C3B7C;
}
</style>
border-color css
<style>
span { border-color: #3C3B7C; }
span { border-color: rgb(60,59,124); }
td.TdClassName
{
border-color: #3C3B7C;
}
.TagClassName
{
border-color: #3C3B7C;
}
</style>