Shades of Jacksons Purple #322F86
Tints of Jacksons Purple #322F86
RGB
CMYK
RGB Variations
Color information
#322F86 (or 0x322F86) is known color: Jacksons Purple. HEX triplet: 32, 2F and 86. RGB value is (50,47,134). Sum of RGB (Red+Green+Blue) = 50+47+134=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #322F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322F86 is #CDD079. Grayscale: #393939. Windows color (decimal): -13488250 or 8793906. OLE color: 8793906.
HSL color Cylindrical-coordinate representation of color #322F86: hue angle of 242.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322F86 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 47 | 134 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.47 |
| HSL | 242.07º | 0.48% | 0.35% | - |
| HSV(B) | 242.07º | 0.65% | 0.53% | - |
| XYZ | 6.63 | 4.43 | 23.06 | - |
| YUV | 57.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 134 | 0.63 | 0.65 | 0 | 0.47 | 242.07 | 0.48 | 0.35 |
| Hex | 32 | 2F | 86 | 3F | 41 | 0 | 2F | F2 | 30 | 23 |
| Octal | 62 | 57 | 206 | 77 | 101 | 0 | 57 | 362 | 60 | 43 |
| Binary | 110010 | 101111 | 10000110 | 111111 | 1000001 | 0 | 101111 | 11110010 | 110000 | 100011 |
Color Harmonies of #322F86
Complementary color
Monochromatic Colors of #322F86
Black with #322F86
Text Example
Text Example
White with #322F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F86; }
p { color: rgb(50,47,134); }
H1.HeaderClassName
{
color: #322F86;
}
.AnyTagClassName
{
color: #322F86;
}
</style>
background-color css
<style>
a { background-color: #322F86; }
a { background-color: rgb(50,47,134); }
div.DivClassName
{
background-color: #322F86;
}
.BgClassName
{
background-color: #322F86;
}
</style>
border-color css
<style>
span { border-color: #322F86; }
span { border-color: rgb(50,47,134); }
td.TdClassName
{
border-color: #322F86;
}
.TagClassName
{
border-color: #322F86;
}
</style>