Shades of Jacksons Purple #333489
Tints of Jacksons Purple #333489
RGB
CMYK
RGB Variations
Color information
#333489 (or 0x333489) is known color: Jacksons Purple. HEX triplet: 33, 34 and 89. RGB value is (51,52,137). Sum of RGB (Red+Green+Blue) = 51+52+137=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #333489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333489 is #CCCB76. Grayscale: #3D3D3D. Windows color (decimal): -13421431 or 8991795. OLE color: 8991795.
HSL color Cylindrical-coordinate representation of color #333489: hue angle of 239.3º 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 #333489 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 52 | 137 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.46 |
| HSL | 239.3º | 0.46% | 0.37% | - |
| HSV(B) | 239.3º | 0.63% | 0.54% | - |
| XYZ | 7.11 | 4.97 | 24.25 | - |
| YUV | 61.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 137 | 0.63 | 0.62 | 0 | 0.46 | 239.3 | 0.46 | 0.37 |
| Hex | 33 | 34 | 89 | 3F | 3E | 0 | 2E | EF | 2E | 25 |
| Octal | 63 | 64 | 211 | 77 | 76 | 0 | 56 | 357 | 56 | 45 |
| Binary | 110011 | 110100 | 10001001 | 111111 | 111110 | 0 | 101110 | 11101111 | 101110 | 100101 |
Color Harmonies of #333489
Complementary color
Monochromatic Colors of #333489
Black with #333489
Text Example
Text Example
White with #333489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333489; }
p { color: rgb(51,52,137); }
H1.HeaderClassName
{
color: #333489;
}
.AnyTagClassName
{
color: #333489;
}
</style>
background-color css
<style>
a { background-color: #333489; }
a { background-color: rgb(51,52,137); }
div.DivClassName
{
background-color: #333489;
}
.BgClassName
{
background-color: #333489;
}
</style>
border-color css
<style>
span { border-color: #333489; }
span { border-color: rgb(51,52,137); }
td.TdClassName
{
border-color: #333489;
}
.TagClassName
{
border-color: #333489;
}
</style>