Shades of Jacksons Purple #3F387C
Tints of Jacksons Purple #3F387C
RGB
CMYK
RGB Variations
Color information
#3F387C (or 0x3F387C) is known color: Jacksons Purple. HEX triplet: 3F, 38 and 7C. RGB value is (63,56,124). Sum of RGB (Red+Green+Blue) = 63+56+124=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F387C is #C0C783. Grayscale: #414141. Windows color (decimal): -12633988 or 8140863. OLE color: 8140863.
HSL color Cylindrical-coordinate representation of color #3F387C: hue angle of 246.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F387C is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 56 | 124 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.51 |
| HSL | 246.18º | 0.38% | 0.35% | - |
| HSV(B) | 246.18º | 0.55% | 0.49% | - |
| XYZ | 7.1 | 5.34 | 19.73 | - |
| YUV | 65.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 124 | 0.49 | 0.55 | 0 | 0.51 | 246.18 | 0.38 | 0.35 |
| Hex | 3F | 38 | 7C | 31 | 37 | 0 | 33 | F6 | 26 | 23 |
| Octal | 77 | 70 | 174 | 61 | 67 | 0 | 63 | 366 | 46 | 43 |
| Binary | 111111 | 111000 | 1111100 | 110001 | 110111 | 0 | 110011 | 11110110 | 100110 | 100011 |
Color Harmonies of #3F387C
Complementary color
Monochromatic Colors of #3F387C
Black with #3F387C
Text Example
Text Example
White with #3F387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F387C; }
p { color: rgb(63,56,124); }
H1.HeaderClassName
{
color: #3F387C;
}
.AnyTagClassName
{
color: #3F387C;
}
</style>
background-color css
<style>
a { background-color: #3F387C; }
a { background-color: rgb(63,56,124); }
div.DivClassName
{
background-color: #3F387C;
}
.BgClassName
{
background-color: #3F387C;
}
</style>
border-color css
<style>
span { border-color: #3F387C; }
span { border-color: rgb(63,56,124); }
td.TdClassName
{
border-color: #3F387C;
}
.TagClassName
{
border-color: #3F387C;
}
</style>