Shades of Jacksons Purple #322982
Tints of Jacksons Purple #322982
RGB
CMYK
RGB Variations
Color information
#322982 (or 0x322982) is known color: Jacksons Purple. HEX triplet: 32, 29 and 82. RGB value is (50,41,130). Sum of RGB (Red+Green+Blue) = 50+41+130=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #322982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322982 is #CDD67D. Grayscale: #353535. Windows color (decimal): -13489790 or 8530226. OLE color: 8530226.
HSL color Cylindrical-coordinate representation of color #322982: hue angle of 246.07º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322982 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 41 | 130 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.49 |
| HSL | 246.07º | 0.52% | 0.34% | - |
| HSV(B) | 246.07º | 0.68% | 0.51% | - |
| XYZ | 6.14 | 3.88 | 21.54 | - |
| YUV | 53.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 130 | 0.62 | 0.68 | 0 | 0.49 | 246.07 | 0.52 | 0.34 |
| Hex | 32 | 29 | 82 | 3E | 44 | 0 | 31 | F6 | 34 | 22 |
| Octal | 62 | 51 | 202 | 76 | 104 | 0 | 61 | 366 | 64 | 42 |
| Binary | 110010 | 101001 | 10000010 | 111110 | 1000100 | 0 | 110001 | 11110110 | 110100 | 100010 |
Color Harmonies of #322982
Complementary color
Monochromatic Colors of #322982
Black with #322982
Text Example
Text Example
White with #322982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322982; }
p { color: rgb(50,41,130); }
H1.HeaderClassName
{
color: #322982;
}
.AnyTagClassName
{
color: #322982;
}
</style>
background-color css
<style>
a { background-color: #322982; }
a { background-color: rgb(50,41,130); }
div.DivClassName
{
background-color: #322982;
}
.BgClassName
{
background-color: #322982;
}
</style>
border-color css
<style>
span { border-color: #322982; }
span { border-color: rgb(50,41,130); }
td.TdClassName
{
border-color: #322982;
}
.TagClassName
{
border-color: #322982;
}
</style>