Shades of Jacksons Purple #323888
Tints of Jacksons Purple #323888
RGB
CMYK
RGB Variations
Color information
#323888 (or 0x323888) is known color: Jacksons Purple. HEX triplet: 32, 38 and 88. RGB value is (50,56,136). Sum of RGB (Red+Green+Blue) = 50+56+136=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #323888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323888 is #CDC777. Grayscale: #3F3F3F. Windows color (decimal): -13485944 or 8927282. OLE color: 8927282.
HSL color Cylindrical-coordinate representation of color #323888: hue angle of 235.81º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323888 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 56 | 136 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.47 |
| HSL | 235.81º | 0.46% | 0.36% | - |
| HSV(B) | 235.81º | 0.63% | 0.53% | - |
| XYZ | 7.17 | 5.28 | 23.93 | - |
| YUV | 63.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 136 | 0.63 | 0.59 | 0 | 0.47 | 235.81 | 0.46 | 0.36 |
| Hex | 32 | 38 | 88 | 3F | 3B | 0 | 2F | EC | 2E | 24 |
| Octal | 62 | 70 | 210 | 77 | 73 | 0 | 57 | 354 | 56 | 44 |
| Binary | 110010 | 111000 | 10001000 | 111111 | 111011 | 0 | 101111 | 11101100 | 101110 | 100100 |
Color Harmonies of #323888
Complementary color
Monochromatic Colors of #323888
Black with #323888
Text Example
Text Example
White with #323888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323888; }
p { color: rgb(50,56,136); }
H1.HeaderClassName
{
color: #323888;
}
.AnyTagClassName
{
color: #323888;
}
</style>
background-color css
<style>
a { background-color: #323888; }
a { background-color: rgb(50,56,136); }
div.DivClassName
{
background-color: #323888;
}
.BgClassName
{
background-color: #323888;
}
</style>
border-color css
<style>
span { border-color: #323888; }
span { border-color: rgb(50,56,136); }
td.TdClassName
{
border-color: #323888;
}
.TagClassName
{
border-color: #323888;
}
</style>