Shades of Jacksons Purple #3B3877
Tints of Jacksons Purple #3B3877
RGB
CMYK
RGB Variations
Color information
#3B3877 (or 0x3B3877) is known color: Jacksons Purple. HEX triplet: 3B, 38 and 77. RGB value is (59,56,119). Sum of RGB (Red+Green+Blue) = 59+56+119=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 56 (22.27% from 255 or 23.93% 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 #3B3877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3877 is #C4C788. Grayscale: #3F3F3F. Windows color (decimal): -12896137 or 7813179. OLE color: 7813179.
HSL color Cylindrical-coordinate representation of color #3B3877: hue angle of 242.86º 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 #3B3877 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 56 | 119 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.53 |
| HSL | 242.86º | 0.36% | 0.34% | - |
| HSV(B) | 242.86º | 0.53% | 0.47% | - |
| XYZ | 6.55 | 5.09 | 18.09 | - |
| YUV | 64.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 119 | 0.50 | 0.53 | 0 | 0.53 | 242.86 | 0.36 | 0.34 |
| Hex | 3B | 38 | 77 | 32 | 35 | 0 | 35 | F3 | 24 | 22 |
| Octal | 73 | 70 | 167 | 62 | 65 | 0 | 65 | 363 | 44 | 42 |
| Binary | 111011 | 111000 | 1110111 | 110010 | 110101 | 0 | 110101 | 11110011 | 100100 | 100010 |
Color Harmonies of #3B3877
Complementary color
Monochromatic Colors of #3B3877
Black with #3B3877
Text Example
Text Example
White with #3B3877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3877; }
p { color: rgb(59,56,119); }
H1.HeaderClassName
{
color: #3B3877;
}
.AnyTagClassName
{
color: #3B3877;
}
</style>
background-color css
<style>
a { background-color: #3B3877; }
a { background-color: rgb(59,56,119); }
div.DivClassName
{
background-color: #3B3877;
}
.BgClassName
{
background-color: #3B3877;
}
</style>
border-color css
<style>
span { border-color: #3B3877; }
span { border-color: rgb(59,56,119); }
td.TdClassName
{
border-color: #3B3877;
}
.TagClassName
{
border-color: #3B3877;
}
</style>