Shades of Jacksons Purple #323284
Tints of Jacksons Purple #323284
RGB
CMYK
RGB Variations
Color information
#323284 (or 0x323284) is known color: Jacksons Purple. HEX triplet: 32, 32 and 84. RGB value is (50,50,132). Sum of RGB (Red+Green+Blue) = 50+50+132=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #323284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323284 is #CDCD7B. Grayscale: #3B3B3B. Windows color (decimal): -13487484 or 8663602. OLE color: 8663602.
HSL color Cylindrical-coordinate representation of color #323284: hue angle of 240º 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 #323284 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 50 | 132 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.48 |
| HSL | 240º | 0.45% | 0.36% | - |
| HSV(B) | 240º | 0.62% | 0.52% | - |
| XYZ | 6.62 | 4.63 | 22.37 | - |
| YUV | 59.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 132 | 0.62 | 0.62 | 0 | 0.48 | 240 | 0.45 | 0.36 |
| Hex | 32 | 32 | 84 | 3E | 3E | 0 | 30 | F0 | 2D | 24 |
| Octal | 62 | 62 | 204 | 76 | 76 | 0 | 60 | 360 | 55 | 44 |
| Binary | 110010 | 110010 | 10000100 | 111110 | 111110 | 0 | 110000 | 11110000 | 101101 | 100100 |
Color Harmonies of #323284
Complementary color
Monochromatic Colors of #323284
Black with #323284
Text Example
Text Example
White with #323284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323284; }
p { color: rgb(50,50,132); }
H1.HeaderClassName
{
color: #323284;
}
.AnyTagClassName
{
color: #323284;
}
</style>
background-color css
<style>
a { background-color: #323284; }
a { background-color: rgb(50,50,132); }
div.DivClassName
{
background-color: #323284;
}
.BgClassName
{
background-color: #323284;
}
</style>
border-color css
<style>
span { border-color: #323284; }
span { border-color: rgb(50,50,132); }
td.TdClassName
{
border-color: #323284;
}
.TagClassName
{
border-color: #323284;
}
</style>