Shades of Jacksons Purple #322883
Tints of Jacksons Purple #322883
RGB
CMYK
RGB Variations
Color information
#322883 (or 0x322883) is known color: Jacksons Purple. HEX triplet: 32, 28 and 83. RGB value is (50,40,131). Sum of RGB (Red+Green+Blue) = 50+40+131=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #322883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322883 is #CDD77C. Grayscale: #353535. Windows color (decimal): -13490045 or 8595506. OLE color: 8595506.
HSL color Cylindrical-coordinate representation of color #322883: hue angle of 246.59º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322883 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 40 | 131 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.49 |
| HSL | 246.59º | 0.53% | 0.34% | - |
| HSV(B) | 246.59º | 0.69% | 0.51% | - |
| XYZ | 6.17 | 3.83 | 21.89 | - |
| YUV | 53.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 131 | 0.62 | 0.69 | 0 | 0.49 | 246.59 | 0.53 | 0.34 |
| Hex | 32 | 28 | 83 | 3E | 45 | 0 | 31 | F7 | 35 | 22 |
| Octal | 62 | 50 | 203 | 76 | 105 | 0 | 61 | 367 | 65 | 42 |
| Binary | 110010 | 101000 | 10000011 | 111110 | 1000101 | 0 | 110001 | 11110111 | 110101 | 100010 |
Color Harmonies of #322883
Complementary color
Monochromatic Colors of #322883
Black with #322883
Text Example
Text Example
White with #322883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322883; }
p { color: rgb(50,40,131); }
H1.HeaderClassName
{
color: #322883;
}
.AnyTagClassName
{
color: #322883;
}
</style>
background-color css
<style>
a { background-color: #322883; }
a { background-color: rgb(50,40,131); }
div.DivClassName
{
background-color: #322883;
}
.BgClassName
{
background-color: #322883;
}
</style>
border-color css
<style>
span { border-color: #322883; }
span { border-color: rgb(50,40,131); }
td.TdClassName
{
border-color: #322883;
}
.TagClassName
{
border-color: #322883;
}
</style>