Shades of Jacksons Purple #3F387B
Tints of Jacksons Purple #3F387B
RGB
CMYK
RGB Variations
Color information
#3F387B (or 0x3F387B) is known color: Jacksons Purple. HEX triplet: 3F, 38 and 7B. RGB value is (63,56,123). Sum of RGB (Red+Green+Blue) = 63+56+123=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F387B is #C0C784. Grayscale: #414141. Windows color (decimal): -12633989 or 8075327. OLE color: 8075327.
HSL color Cylindrical-coordinate representation of color #3F387B: hue angle of 246.27º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F387B is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 56 | 123 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.52 |
| HSL | 246.27º | 0.37% | 0.35% | - |
| HSV(B) | 246.27º | 0.54% | 0.48% | - |
| XYZ | 7.04 | 5.32 | 19.39 | - |
| YUV | 65.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 123 | 0.49 | 0.54 | 0 | 0.52 | 246.27 | 0.37 | 0.35 |
| Hex | 3F | 38 | 7B | 31 | 36 | 0 | 34 | F6 | 25 | 23 |
| Octal | 77 | 70 | 173 | 61 | 66 | 0 | 64 | 366 | 45 | 43 |
| Binary | 111111 | 111000 | 1111011 | 110001 | 110110 | 0 | 110100 | 11110110 | 100101 | 100011 |
Color Harmonies of #3F387B
Complementary color
Monochromatic Colors of #3F387B
Black with #3F387B
Text Example
Text Example
White with #3F387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F387B; }
p { color: rgb(63,56,123); }
H1.HeaderClassName
{
color: #3F387B;
}
.AnyTagClassName
{
color: #3F387B;
}
</style>
background-color css
<style>
a { background-color: #3F387B; }
a { background-color: rgb(63,56,123); }
div.DivClassName
{
background-color: #3F387B;
}
.BgClassName
{
background-color: #3F387B;
}
</style>
border-color css
<style>
span { border-color: #3F387B; }
span { border-color: rgb(63,56,123); }
td.TdClassName
{
border-color: #3F387B;
}
.TagClassName
{
border-color: #3F387B;
}
</style>