Shades of Jacksons Purple #322D88
Tints of Jacksons Purple #322D88
RGB
CMYK
RGB Variations
Color information
#322D88 (or 0x322D88) is known color: Jacksons Purple. HEX triplet: 32, 2D and 88. RGB value is (50,45,136). Sum of RGB (Red+Green+Blue) = 50+45+136=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #322D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D88 is #CDD277. Grayscale: #383838. Windows color (decimal): -13488760 or 8924466. OLE color: 8924466.
HSL color Cylindrical-coordinate representation of color #322D88: hue angle of 243.3º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322D88 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 45 | 136 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.47 |
| HSL | 243.3º | 0.5% | 0.35% | - |
| HSV(B) | 243.3º | 0.67% | 0.53% | - |
| XYZ | 6.7 | 4.33 | 23.78 | - |
| YUV | 56.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 136 | 0.63 | 0.67 | 0 | 0.47 | 243.3 | 0.5 | 0.35 |
| Hex | 32 | 2D | 88 | 3F | 43 | 0 | 2F | F3 | 32 | 23 |
| Octal | 62 | 55 | 210 | 77 | 103 | 0 | 57 | 363 | 62 | 43 |
| Binary | 110010 | 101101 | 10001000 | 111111 | 1000011 | 0 | 101111 | 11110011 | 110010 | 100011 |
Color Harmonies of #322D88
Complementary color
Monochromatic Colors of #322D88
Black with #322D88
Text Example
Text Example
White with #322D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D88; }
p { color: rgb(50,45,136); }
H1.HeaderClassName
{
color: #322D88;
}
.AnyTagClassName
{
color: #322D88;
}
</style>
background-color css
<style>
a { background-color: #322D88; }
a { background-color: rgb(50,45,136); }
div.DivClassName
{
background-color: #322D88;
}
.BgClassName
{
background-color: #322D88;
}
</style>
border-color css
<style>
span { border-color: #322D88; }
span { border-color: rgb(50,45,136); }
td.TdClassName
{
border-color: #322D88;
}
.TagClassName
{
border-color: #322D88;
}
</style>