Shades of Jacksons Purple #3F4487
Tints of Jacksons Purple #3F4487
RGB
CMYK
RGB Variations
Color information
#3F4487 (or 0x3F4487) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 87. RGB value is (63,68,135). Sum of RGB (Red+Green+Blue) = 63+68+135=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F4487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4487 is #C0BB78. Grayscale: #494949. Windows color (decimal): -12630905 or 8864831. OLE color: 8864831.
HSL color Cylindrical-coordinate representation of color #3F4487: hue angle of 235.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F4487 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 68 | 135 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.47 |
| HSL | 235.83º | 0.36% | 0.39% | - |
| HSV(B) | 235.83º | 0.53% | 0.53% | - |
| XYZ | 8.49 | 6.94 | 23.81 | - |
| YUV | 74.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 135 | 0.53 | 0.50 | 0 | 0.47 | 235.83 | 0.36 | 0.39 |
| Hex | 3F | 44 | 87 | 35 | 32 | 0 | 2F | EC | 24 | 27 |
| Octal | 77 | 104 | 207 | 65 | 62 | 0 | 57 | 354 | 44 | 47 |
| Binary | 111111 | 1000100 | 10000111 | 110101 | 110010 | 0 | 101111 | 11101100 | 100100 | 100111 |
Color Harmonies of #3F4487
Complementary color
Monochromatic Colors of #3F4487
Black with #3F4487
Text Example
Text Example
White with #3F4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4487; }
p { color: rgb(63,68,135); }
H1.HeaderClassName
{
color: #3F4487;
}
.AnyTagClassName
{
color: #3F4487;
}
</style>
background-color css
<style>
a { background-color: #3F4487; }
a { background-color: rgb(63,68,135); }
div.DivClassName
{
background-color: #3F4487;
}
.BgClassName
{
background-color: #3F4487;
}
</style>
border-color css
<style>
span { border-color: #3F4487; }
span { border-color: rgb(63,68,135); }
td.TdClassName
{
border-color: #3F4487;
}
.TagClassName
{
border-color: #3F4487;
}
</style>