Shades of Jacksons Purple #322E86
Tints of Jacksons Purple #322E86
RGB
CMYK
RGB Variations
Color information
#322E86 (or 0x322E86) is known color: Jacksons Purple. HEX triplet: 32, 2E and 86. RGB value is (50,46,134). Sum of RGB (Red+Green+Blue) = 50+46+134=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #322E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322E86 is #CDD179. Grayscale: #383838. Windows color (decimal): -13488506 or 8793650. OLE color: 8793650.
HSL color Cylindrical-coordinate representation of color #322E86: hue angle of 242.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322E86 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 46 | 134 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.47 |
| HSL | 242.73º | 0.49% | 0.35% | - |
| HSV(B) | 242.73º | 0.66% | 0.53% | - |
| XYZ | 6.6 | 4.35 | 23.05 | - |
| YUV | 57.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 134 | 0.63 | 0.66 | 0 | 0.47 | 242.73 | 0.49 | 0.35 |
| Hex | 32 | 2E | 86 | 3F | 42 | 0 | 2F | F3 | 31 | 23 |
| Octal | 62 | 56 | 206 | 77 | 102 | 0 | 57 | 363 | 61 | 43 |
| Binary | 110010 | 101110 | 10000110 | 111111 | 1000010 | 0 | 101111 | 11110011 | 110001 | 100011 |
Color Harmonies of #322E86
Complementary color
Monochromatic Colors of #322E86
Black with #322E86
Text Example
Text Example
White with #322E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E86; }
p { color: rgb(50,46,134); }
H1.HeaderClassName
{
color: #322E86;
}
.AnyTagClassName
{
color: #322E86;
}
</style>
background-color css
<style>
a { background-color: #322E86; }
a { background-color: rgb(50,46,134); }
div.DivClassName
{
background-color: #322E86;
}
.BgClassName
{
background-color: #322E86;
}
</style>
border-color css
<style>
span { border-color: #322E86; }
span { border-color: rgb(50,46,134); }
td.TdClassName
{
border-color: #322E86;
}
.TagClassName
{
border-color: #322E86;
}
</style>