Shades of Jacksons Purple #3F497B
Tints of Jacksons Purple #3F497B
RGB
CMYK
RGB Variations
Color information
#3F497B (or 0x3F497B) is known color: Jacksons Purple. HEX triplet: 3F, 49 and 7B. RGB value is (63,73,123). Sum of RGB (Red+Green+Blue) = 63+73+123=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F497B is #C0B684. Grayscale: #4B4B4B. Windows color (decimal): -12629637 or 8079679. OLE color: 8079679.
HSL color Cylindrical-coordinate representation of color #3F497B: hue angle of 230º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F497B is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 73 | 123 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.52 |
| HSL | 230º | 0.32% | 0.36% | - |
| HSV(B) | 230º | 0.49% | 0.48% | - |
| XYZ | 8.01 | 7.25 | 19.72 | - |
| YUV | 75.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 123 | 0.49 | 0.41 | 0 | 0.52 | 230 | 0.32 | 0.36 |
| Hex | 3F | 49 | 7B | 31 | 29 | 0 | 34 | E6 | 20 | 24 |
| Octal | 77 | 111 | 173 | 61 | 51 | 0 | 64 | 346 | 40 | 44 |
| Binary | 111111 | 1001001 | 1111011 | 110001 | 101001 | 0 | 110100 | 11100110 | 100000 | 100100 |
Color Harmonies of #3F497B
Complementary color
Monochromatic Colors of #3F497B
Black with #3F497B
Text Example
Text Example
White with #3F497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F497B; }
p { color: rgb(63,73,123); }
H1.HeaderClassName
{
color: #3F497B;
}
.AnyTagClassName
{
color: #3F497B;
}
</style>
background-color css
<style>
a { background-color: #3F497B; }
a { background-color: rgb(63,73,123); }
div.DivClassName
{
background-color: #3F497B;
}
.BgClassName
{
background-color: #3F497B;
}
</style>
border-color css
<style>
span { border-color: #3F497B; }
span { border-color: rgb(63,73,123); }
td.TdClassName
{
border-color: #3F497B;
}
.TagClassName
{
border-color: #3F497B;
}
</style>