Shades of Jacksons Purple #3F4786
Tints of Jacksons Purple #3F4786
RGB
CMYK
RGB Variations
Color information
#3F4786 (or 0x3F4786) is known color: Jacksons Purple. HEX triplet: 3F, 47 and 86. RGB value is (63,71,134). Sum of RGB (Red+Green+Blue) = 63+71+134=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F4786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4786 is #C0B879. Grayscale: #4B4B4B. Windows color (decimal): -12630138 or 8800063. OLE color: 8800063.
HSL color Cylindrical-coordinate representation of color #3F4786: hue angle of 233.24º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F4786 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 71 | 134 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.47 |
| HSL | 233.24º | 0.36% | 0.39% | - |
| HSV(B) | 233.24º | 0.53% | 0.53% | - |
| XYZ | 8.61 | 7.28 | 23.51 | - |
| YUV | 75.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 134 | 0.53 | 0.47 | 0 | 0.47 | 233.24 | 0.36 | 0.39 |
| Hex | 3F | 47 | 86 | 35 | 2F | 0 | 2F | E9 | 24 | 27 |
| Octal | 77 | 107 | 206 | 65 | 57 | 0 | 57 | 351 | 44 | 47 |
| Binary | 111111 | 1000111 | 10000110 | 110101 | 101111 | 0 | 101111 | 11101001 | 100100 | 100111 |
Color Harmonies of #3F4786
Complementary color
Monochromatic Colors of #3F4786
Black with #3F4786
Text Example
Text Example
White with #3F4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4786; }
p { color: rgb(63,71,134); }
H1.HeaderClassName
{
color: #3F4786;
}
.AnyTagClassName
{
color: #3F4786;
}
</style>
background-color css
<style>
a { background-color: #3F4786; }
a { background-color: rgb(63,71,134); }
div.DivClassName
{
background-color: #3F4786;
}
.BgClassName
{
background-color: #3F4786;
}
</style>
border-color css
<style>
span { border-color: #3F4786; }
span { border-color: rgb(63,71,134); }
td.TdClassName
{
border-color: #3F4786;
}
.TagClassName
{
border-color: #3F4786;
}
</style>