Shades of Jacksons Purple #3F408B
Tints of Jacksons Purple #3F408B
RGB
CMYK
RGB Variations
Color information
#3F408B (or 0x3F408B) is known color: Jacksons Purple. HEX triplet: 3F, 40 and 8B. RGB value is (63,64,139). Sum of RGB (Red+Green+Blue) = 63+64+139=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F408B is #C0BF74. Grayscale: #474747. Windows color (decimal): -12631925 or 9125951. OLE color: 9125951.
HSL color Cylindrical-coordinate representation of color #3F408B: hue angle of 239.21º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F408B is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 64 | 139 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.45 |
| HSL | 239.21º | 0.38% | 0.4% | - |
| HSV(B) | 239.21º | 0.55% | 0.55% | - |
| XYZ | 8.54 | 6.59 | 25.25 | - |
| YUV | 72.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 139 | 0.55 | 0.54 | 0 | 0.45 | 239.21 | 0.38 | 0.4 |
| Hex | 3F | 40 | 8B | 37 | 36 | 0 | 2D | EF | 26 | 28 |
| Octal | 77 | 100 | 213 | 67 | 66 | 0 | 55 | 357 | 46 | 50 |
| Binary | 111111 | 1000000 | 10001011 | 110111 | 110110 | 0 | 101101 | 11101111 | 100110 | 101000 |
Color Harmonies of #3F408B
Complementary color
Monochromatic Colors of #3F408B
Black with #3F408B
Text Example
Text Example
White with #3F408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F408B; }
p { color: rgb(63,64,139); }
H1.HeaderClassName
{
color: #3F408B;
}
.AnyTagClassName
{
color: #3F408B;
}
</style>
background-color css
<style>
a { background-color: #3F408B; }
a { background-color: rgb(63,64,139); }
div.DivClassName
{
background-color: #3F408B;
}
.BgClassName
{
background-color: #3F408B;
}
</style>
border-color css
<style>
span { border-color: #3F408B; }
span { border-color: rgb(63,64,139); }
td.TdClassName
{
border-color: #3F408B;
}
.TagClassName
{
border-color: #3F408B;
}
</style>