Shades of Jacksons Purple #3F3777
Tints of Jacksons Purple #3F3777
RGB
CMYK
RGB Variations
Color information
#3F3777 (or 0x3F3777) is known color: Jacksons Purple. HEX triplet: 3F, 37 and 77. RGB value is (63,55,119). Sum of RGB (Red+Green+Blue) = 63+55+119=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F3777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3777 is #C0C888. Grayscale: #404040. Windows color (decimal): -12634249 or 7812927. OLE color: 7812927.
HSL color Cylindrical-coordinate representation of color #3F3777: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F3777 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 55 | 119 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.53 |
| HSL | 247.5º | 0.37% | 0.34% | - |
| HSV(B) | 247.5º | 0.54% | 0.47% | - |
| XYZ | 6.75 | 5.12 | 18.09 | - |
| YUV | 64.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 119 | 0.47 | 0.54 | 0 | 0.53 | 247.5 | 0.37 | 0.34 |
| Hex | 3F | 37 | 77 | 2F | 36 | 0 | 35 | F8 | 25 | 22 |
| Octal | 77 | 67 | 167 | 57 | 66 | 0 | 65 | 370 | 45 | 42 |
| Binary | 111111 | 110111 | 1110111 | 101111 | 110110 | 0 | 110101 | 11111000 | 100101 | 100010 |
Color Harmonies of #3F3777
Complementary color
Monochromatic Colors of #3F3777
Black with #3F3777
Text Example
Text Example
White with #3F3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3777; }
p { color: rgb(63,55,119); }
H1.HeaderClassName
{
color: #3F3777;
}
.AnyTagClassName
{
color: #3F3777;
}
</style>
background-color css
<style>
a { background-color: #3F3777; }
a { background-color: rgb(63,55,119); }
div.DivClassName
{
background-color: #3F3777;
}
.BgClassName
{
background-color: #3F3777;
}
</style>
border-color css
<style>
span { border-color: #3F3777; }
span { border-color: rgb(63,55,119); }
td.TdClassName
{
border-color: #3F3777;
}
.TagClassName
{
border-color: #3F3777;
}
</style>