Shades of Jacksons Purple #323489
Tints of Jacksons Purple #323489
RGB
CMYK
RGB Variations
Color information
#323489 (or 0x323489) is known color: Jacksons Purple. HEX triplet: 32, 34 and 89. RGB value is (50,52,137). Sum of RGB (Red+Green+Blue) = 50+52+137=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #323489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323489 is #CDCB76. Grayscale: #3C3C3C. Windows color (decimal): -13486967 or 8991794. OLE color: 8991794.
HSL color Cylindrical-coordinate representation of color #323489: hue angle of 238.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323489 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 52 | 137 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.46 |
| HSL | 238.62º | 0.47% | 0.37% | - |
| HSV(B) | 238.62º | 0.64% | 0.54% | - |
| XYZ | 7.06 | 4.94 | 24.25 | - |
| YUV | 61.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 137 | 0.64 | 0.62 | 0 | 0.46 | 238.62 | 0.47 | 0.37 |
| Hex | 32 | 34 | 89 | 40 | 3E | 0 | 2E | EF | 2F | 25 |
| Octal | 62 | 64 | 211 | 100 | 76 | 0 | 56 | 357 | 57 | 45 |
| Binary | 110010 | 110100 | 10001001 | 1000000 | 111110 | 0 | 101110 | 11101111 | 101111 | 100101 |
Color Harmonies of #323489
Complementary color
Monochromatic Colors of #323489
Black with #323489
Text Example
Text Example
White with #323489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323489; }
p { color: rgb(50,52,137); }
H1.HeaderClassName
{
color: #323489;
}
.AnyTagClassName
{
color: #323489;
}
</style>
background-color css
<style>
a { background-color: #323489; }
a { background-color: rgb(50,52,137); }
div.DivClassName
{
background-color: #323489;
}
.BgClassName
{
background-color: #323489;
}
</style>
border-color css
<style>
span { border-color: #323489; }
span { border-color: rgb(50,52,137); }
td.TdClassName
{
border-color: #323489;
}
.TagClassName
{
border-color: #323489;
}
</style>