Shades of Jacksons Purple #323182
Tints of Jacksons Purple #323182
RGB
CMYK
RGB Variations
Color information
#323182 (or 0x323182) is known color: Jacksons Purple. HEX triplet: 32, 31 and 82. RGB value is (50,49,130). Sum of RGB (Red+Green+Blue) = 50+49+130=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #323182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323182 is #CDCE7D. Grayscale: #3A3A3A. Windows color (decimal): -13487742 or 8532274. OLE color: 8532274.
HSL color Cylindrical-coordinate representation of color #323182: hue angle of 240.74º degrees, saturation: 0.45, 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 #323182 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 49 | 130 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.49 |
| HSL | 240.74º | 0.45% | 0.35% | - |
| HSV(B) | 240.74º | 0.62% | 0.51% | - |
| XYZ | 6.44 | 4.49 | 21.65 | - |
| YUV | 58.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 130 | 0.62 | 0.62 | 0 | 0.49 | 240.74 | 0.45 | 0.35 |
| Hex | 32 | 31 | 82 | 3E | 3E | 0 | 31 | F1 | 2D | 23 |
| Octal | 62 | 61 | 202 | 76 | 76 | 0 | 61 | 361 | 55 | 43 |
| Binary | 110010 | 110001 | 10000010 | 111110 | 111110 | 0 | 110001 | 11110001 | 101101 | 100011 |
Color Harmonies of #323182
Complementary color
Monochromatic Colors of #323182
Black with #323182
Text Example
Text Example
White with #323182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323182; }
p { color: rgb(50,49,130); }
H1.HeaderClassName
{
color: #323182;
}
.AnyTagClassName
{
color: #323182;
}
</style>
background-color css
<style>
a { background-color: #323182; }
a { background-color: rgb(50,49,130); }
div.DivClassName
{
background-color: #323182;
}
.BgClassName
{
background-color: #323182;
}
</style>
border-color css
<style>
span { border-color: #323182; }
span { border-color: rgb(50,49,130); }
td.TdClassName
{
border-color: #323182;
}
.TagClassName
{
border-color: #323182;
}
</style>