Shades of Jacksons Purple #3F4684
Tints of Jacksons Purple #3F4684
RGB
CMYK
RGB Variations
Color information
#3F4684 (or 0x3F4684) is known color: Jacksons Purple. HEX triplet: 3F, 46 and 84. RGB value is (63,70,132). Sum of RGB (Red+Green+Blue) = 63+70+132=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F4684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4684 is #C0B97B. Grayscale: #4A4A4A. Windows color (decimal): -12630396 or 8668735. OLE color: 8668735.
HSL color Cylindrical-coordinate representation of color #3F4684: hue angle of 233.91º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F4684 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 70 | 132 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.48 |
| HSL | 233.91º | 0.35% | 0.38% | - |
| HSV(B) | 233.91º | 0.52% | 0.52% | - |
| XYZ | 8.4 | 7.1 | 22.76 | - |
| YUV | 74.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 132 | 0.52 | 0.47 | 0 | 0.48 | 233.91 | 0.35 | 0.38 |
| Hex | 3F | 46 | 84 | 34 | 2F | 0 | 30 | EA | 23 | 26 |
| Octal | 77 | 106 | 204 | 64 | 57 | 0 | 60 | 352 | 43 | 46 |
| Binary | 111111 | 1000110 | 10000100 | 110100 | 101111 | 0 | 110000 | 11101010 | 100011 | 100110 |
Color Harmonies of #3F4684
Complementary color
Monochromatic Colors of #3F4684
Black with #3F4684
Text Example
Text Example
White with #3F4684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4684; }
p { color: rgb(63,70,132); }
H1.HeaderClassName
{
color: #3F4684;
}
.AnyTagClassName
{
color: #3F4684;
}
</style>
background-color css
<style>
a { background-color: #3F4684; }
a { background-color: rgb(63,70,132); }
div.DivClassName
{
background-color: #3F4684;
}
.BgClassName
{
background-color: #3F4684;
}
</style>
border-color css
<style>
span { border-color: #3F4684; }
span { border-color: rgb(63,70,132); }
td.TdClassName
{
border-color: #3F4684;
}
.TagClassName
{
border-color: #3F4684;
}
</style>