Shades of Jacksons Purple #333589
Tints of Jacksons Purple #333589
RGB
CMYK
RGB Variations
Color information
#333589 (or 0x333589) is known color: Jacksons Purple. HEX triplet: 33, 35 and 89. RGB value is (51,53,137). Sum of RGB (Red+Green+Blue) = 51+53+137=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #333589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333589 is #CCCA76. Grayscale: #3D3D3D. Windows color (decimal): -13421175 or 8992051. OLE color: 8992051.
HSL color Cylindrical-coordinate representation of color #333589: hue angle of 238.6º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333589 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 53 | 137 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.46 |
| HSL | 238.6º | 0.46% | 0.37% | - |
| HSV(B) | 238.6º | 0.63% | 0.54% | - |
| XYZ | 7.15 | 5.06 | 24.27 | - |
| YUV | 61.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 137 | 0.63 | 0.61 | 0 | 0.46 | 238.6 | 0.46 | 0.37 |
| Hex | 33 | 35 | 89 | 3F | 3D | 0 | 2E | EF | 2E | 25 |
| Octal | 63 | 65 | 211 | 77 | 75 | 0 | 56 | 357 | 56 | 45 |
| Binary | 110011 | 110101 | 10001001 | 111111 | 111101 | 0 | 101110 | 11101111 | 101110 | 100101 |
Color Harmonies of #333589
Complementary color
Monochromatic Colors of #333589
Black with #333589
Text Example
Text Example
White with #333589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333589; }
p { color: rgb(51,53,137); }
H1.HeaderClassName
{
color: #333589;
}
.AnyTagClassName
{
color: #333589;
}
</style>
background-color css
<style>
a { background-color: #333589; }
a { background-color: rgb(51,53,137); }
div.DivClassName
{
background-color: #333589;
}
.BgClassName
{
background-color: #333589;
}
</style>
border-color css
<style>
span { border-color: #333589; }
span { border-color: rgb(51,53,137); }
td.TdClassName
{
border-color: #333589;
}
.TagClassName
{
border-color: #333589;
}
</style>