Shades of Jacksons Purple #3C3877
Tints of Jacksons Purple #3C3877
RGB
CMYK
RGB Variations
Color information
#3C3877 (or 0x3C3877) is known color: Jacksons Purple. HEX triplet: 3C, 38 and 77. RGB value is (60,56,119). Sum of RGB (Red+Green+Blue) = 60+56+119=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C3877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3877 is #C3C788. Grayscale: #404040. Windows color (decimal): -12830601 or 7813180. OLE color: 7813180.
HSL color Cylindrical-coordinate representation of color #3C3877: hue angle of 243.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C3877 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 56 | 119 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.53 |
| HSL | 243.81º | 0.36% | 0.34% | - |
| HSV(B) | 243.81º | 0.53% | 0.47% | - |
| XYZ | 6.61 | 5.12 | 18.09 | - |
| YUV | 64.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 119 | 0.50 | 0.53 | 0 | 0.53 | 243.81 | 0.36 | 0.34 |
| Hex | 3C | 38 | 77 | 32 | 35 | 0 | 35 | F4 | 24 | 22 |
| Octal | 74 | 70 | 167 | 62 | 65 | 0 | 65 | 364 | 44 | 42 |
| Binary | 111100 | 111000 | 1110111 | 110010 | 110101 | 0 | 110101 | 11110100 | 100100 | 100010 |
Color Harmonies of #3C3877
Complementary color
Monochromatic Colors of #3C3877
Black with #3C3877
Text Example
Text Example
White with #3C3877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3877; }
p { color: rgb(60,56,119); }
H1.HeaderClassName
{
color: #3C3877;
}
.AnyTagClassName
{
color: #3C3877;
}
</style>
background-color css
<style>
a { background-color: #3C3877; }
a { background-color: rgb(60,56,119); }
div.DivClassName
{
background-color: #3C3877;
}
.BgClassName
{
background-color: #3C3877;
}
</style>
border-color css
<style>
span { border-color: #3C3877; }
span { border-color: rgb(60,56,119); }
td.TdClassName
{
border-color: #3C3877;
}
.TagClassName
{
border-color: #3C3877;
}
</style>