Shades of Jacksons Purple #3F4289
Tints of Jacksons Purple #3F4289
RGB
CMYK
RGB Variations
Color information
#3F4289 (or 0x3F4289) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 89. RGB value is (63,66,137). Sum of RGB (Red+Green+Blue) = 63+66+137=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F4289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4289 is #C0BD76. Grayscale: #484848. Windows color (decimal): -12631415 or 8995391. OLE color: 8995391.
HSL color Cylindrical-coordinate representation of color #3F4289: hue angle of 237.57º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4289 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 66 | 137 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.46 |
| HSL | 237.57º | 0.37% | 0.39% | - |
| HSV(B) | 237.57º | 0.54% | 0.54% | - |
| XYZ | 8.51 | 6.76 | 24.52 | - |
| YUV | 73.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 137 | 0.54 | 0.52 | 0 | 0.46 | 237.57 | 0.37 | 0.39 |
| Hex | 3F | 42 | 89 | 36 | 34 | 0 | 2E | EE | 25 | 27 |
| Octal | 77 | 102 | 211 | 66 | 64 | 0 | 56 | 356 | 45 | 47 |
| Binary | 111111 | 1000010 | 10001001 | 110110 | 110100 | 0 | 101110 | 11101110 | 100101 | 100111 |
Color Harmonies of #3F4289
Complementary color
Monochromatic Colors of #3F4289
Black with #3F4289
Text Example
Text Example
White with #3F4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4289; }
p { color: rgb(63,66,137); }
H1.HeaderClassName
{
color: #3F4289;
}
.AnyTagClassName
{
color: #3F4289;
}
</style>
background-color css
<style>
a { background-color: #3F4289; }
a { background-color: rgb(63,66,137); }
div.DivClassName
{
background-color: #3F4289;
}
.BgClassName
{
background-color: #3F4289;
}
</style>
border-color css
<style>
span { border-color: #3F4289; }
span { border-color: rgb(63,66,137); }
td.TdClassName
{
border-color: #3F4289;
}
.TagClassName
{
border-color: #3F4289;
}
</style>