Shades of Jacksons Purple #323589
Tints of Jacksons Purple #323589
RGB
CMYK
RGB Variations
Color information
#323589 (or 0x323589) is known color: Jacksons Purple. HEX triplet: 32, 35 and 89. RGB value is (50,53,137). Sum of RGB (Red+Green+Blue) = 50+53+137=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 53 (21.09% from 255 or 22.08% 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 #323589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323589 is #CDCA76. Grayscale: #3D3D3D. Windows color (decimal): -13486711 or 8992050. OLE color: 8992050.
HSL color Cylindrical-coordinate representation of color #323589: hue angle of 237.93º 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 #323589 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 53 | 137 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.46 |
| HSL | 237.93º | 0.47% | 0.37% | - |
| HSV(B) | 237.93º | 0.64% | 0.54% | - |
| XYZ | 7.1 | 5.03 | 24.26 | - |
| YUV | 61.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 137 | 0.64 | 0.61 | 0 | 0.46 | 237.93 | 0.47 | 0.37 |
| Hex | 32 | 35 | 89 | 40 | 3D | 0 | 2E | EE | 2F | 25 |
| Octal | 62 | 65 | 211 | 100 | 75 | 0 | 56 | 356 | 57 | 45 |
| Binary | 110010 | 110101 | 10001001 | 1000000 | 111101 | 0 | 101110 | 11101110 | 101111 | 100101 |
Color Harmonies of #323589
Complementary color
Monochromatic Colors of #323589
Black with #323589
Text Example
Text Example
White with #323589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323589; }
p { color: rgb(50,53,137); }
H1.HeaderClassName
{
color: #323589;
}
.AnyTagClassName
{
color: #323589;
}
</style>
background-color css
<style>
a { background-color: #323589; }
a { background-color: rgb(50,53,137); }
div.DivClassName
{
background-color: #323589;
}
.BgClassName
{
background-color: #323589;
}
</style>
border-color css
<style>
span { border-color: #323589; }
span { border-color: rgb(50,53,137); }
td.TdClassName
{
border-color: #323589;
}
.TagClassName
{
border-color: #323589;
}
</style>