Shades of Jacksons Purple #3C3878
Tints of Jacksons Purple #3C3878
RGB
CMYK
RGB Variations
Color information
#3C3878 (or 0x3C3878) is known color: Jacksons Purple. HEX triplet: 3C, 38 and 78. RGB value is (60,56,120). Sum of RGB (Red+Green+Blue) = 60+56+120=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C3878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3878 is #C3C787. Grayscale: #404040. Windows color (decimal): -12830600 or 7878716. OLE color: 7878716.
HSL color Cylindrical-coordinate representation of color #3C3878: hue angle of 243.75º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C3878 is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 56 | 120 | - |
| CMYK | 0.5 | 0.53 | 0 | 0.53 |
| HSL | 243.75º | 0.36% | 0.35% | - |
| HSV(B) | 243.75º | 0.53% | 0.47% | - |
| XYZ | 6.67 | 5.15 | 18.41 | - |
| YUV | 64.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 120 | 0.5 | 0.53 | 0 | 0.53 | 243.75 | 0.36 | 0.35 |
| Hex | 3C | 38 | 78 | 32 | 35 | 0 | 35 | F4 | 24 | 23 |
| Octal | 74 | 70 | 170 | 62 | 65 | 0 | 65 | 364 | 44 | 43 |
| Binary | 111100 | 111000 | 1111000 | 110010 | 110101 | 0 | 110101 | 11110100 | 100100 | 100011 |
Color Harmonies of #3C3878
Complementary color
Monochromatic Colors of #3C3878
Black with #3C3878
Text Example
Text Example
White with #3C3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3878; }
p { color: rgb(60,56,120); }
H1.HeaderClassName
{
color: #3C3878;
}
.AnyTagClassName
{
color: #3C3878;
}
</style>
background-color css
<style>
a { background-color: #3C3878; }
a { background-color: rgb(60,56,120); }
div.DivClassName
{
background-color: #3C3878;
}
.BgClassName
{
background-color: #3C3878;
}
</style>
border-color css
<style>
span { border-color: #3C3878; }
span { border-color: rgb(60,56,120); }
td.TdClassName
{
border-color: #3C3878;
}
.TagClassName
{
border-color: #3C3878;
}
</style>