Shades of Jacksons Purple #323282
Tints of Jacksons Purple #323282
RGB
CMYK
RGB Variations
Color information
#323282 (or 0x323282) is known color: Jacksons Purple. HEX triplet: 32, 32 and 82. RGB value is (50,50,130). Sum of RGB (Red+Green+Blue) = 50+50+130=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #323282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323282 is #CDCD7D. Grayscale: #3A3A3A. Windows color (decimal): -13487486 or 8532530. OLE color: 8532530.
HSL color Cylindrical-coordinate representation of color #323282: hue angle of 240º 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 #323282 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 50 | 130 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.49 |
| HSL | 240º | 0.44% | 0.35% | - |
| HSV(B) | 240º | 0.62% | 0.51% | - |
| XYZ | 6.49 | 4.57 | 21.66 | - |
| YUV | 59.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 130 | 0.62 | 0.62 | 0 | 0.49 | 240 | 0.44 | 0.35 |
| Hex | 32 | 32 | 82 | 3E | 3E | 0 | 31 | F0 | 2C | 23 |
| Octal | 62 | 62 | 202 | 76 | 76 | 0 | 61 | 360 | 54 | 43 |
| Binary | 110010 | 110010 | 10000010 | 111110 | 111110 | 0 | 110001 | 11110000 | 101100 | 100011 |
Color Harmonies of #323282
Complementary color
Monochromatic Colors of #323282
Black with #323282
Text Example
Text Example
White with #323282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323282; }
p { color: rgb(50,50,130); }
H1.HeaderClassName
{
color: #323282;
}
.AnyTagClassName
{
color: #323282;
}
</style>
background-color css
<style>
a { background-color: #323282; }
a { background-color: rgb(50,50,130); }
div.DivClassName
{
background-color: #323282;
}
.BgClassName
{
background-color: #323282;
}
</style>
border-color css
<style>
span { border-color: #323282; }
span { border-color: rgb(50,50,130); }
td.TdClassName
{
border-color: #323282;
}
.TagClassName
{
border-color: #323282;
}
</style>