Shades of Jacksons Purple #3F3882
Tints of Jacksons Purple #3F3882
RGB
CMYK
RGB Variations
Color information
#3F3882 (or 0x3F3882) is known color: Jacksons Purple. HEX triplet: 3F, 38 and 82. RGB value is (63,56,130). Sum of RGB (Red+Green+Blue) = 63+56+130=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F3882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3882 is #C0C77D. Grayscale: #424242. Windows color (decimal): -12633982 or 8534079. OLE color: 8534079.
HSL color Cylindrical-coordinate representation of color #3F3882: hue angle of 245.68º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3882 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 56 | 130 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.49 |
| HSL | 245.68º | 0.4% | 0.36% | - |
| HSV(B) | 245.68º | 0.57% | 0.51% | - |
| XYZ | 7.49 | 5.5 | 21.79 | - |
| YUV | 66.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 130 | 0.52 | 0.57 | 0 | 0.49 | 245.68 | 0.4 | 0.36 |
| Hex | 3F | 38 | 82 | 34 | 39 | 0 | 31 | F6 | 28 | 24 |
| Octal | 77 | 70 | 202 | 64 | 71 | 0 | 61 | 366 | 50 | 44 |
| Binary | 111111 | 111000 | 10000010 | 110100 | 111001 | 0 | 110001 | 11110110 | 101000 | 100100 |
Color Harmonies of #3F3882
Complementary color
Monochromatic Colors of #3F3882
Black with #3F3882
Text Example
Text Example
White with #3F3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3882; }
p { color: rgb(63,56,130); }
H1.HeaderClassName
{
color: #3F3882;
}
.AnyTagClassName
{
color: #3F3882;
}
</style>
background-color css
<style>
a { background-color: #3F3882; }
a { background-color: rgb(63,56,130); }
div.DivClassName
{
background-color: #3F3882;
}
.BgClassName
{
background-color: #3F3882;
}
</style>
border-color css
<style>
span { border-color: #3F3882; }
span { border-color: rgb(63,56,130); }
td.TdClassName
{
border-color: #3F3882;
}
.TagClassName
{
border-color: #3F3882;
}
</style>