Shades of Jacksons Purple #323184
Tints of Jacksons Purple #323184
RGB
CMYK
RGB Variations
Color information
#323184 (or 0x323184) is known color: Jacksons Purple. HEX triplet: 32, 31 and 84. RGB value is (50,49,132). Sum of RGB (Red+Green+Blue) = 50+49+132=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #323184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323184 is #CDCE7B. Grayscale: #3A3A3A. Windows color (decimal): -13487740 or 8663346. OLE color: 8663346.
HSL color Cylindrical-coordinate representation of color #323184: hue angle of 240.72º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323184 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 49 | 132 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.48 |
| HSL | 240.72º | 0.46% | 0.35% | - |
| HSV(B) | 240.72º | 0.63% | 0.52% | - |
| XYZ | 6.58 | 4.54 | 22.36 | - |
| YUV | 58.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 132 | 0.62 | 0.63 | 0 | 0.48 | 240.72 | 0.46 | 0.35 |
| Hex | 32 | 31 | 84 | 3E | 3F | 0 | 30 | F1 | 2E | 23 |
| Octal | 62 | 61 | 204 | 76 | 77 | 0 | 60 | 361 | 56 | 43 |
| Binary | 110010 | 110001 | 10000100 | 111110 | 111111 | 0 | 110000 | 11110001 | 101110 | 100011 |
Color Harmonies of #323184
Complementary color
Monochromatic Colors of #323184
Black with #323184
Text Example
Text Example
White with #323184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323184; }
p { color: rgb(50,49,132); }
H1.HeaderClassName
{
color: #323184;
}
.AnyTagClassName
{
color: #323184;
}
</style>
background-color css
<style>
a { background-color: #323184; }
a { background-color: rgb(50,49,132); }
div.DivClassName
{
background-color: #323184;
}
.BgClassName
{
background-color: #323184;
}
</style>
border-color css
<style>
span { border-color: #323184; }
span { border-color: rgb(50,49,132); }
td.TdClassName
{
border-color: #323184;
}
.TagClassName
{
border-color: #323184;
}
</style>