Shades of Jacksons Purple #322D87
Tints of Jacksons Purple #322D87
RGB
CMYK
RGB Variations
Color information
#322D87 (or 0x322D87) is known color: Jacksons Purple. HEX triplet: 32, 2D and 87. RGB value is (50,45,135). Sum of RGB (Red+Green+Blue) = 50+45+135=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #322D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D87 is #CDD278. Grayscale: #383838. Windows color (decimal): -13488761 or 8858930. OLE color: 8858930.
HSL color Cylindrical-coordinate representation of color #322D87: hue angle of 243.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322D87 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 45 | 135 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.47 |
| HSL | 243.33º | 0.5% | 0.35% | - |
| HSV(B) | 243.33º | 0.67% | 0.53% | - |
| XYZ | 6.63 | 4.3 | 23.4 | - |
| YUV | 56.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 135 | 0.63 | 0.67 | 0 | 0.47 | 243.33 | 0.5 | 0.35 |
| Hex | 32 | 2D | 87 | 3F | 43 | 0 | 2F | F3 | 32 | 23 |
| Octal | 62 | 55 | 207 | 77 | 103 | 0 | 57 | 363 | 62 | 43 |
| Binary | 110010 | 101101 | 10000111 | 111111 | 1000011 | 0 | 101111 | 11110011 | 110010 | 100011 |
Color Harmonies of #322D87
Complementary color
Monochromatic Colors of #322D87
Black with #322D87
Text Example
Text Example
White with #322D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D87; }
p { color: rgb(50,45,135); }
H1.HeaderClassName
{
color: #322D87;
}
.AnyTagClassName
{
color: #322D87;
}
</style>
background-color css
<style>
a { background-color: #322D87; }
a { background-color: rgb(50,45,135); }
div.DivClassName
{
background-color: #322D87;
}
.BgClassName
{
background-color: #322D87;
}
</style>
border-color css
<style>
span { border-color: #322D87; }
span { border-color: rgb(50,45,135); }
td.TdClassName
{
border-color: #322D87;
}
.TagClassName
{
border-color: #322D87;
}
</style>