Shades of Jacksons Purple #322887
Tints of Jacksons Purple #322887
RGB
CMYK
RGB Variations
Color information
#322887 (or 0x322887) is known color: Jacksons Purple. HEX triplet: 32, 28 and 87. RGB value is (50,40,135). Sum of RGB (Red+Green+Blue) = 50+40+135=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #322887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322887 is #CDD778. Grayscale: #353535. Windows color (decimal): -13490041 or 8857650. OLE color: 8857650.
HSL color Cylindrical-coordinate representation of color #322887: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322887 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 40 | 135 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.47 |
| HSL | 246.32º | 0.54% | 0.34% | - |
| HSV(B) | 246.32º | 0.7% | 0.53% | - |
| XYZ | 6.45 | 3.94 | 23.34 | - |
| YUV | 53.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 135 | 0.63 | 0.70 | 0 | 0.47 | 246.32 | 0.54 | 0.34 |
| Hex | 32 | 28 | 87 | 3F | 46 | 0 | 2F | F6 | 36 | 22 |
| Octal | 62 | 50 | 207 | 77 | 106 | 0 | 57 | 366 | 66 | 42 |
| Binary | 110010 | 101000 | 10000111 | 111111 | 1000110 | 0 | 101111 | 11110110 | 110110 | 100010 |
Color Harmonies of #322887
Complementary color
Monochromatic Colors of #322887
Black with #322887
Text Example
Text Example
White with #322887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322887; }
p { color: rgb(50,40,135); }
H1.HeaderClassName
{
color: #322887;
}
.AnyTagClassName
{
color: #322887;
}
</style>
background-color css
<style>
a { background-color: #322887; }
a { background-color: rgb(50,40,135); }
div.DivClassName
{
background-color: #322887;
}
.BgClassName
{
background-color: #322887;
}
</style>
border-color css
<style>
span { border-color: #322887; }
span { border-color: rgb(50,40,135); }
td.TdClassName
{
border-color: #322887;
}
.TagClassName
{
border-color: #322887;
}
</style>