Shades of Jacksons Purple #323585
Tints of Jacksons Purple #323585
RGB
CMYK
RGB Variations
Color information
#323585 (or 0x323585) is known color: Jacksons Purple. HEX triplet: 32, 35 and 85. RGB value is (50,53,133). Sum of RGB (Red+Green+Blue) = 50+53+133=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #323585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323585 is #CDCA7A. Grayscale: #3C3C3C. Windows color (decimal): -13486715 or 8729906. OLE color: 8729906.
HSL color Cylindrical-coordinate representation of color #323585: hue angle of 237.83º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323585 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 53 | 133 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.48 |
| HSL | 237.83º | 0.45% | 0.36% | - |
| HSV(B) | 237.83º | 0.62% | 0.52% | - |
| XYZ | 6.82 | 4.92 | 22.78 | - |
| YUV | 61.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 133 | 0.62 | 0.60 | 0 | 0.48 | 237.83 | 0.45 | 0.36 |
| Hex | 32 | 35 | 85 | 3E | 3C | 0 | 30 | EE | 2D | 24 |
| Octal | 62 | 65 | 205 | 76 | 74 | 0 | 60 | 356 | 55 | 44 |
| Binary | 110010 | 110101 | 10000101 | 111110 | 111100 | 0 | 110000 | 11101110 | 101101 | 100100 |
Color Harmonies of #323585
Complementary color
Monochromatic Colors of #323585
Black with #323585
Text Example
Text Example
White with #323585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323585; }
p { color: rgb(50,53,133); }
H1.HeaderClassName
{
color: #323585;
}
.AnyTagClassName
{
color: #323585;
}
</style>
background-color css
<style>
a { background-color: #323585; }
a { background-color: rgb(50,53,133); }
div.DivClassName
{
background-color: #323585;
}
.BgClassName
{
background-color: #323585;
}
</style>
border-color css
<style>
span { border-color: #323585; }
span { border-color: rgb(50,53,133); }
td.TdClassName
{
border-color: #323585;
}
.TagClassName
{
border-color: #323585;
}
</style>