Shades of Jacksons Purple #323885
Tints of Jacksons Purple #323885
RGB
CMYK
RGB Variations
Color information
#323885 (or 0x323885) is known color: Jacksons Purple. HEX triplet: 32, 38 and 85. RGB value is (50,56,133). Sum of RGB (Red+Green+Blue) = 50+56+133=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #323885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323885 is #CDC77A. Grayscale: #3E3E3E. Windows color (decimal): -13485947 or 8730674. OLE color: 8730674.
HSL color Cylindrical-coordinate representation of color #323885: hue angle of 235.66º 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 #323885 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 56 | 133 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.48 |
| HSL | 235.66º | 0.45% | 0.36% | - |
| HSV(B) | 235.66º | 0.62% | 0.52% | - |
| XYZ | 6.96 | 5.2 | 22.83 | - |
| YUV | 62.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 133 | 0.62 | 0.58 | 0 | 0.48 | 235.66 | 0.45 | 0.36 |
| Hex | 32 | 38 | 85 | 3E | 3A | 0 | 30 | EC | 2D | 24 |
| Octal | 62 | 70 | 205 | 76 | 72 | 0 | 60 | 354 | 55 | 44 |
| Binary | 110010 | 111000 | 10000101 | 111110 | 111010 | 0 | 110000 | 11101100 | 101101 | 100100 |
Color Harmonies of #323885
Complementary color
Monochromatic Colors of #323885
Black with #323885
Text Example
Text Example
White with #323885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323885; }
p { color: rgb(50,56,133); }
H1.HeaderClassName
{
color: #323885;
}
.AnyTagClassName
{
color: #323885;
}
</style>
background-color css
<style>
a { background-color: #323885; }
a { background-color: rgb(50,56,133); }
div.DivClassName
{
background-color: #323885;
}
.BgClassName
{
background-color: #323885;
}
</style>
border-color css
<style>
span { border-color: #323885; }
span { border-color: rgb(50,56,133); }
td.TdClassName
{
border-color: #323885;
}
.TagClassName
{
border-color: #323885;
}
</style>