Shades of Jacksons Purple #323189
Tints of Jacksons Purple #323189
RGB
CMYK
RGB Variations
Color information
#323189 (or 0x323189) is known color: Jacksons Purple. HEX triplet: 32, 31 and 89. RGB value is (50,49,137). Sum of RGB (Red+Green+Blue) = 50+49+137=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #323189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323189 is #CDCE76. Grayscale: #3A3A3A. Windows color (decimal): -13487735 or 8991026. OLE color: 8991026.
HSL color Cylindrical-coordinate representation of color #323189: hue angle of 240.68º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323189 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 49 | 137 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.46 |
| HSL | 240.68º | 0.47% | 0.36% | - |
| HSV(B) | 240.68º | 0.64% | 0.54% | - |
| XYZ | 6.93 | 4.68 | 24.21 | - |
| YUV | 59.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 137 | 0.64 | 0.64 | 0 | 0.46 | 240.68 | 0.47 | 0.36 |
| Hex | 32 | 31 | 89 | 40 | 40 | 0 | 2E | F1 | 2F | 24 |
| Octal | 62 | 61 | 211 | 100 | 100 | 0 | 56 | 361 | 57 | 44 |
| Binary | 110010 | 110001 | 10001001 | 1000000 | 1000000 | 0 | 101110 | 11110001 | 101111 | 100100 |
Color Harmonies of #323189
Complementary color
Monochromatic Colors of #323189
Black with #323189
Text Example
Text Example
White with #323189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323189; }
p { color: rgb(50,49,137); }
H1.HeaderClassName
{
color: #323189;
}
.AnyTagClassName
{
color: #323189;
}
</style>
background-color css
<style>
a { background-color: #323189; }
a { background-color: rgb(50,49,137); }
div.DivClassName
{
background-color: #323189;
}
.BgClassName
{
background-color: #323189;
}
</style>
border-color css
<style>
span { border-color: #323189; }
span { border-color: rgb(50,49,137); }
td.TdClassName
{
border-color: #323189;
}
.TagClassName
{
border-color: #323189;
}
</style>