Shades of Jacksons Purple #323682
Tints of Jacksons Purple #323682
RGB
CMYK
RGB Variations
Color information
#323682 (or 0x323682) is known color: Jacksons Purple. HEX triplet: 32, 36 and 82. RGB value is (50,54,130). Sum of RGB (Red+Green+Blue) = 50+54+130=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #323682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323682 is #CDC97D. Grayscale: #3D3D3D. Windows color (decimal): -13486462 or 8533554. OLE color: 8533554.
HSL color Cylindrical-coordinate representation of color #323682: hue angle of 237º 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 #323682 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 54 | 130 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.49 |
| HSL | 237º | 0.44% | 0.35% | - |
| HSV(B) | 237º | 0.62% | 0.51% | - |
| XYZ | 6.66 | 4.93 | 21.72 | - |
| YUV | 61.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 130 | 0.62 | 0.58 | 0 | 0.49 | 237 | 0.44 | 0.35 |
| Hex | 32 | 36 | 82 | 3E | 3A | 0 | 31 | ED | 2C | 23 |
| Octal | 62 | 66 | 202 | 76 | 72 | 0 | 61 | 355 | 54 | 43 |
| Binary | 110010 | 110110 | 10000010 | 111110 | 111010 | 0 | 110001 | 11101101 | 101100 | 100011 |
Color Harmonies of #323682
Complementary color
Monochromatic Colors of #323682
Black with #323682
Text Example
Text Example
White with #323682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323682; }
p { color: rgb(50,54,130); }
H1.HeaderClassName
{
color: #323682;
}
.AnyTagClassName
{
color: #323682;
}
</style>
background-color css
<style>
a { background-color: #323682; }
a { background-color: rgb(50,54,130); }
div.DivClassName
{
background-color: #323682;
}
.BgClassName
{
background-color: #323682;
}
</style>
border-color css
<style>
span { border-color: #323682; }
span { border-color: rgb(50,54,130); }
td.TdClassName
{
border-color: #323682;
}
.TagClassName
{
border-color: #323682;
}
</style>