Shades of Jacksons Purple #3F4481
Tints of Jacksons Purple #3F4481
RGB
CMYK
RGB Variations
Color information
#3F4481 (or 0x3F4481) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 81. RGB value is (63,68,129). Sum of RGB (Red+Green+Blue) = 63+68+129=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F4481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4481 is #C0BB7E. Grayscale: #494949. Windows color (decimal): -12630911 or 8471615. OLE color: 8471615.
HSL color Cylindrical-coordinate representation of color #3F4481: hue angle of 235.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F4481 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 68 | 129 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.49 |
| HSL | 235.45º | 0.34% | 0.38% | - |
| HSV(B) | 235.45º | 0.51% | 0.51% | - |
| XYZ | 8.08 | 6.78 | 21.65 | - |
| YUV | 73.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 129 | 0.51 | 0.47 | 0 | 0.49 | 235.45 | 0.34 | 0.38 |
| Hex | 3F | 44 | 81 | 33 | 2F | 0 | 31 | EB | 22 | 26 |
| Octal | 77 | 104 | 201 | 63 | 57 | 0 | 61 | 353 | 42 | 46 |
| Binary | 111111 | 1000100 | 10000001 | 110011 | 101111 | 0 | 110001 | 11101011 | 100010 | 100110 |
Color Harmonies of #3F4481
Complementary color
Monochromatic Colors of #3F4481
Black with #3F4481
Text Example
Text Example
White with #3F4481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4481; }
p { color: rgb(63,68,129); }
H1.HeaderClassName
{
color: #3F4481;
}
.AnyTagClassName
{
color: #3F4481;
}
</style>
background-color css
<style>
a { background-color: #3F4481; }
a { background-color: rgb(63,68,129); }
div.DivClassName
{
background-color: #3F4481;
}
.BgClassName
{
background-color: #3F4481;
}
</style>
border-color css
<style>
span { border-color: #3F4481; }
span { border-color: rgb(63,68,129); }
td.TdClassName
{
border-color: #3F4481;
}
.TagClassName
{
border-color: #3F4481;
}
</style>