Shades of Jacksons Purple #3B3F89
Tints of Jacksons Purple #3B3F89
RGB
CMYK
RGB Variations
Color information
#3B3F89 (or 0x3B3F89) is known color: Jacksons Purple. HEX triplet: 3B, 3F and 89. RGB value is (59,63,137). Sum of RGB (Red+Green+Blue) = 59+63+137=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B3F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3F89 is #C4C076. Grayscale: #454545. Windows color (decimal): -12894327 or 8994619. OLE color: 8994619.
HSL color Cylindrical-coordinate representation of color #3B3F89: hue angle of 236.92º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B3F89 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 63 | 137 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.46 |
| HSL | 236.92º | 0.4% | 0.38% | - |
| HSV(B) | 236.92º | 0.57% | 0.54% | - |
| XYZ | 8.1 | 6.29 | 24.45 | - |
| YUV | 70.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 137 | 0.57 | 0.54 | 0 | 0.46 | 236.92 | 0.4 | 0.38 |
| Hex | 3B | 3F | 89 | 39 | 36 | 0 | 2E | ED | 28 | 26 |
| Octal | 73 | 77 | 211 | 71 | 66 | 0 | 56 | 355 | 50 | 46 |
| Binary | 111011 | 111111 | 10001001 | 111001 | 110110 | 0 | 101110 | 11101101 | 101000 | 100110 |
Color Harmonies of #3B3F89
Complementary color
Monochromatic Colors of #3B3F89
Black with #3B3F89
Text Example
Text Example
White with #3B3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3F89; }
p { color: rgb(59,63,137); }
H1.HeaderClassName
{
color: #3B3F89;
}
.AnyTagClassName
{
color: #3B3F89;
}
</style>
background-color css
<style>
a { background-color: #3B3F89; }
a { background-color: rgb(59,63,137); }
div.DivClassName
{
background-color: #3B3F89;
}
.BgClassName
{
background-color: #3B3F89;
}
</style>
border-color css
<style>
span { border-color: #3B3F89; }
span { border-color: rgb(59,63,137); }
td.TdClassName
{
border-color: #3B3F89;
}
.TagClassName
{
border-color: #3B3F89;
}
</style>