Shades of Jacksons Purple #323882
Tints of Jacksons Purple #323882
RGB
CMYK
RGB Variations
Color information
#323882 (or 0x323882) is known color: Jacksons Purple. HEX triplet: 32, 38 and 82. RGB value is (50,56,130). Sum of RGB (Red+Green+Blue) = 50+56+130=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #323882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323882 is #CDC77D. Grayscale: #3E3E3E. Windows color (decimal): -13485950 or 8534066. OLE color: 8534066.
HSL color Cylindrical-coordinate representation of color #323882: hue angle of 235.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323882 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 56 | 130 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.49 |
| HSL | 235.5º | 0.44% | 0.35% | - |
| HSV(B) | 235.5º | 0.62% | 0.51% | - |
| XYZ | 6.76 | 5.12 | 21.75 | - |
| YUV | 62.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 130 | 0.62 | 0.57 | 0 | 0.49 | 235.5 | 0.44 | 0.35 |
| Hex | 32 | 38 | 82 | 3E | 39 | 0 | 31 | EC | 2C | 23 |
| Octal | 62 | 70 | 202 | 76 | 71 | 0 | 61 | 354 | 54 | 43 |
| Binary | 110010 | 111000 | 10000010 | 111110 | 111001 | 0 | 110001 | 11101100 | 101100 | 100011 |
Color Harmonies of #323882
Complementary color
Monochromatic Colors of #323882
Black with #323882
Text Example
Text Example
White with #323882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323882; }
p { color: rgb(50,56,130); }
H1.HeaderClassName
{
color: #323882;
}
.AnyTagClassName
{
color: #323882;
}
</style>
background-color css
<style>
a { background-color: #323882; }
a { background-color: rgb(50,56,130); }
div.DivClassName
{
background-color: #323882;
}
.BgClassName
{
background-color: #323882;
}
</style>
border-color css
<style>
span { border-color: #323882; }
span { border-color: rgb(50,56,130); }
td.TdClassName
{
border-color: #323882;
}
.TagClassName
{
border-color: #323882;
}
</style>