Shades of Jacksons Purple #323788
Tints of Jacksons Purple #323788
RGB
CMYK
RGB Variations
Color information
#323788 (or 0x323788) is known color: Jacksons Purple. HEX triplet: 32, 37 and 88. RGB value is (50,55,136). Sum of RGB (Red+Green+Blue) = 50+55+136=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #323788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323788 is #CDC877. Grayscale: #3E3E3E. Windows color (decimal): -13486200 or 8927026. OLE color: 8927026.
HSL color Cylindrical-coordinate representation of color #323788: hue angle of 236.51º 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 #323788 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 55 | 136 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.47 |
| HSL | 236.51º | 0.46% | 0.36% | - |
| HSV(B) | 236.51º | 0.63% | 0.53% | - |
| XYZ | 7.13 | 5.19 | 23.92 | - |
| YUV | 62.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 136 | 0.63 | 0.60 | 0 | 0.47 | 236.51 | 0.46 | 0.36 |
| Hex | 32 | 37 | 88 | 3F | 3C | 0 | 2F | ED | 2E | 24 |
| Octal | 62 | 67 | 210 | 77 | 74 | 0 | 57 | 355 | 56 | 44 |
| Binary | 110010 | 110111 | 10001000 | 111111 | 111100 | 0 | 101111 | 11101101 | 101110 | 100100 |
Color Harmonies of #323788
Complementary color
Monochromatic Colors of #323788
Black with #323788
Text Example
Text Example
White with #323788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323788; }
p { color: rgb(50,55,136); }
H1.HeaderClassName
{
color: #323788;
}
.AnyTagClassName
{
color: #323788;
}
</style>
background-color css
<style>
a { background-color: #323788; }
a { background-color: rgb(50,55,136); }
div.DivClassName
{
background-color: #323788;
}
.BgClassName
{
background-color: #323788;
}
</style>
border-color css
<style>
span { border-color: #323788; }
span { border-color: rgb(50,55,136); }
td.TdClassName
{
border-color: #323788;
}
.TagClassName
{
border-color: #323788;
}
</style>