Shades of Jacksons Purple #323999
Tints of Jacksons Purple #323999
RGB
CMYK
RGB Variations
Color information
#323999 (or 0x323999) is known color: Jacksons Purple. HEX triplet: 32, 39 and 99. RGB value is (50,57,153). Sum of RGB (Red+Green+Blue) = 50+57+153=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #323999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323999 is #CDC666. Grayscale: #414141. Windows color (decimal): -13485671 or 10041650. OLE color: 10041650.
HSL color Cylindrical-coordinate representation of color #323999: hue angle of 235.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323999 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 57 | 153 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.4 |
| HSL | 235.92º | 0.51% | 0.4% | - |
| HSV(B) | 235.92º | 0.67% | 0.6% | - |
| XYZ | 8.53 | 5.9 | 30.83 | - |
| YUV | 65.85 | 177.18 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 153 | 0.67 | 0.63 | 0 | 0.4 | 235.92 | 0.51 | 0.4 |
| Hex | 32 | 39 | 99 | 43 | 3F | 0 | 28 | EC | 33 | 28 |
| Octal | 62 | 71 | 231 | 103 | 77 | 0 | 50 | 354 | 63 | 50 |
| Binary | 110010 | 111001 | 10011001 | 1000011 | 111111 | 0 | 101000 | 11101100 | 110011 | 101000 |
Color Harmonies of #323999
Complementary color
Monochromatic Colors of #323999
Black with #323999
Text Example
Text Example
White with #323999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323999; }
p { color: rgb(50,57,153); }
H1.HeaderClassName
{
color: #323999;
}
.AnyTagClassName
{
color: #323999;
}
</style>
background-color css
<style>
a { background-color: #323999; }
a { background-color: rgb(50,57,153); }
div.DivClassName
{
background-color: #323999;
}
.BgClassName
{
background-color: #323999;
}
</style>
border-color css
<style>
span { border-color: #323999; }
span { border-color: rgb(50,57,153); }
td.TdClassName
{
border-color: #323999;
}
.TagClassName
{
border-color: #323999;
}
</style>