Shades of Jacksons Purple #3C3777
Tints of Jacksons Purple #3C3777
RGB
CMYK
RGB Variations
Color information
#3C3777 (or 0x3C3777) is known color: Jacksons Purple. HEX triplet: 3C, 37 and 77. RGB value is (60,55,119). Sum of RGB (Red+Green+Blue) = 60+55+119=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C3777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3777 is #C3C888. Grayscale: #3F3F3F. Windows color (decimal): -12830857 or 7812924. OLE color: 7812924.
HSL color Cylindrical-coordinate representation of color #3C3777: hue angle of 244.69º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C3777 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 55 | 119 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.53 |
| HSL | 244.69º | 0.37% | 0.34% | - |
| HSV(B) | 244.69º | 0.54% | 0.47% | - |
| XYZ | 6.56 | 5.02 | 18.08 | - |
| YUV | 63.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 119 | 0.50 | 0.54 | 0 | 0.53 | 244.69 | 0.37 | 0.34 |
| Hex | 3C | 37 | 77 | 32 | 36 | 0 | 35 | F5 | 25 | 22 |
| Octal | 74 | 67 | 167 | 62 | 66 | 0 | 65 | 365 | 45 | 42 |
| Binary | 111100 | 110111 | 1110111 | 110010 | 110110 | 0 | 110101 | 11110101 | 100101 | 100010 |
Color Harmonies of #3C3777
Complementary color
Monochromatic Colors of #3C3777
Black with #3C3777
Text Example
Text Example
White with #3C3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3777; }
p { color: rgb(60,55,119); }
H1.HeaderClassName
{
color: #3C3777;
}
.AnyTagClassName
{
color: #3C3777;
}
</style>
background-color css
<style>
a { background-color: #3C3777; }
a { background-color: rgb(60,55,119); }
div.DivClassName
{
background-color: #3C3777;
}
.BgClassName
{
background-color: #3C3777;
}
</style>
border-color css
<style>
span { border-color: #3C3777; }
span { border-color: rgb(60,55,119); }
td.TdClassName
{
border-color: #3C3777;
}
.TagClassName
{
border-color: #3C3777;
}
</style>