Shades of Jacksons Purple #323087
Tints of Jacksons Purple #323087
RGB
CMYK
RGB Variations
Color information
#323087 (or 0x323087) is known color: Jacksons Purple. HEX triplet: 32, 30 and 87. RGB value is (50,48,135). Sum of RGB (Red+Green+Blue) = 50+48+135=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #323087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323087 is #CDCF78. Grayscale: #3A3A3A. Windows color (decimal): -13487993 or 8859698. OLE color: 8859698.
HSL color Cylindrical-coordinate representation of color #323087: hue angle of 241.38º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323087 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 48 | 135 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.47 |
| HSL | 241.38º | 0.48% | 0.36% | - |
| HSV(B) | 241.38º | 0.64% | 0.53% | - |
| XYZ | 6.75 | 4.54 | 23.44 | - |
| YUV | 58.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 135 | 0.63 | 0.64 | 0 | 0.47 | 241.38 | 0.48 | 0.36 |
| Hex | 32 | 30 | 87 | 3F | 40 | 0 | 2F | F1 | 30 | 24 |
| Octal | 62 | 60 | 207 | 77 | 100 | 0 | 57 | 361 | 60 | 44 |
| Binary | 110010 | 110000 | 10000111 | 111111 | 1000000 | 0 | 101111 | 11110001 | 110000 | 100100 |
Color Harmonies of #323087
Complementary color
Monochromatic Colors of #323087
Black with #323087
Text Example
Text Example
White with #323087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323087; }
p { color: rgb(50,48,135); }
H1.HeaderClassName
{
color: #323087;
}
.AnyTagClassName
{
color: #323087;
}
</style>
background-color css
<style>
a { background-color: #323087; }
a { background-color: rgb(50,48,135); }
div.DivClassName
{
background-color: #323087;
}
.BgClassName
{
background-color: #323087;
}
</style>
border-color css
<style>
span { border-color: #323087; }
span { border-color: rgb(50,48,135); }
td.TdClassName
{
border-color: #323087;
}
.TagClassName
{
border-color: #323087;
}
</style>