Shades of Jacksons Purple #3F387A
Tints of Jacksons Purple #3F387A
RGB
CMYK
RGB Variations
Color information
#3F387A (or 0x3F387A) is known color: Jacksons Purple. HEX triplet: 3F, 38 and 7A. RGB value is (63,56,122). Sum of RGB (Red+Green+Blue) = 63+56+122=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F387A is #C0C785. Grayscale: #414141. Windows color (decimal): -12633990 or 8009791. OLE color: 8009791.
HSL color Cylindrical-coordinate representation of color #3F387A: hue angle of 246.36º 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 #3F387A is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 56 | 122 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.52 |
| HSL | 246.36º | 0.37% | 0.35% | - |
| HSV(B) | 246.36º | 0.54% | 0.48% | - |
| XYZ | 6.98 | 5.29 | 19.07 | - |
| YUV | 65.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 122 | 0.48 | 0.54 | 0 | 0.52 | 246.36 | 0.37 | 0.35 |
| Hex | 3F | 38 | 7A | 30 | 36 | 0 | 34 | F6 | 25 | 23 |
| Octal | 77 | 70 | 172 | 60 | 66 | 0 | 64 | 366 | 45 | 43 |
| Binary | 111111 | 111000 | 1111010 | 110000 | 110110 | 0 | 110100 | 11110110 | 100101 | 100011 |
Color Harmonies of #3F387A
Complementary color
Monochromatic Colors of #3F387A
Black with #3F387A
Text Example
Text Example
White with #3F387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F387A; }
p { color: rgb(63,56,122); }
H1.HeaderClassName
{
color: #3F387A;
}
.AnyTagClassName
{
color: #3F387A;
}
</style>
background-color css
<style>
a { background-color: #3F387A; }
a { background-color: rgb(63,56,122); }
div.DivClassName
{
background-color: #3F387A;
}
.BgClassName
{
background-color: #3F387A;
}
</style>
border-color css
<style>
span { border-color: #3F387A; }
span { border-color: rgb(63,56,122); }
td.TdClassName
{
border-color: #3F387A;
}
.TagClassName
{
border-color: #3F387A;
}
</style>