Shades of Jacksons Purple #322888
Tints of Jacksons Purple #322888
RGB
CMYK
RGB Variations
Color information
#322888 (or 0x322888) is known color: Jacksons Purple. HEX triplet: 32, 28 and 88. RGB value is (50,40,136). Sum of RGB (Red+Green+Blue) = 50+40+136=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #322888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322888 is #CDD777. Grayscale: #353535. Windows color (decimal): -13490040 or 8923186. OLE color: 8923186.
HSL color Cylindrical-coordinate representation of color #322888: hue angle of 246.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322888 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 40 | 136 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.47 |
| HSL | 246.25º | 0.55% | 0.35% | - |
| HSV(B) | 246.25º | 0.71% | 0.53% | - |
| XYZ | 6.52 | 3.97 | 23.72 | - |
| YUV | 53.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 136 | 0.63 | 0.71 | 0 | 0.47 | 246.25 | 0.55 | 0.35 |
| Hex | 32 | 28 | 88 | 3F | 47 | 0 | 2F | F6 | 37 | 23 |
| Octal | 62 | 50 | 210 | 77 | 107 | 0 | 57 | 366 | 67 | 43 |
| Binary | 110010 | 101000 | 10001000 | 111111 | 1000111 | 0 | 101111 | 11110110 | 110111 | 100011 |
Color Harmonies of #322888
Complementary color
Monochromatic Colors of #322888
Black with #322888
Text Example
Text Example
White with #322888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322888; }
p { color: rgb(50,40,136); }
H1.HeaderClassName
{
color: #322888;
}
.AnyTagClassName
{
color: #322888;
}
</style>
background-color css
<style>
a { background-color: #322888; }
a { background-color: rgb(50,40,136); }
div.DivClassName
{
background-color: #322888;
}
.BgClassName
{
background-color: #322888;
}
</style>
border-color css
<style>
span { border-color: #322888; }
span { border-color: rgb(50,40,136); }
td.TdClassName
{
border-color: #322888;
}
.TagClassName
{
border-color: #322888;
}
</style>