Shades of Jacksons Purple #323784
Tints of Jacksons Purple #323784
RGB
CMYK
RGB Variations
Color information
#323784 (or 0x323784) is known color: Jacksons Purple. HEX triplet: 32, 37 and 84. RGB value is (50,55,132). Sum of RGB (Red+Green+Blue) = 50+55+132=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #323784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323784 is #CDC87B. Grayscale: #3D3D3D. Windows color (decimal): -13486204 or 8664882. OLE color: 8664882.
HSL color Cylindrical-coordinate representation of color #323784: hue angle of 236.34º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323784 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 55 | 132 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.48 |
| HSL | 236.34º | 0.45% | 0.36% | - |
| HSV(B) | 236.34º | 0.62% | 0.52% | - |
| XYZ | 6.85 | 5.08 | 22.45 | - |
| YUV | 62.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 132 | 0.62 | 0.58 | 0 | 0.48 | 236.34 | 0.45 | 0.36 |
| Hex | 32 | 37 | 84 | 3E | 3A | 0 | 30 | EC | 2D | 24 |
| Octal | 62 | 67 | 204 | 76 | 72 | 0 | 60 | 354 | 55 | 44 |
| Binary | 110010 | 110111 | 10000100 | 111110 | 111010 | 0 | 110000 | 11101100 | 101101 | 100100 |
Color Harmonies of #323784
Complementary color
Monochromatic Colors of #323784
Black with #323784
Text Example
Text Example
White with #323784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323784; }
p { color: rgb(50,55,132); }
H1.HeaderClassName
{
color: #323784;
}
.AnyTagClassName
{
color: #323784;
}
</style>
background-color css
<style>
a { background-color: #323784; }
a { background-color: rgb(50,55,132); }
div.DivClassName
{
background-color: #323784;
}
.BgClassName
{
background-color: #323784;
}
</style>
border-color css
<style>
span { border-color: #323784; }
span { border-color: rgb(50,55,132); }
td.TdClassName
{
border-color: #323784;
}
.TagClassName
{
border-color: #323784;
}
</style>