Shades of Jacksons Purple #3F4179
Tints of Jacksons Purple #3F4179
RGB
CMYK
RGB Variations
Color information
#3F4179 (or 0x3F4179) is known color: Jacksons Purple. HEX triplet: 3F, 41 and 79. RGB value is (63,65,121). Sum of RGB (Red+Green+Blue) = 63+65+121=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F4179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4179 is #C0BE86. Grayscale: #464646. Windows color (decimal): -12631687 or 7946559. OLE color: 7946559.
HSL color Cylindrical-coordinate representation of color #3F4179: hue angle of 237.93º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F4179 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 65 | 121 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.53 |
| HSL | 237.93º | 0.32% | 0.36% | - |
| HSV(B) | 237.93º | 0.48% | 0.47% | - |
| XYZ | 7.39 | 6.22 | 18.9 | - |
| YUV | 70.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 121 | 0.48 | 0.46 | 0 | 0.53 | 237.93 | 0.32 | 0.36 |
| Hex | 3F | 41 | 79 | 30 | 2E | 0 | 35 | EE | 20 | 24 |
| Octal | 77 | 101 | 171 | 60 | 56 | 0 | 65 | 356 | 40 | 44 |
| Binary | 111111 | 1000001 | 1111001 | 110000 | 101110 | 0 | 110101 | 11101110 | 100000 | 100100 |
Color Harmonies of #3F4179
Complementary color
Monochromatic Colors of #3F4179
Black with #3F4179
Text Example
Text Example
White with #3F4179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4179; }
p { color: rgb(63,65,121); }
H1.HeaderClassName
{
color: #3F4179;
}
.AnyTagClassName
{
color: #3F4179;
}
</style>
background-color css
<style>
a { background-color: #3F4179; }
a { background-color: rgb(63,65,121); }
div.DivClassName
{
background-color: #3F4179;
}
.BgClassName
{
background-color: #3F4179;
}
</style>
border-color css
<style>
span { border-color: #3F4179; }
span { border-color: rgb(63,65,121); }
td.TdClassName
{
border-color: #3F4179;
}
.TagClassName
{
border-color: #3F4179;
}
</style>