Shades of Jacksons Purple #3F3983
Tints of Jacksons Purple #3F3983
RGB
CMYK
RGB Variations
Color information
#3F3983 (or 0x3F3983) is known color: Jacksons Purple. HEX triplet: 3F, 39 and 83. RGB value is (63,57,131). Sum of RGB (Red+Green+Blue) = 63+57+131=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #3F3983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3983 is #C0C67C. Grayscale: #424242. Windows color (decimal): -12633725 or 8599871. OLE color: 8599871.
HSL color Cylindrical-coordinate representation of color #3F3983: hue angle of 244.86º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F3983 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 57 | 131 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.49 |
| HSL | 244.86º | 0.39% | 0.37% | - |
| HSV(B) | 244.86º | 0.56% | 0.51% | - |
| XYZ | 7.61 | 5.62 | 22.16 | - |
| YUV | 67.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 131 | 0.52 | 0.56 | 0 | 0.49 | 244.86 | 0.39 | 0.37 |
| Hex | 3F | 39 | 83 | 34 | 38 | 0 | 31 | F5 | 27 | 25 |
| Octal | 77 | 71 | 203 | 64 | 70 | 0 | 61 | 365 | 47 | 45 |
| Binary | 111111 | 111001 | 10000011 | 110100 | 111000 | 0 | 110001 | 11110101 | 100111 | 100101 |
Color Harmonies of #3F3983
Complementary color
Monochromatic Colors of #3F3983
Black with #3F3983
Text Example
Text Example
White with #3F3983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3983; }
p { color: rgb(63,57,131); }
H1.HeaderClassName
{
color: #3F3983;
}
.AnyTagClassName
{
color: #3F3983;
}
</style>
background-color css
<style>
a { background-color: #3F3983; }
a { background-color: rgb(63,57,131); }
div.DivClassName
{
background-color: #3F3983;
}
.BgClassName
{
background-color: #3F3983;
}
</style>
border-color css
<style>
span { border-color: #3F3983; }
span { border-color: rgb(63,57,131); }
td.TdClassName
{
border-color: #3F3983;
}
.TagClassName
{
border-color: #3F3983;
}
</style>