Shades of Jacksons Purple #3F4686
Tints of Jacksons Purple #3F4686
RGB
CMYK
RGB Variations
Color information
#3F4686 (or 0x3F4686) is known color: Jacksons Purple. HEX triplet: 3F, 46 and 86. RGB value is (63,70,134). Sum of RGB (Red+Green+Blue) = 63+70+134=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F4686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4686 is #C0B979. Grayscale: #4A4A4A. Windows color (decimal): -12630394 or 8799807. OLE color: 8799807.
HSL color Cylindrical-coordinate representation of color #3F4686: hue angle of 234.08º 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 #3F4686 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 70 | 134 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.47 |
| HSL | 234.08º | 0.36% | 0.39% | - |
| HSV(B) | 234.08º | 0.53% | 0.53% | - |
| XYZ | 8.54 | 7.16 | 23.49 | - |
| YUV | 75.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 134 | 0.53 | 0.48 | 0 | 0.47 | 234.08 | 0.36 | 0.39 |
| Hex | 3F | 46 | 86 | 35 | 30 | 0 | 2F | EA | 24 | 27 |
| Octal | 77 | 106 | 206 | 65 | 60 | 0 | 57 | 352 | 44 | 47 |
| Binary | 111111 | 1000110 | 10000110 | 110101 | 110000 | 0 | 101111 | 11101010 | 100100 | 100111 |
Color Harmonies of #3F4686
Complementary color
Monochromatic Colors of #3F4686
Black with #3F4686
Text Example
Text Example
White with #3F4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4686; }
p { color: rgb(63,70,134); }
H1.HeaderClassName
{
color: #3F4686;
}
.AnyTagClassName
{
color: #3F4686;
}
</style>
background-color css
<style>
a { background-color: #3F4686; }
a { background-color: rgb(63,70,134); }
div.DivClassName
{
background-color: #3F4686;
}
.BgClassName
{
background-color: #3F4686;
}
</style>
border-color css
<style>
span { border-color: #3F4686; }
span { border-color: rgb(63,70,134); }
td.TdClassName
{
border-color: #3F4686;
}
.TagClassName
{
border-color: #3F4686;
}
</style>