Shades of Jacksons Purple #323392
Tints of Jacksons Purple #323392
RGB
CMYK
RGB Variations
Color information
#323392 (or 0x323392) is known color: Jacksons Purple. HEX triplet: 32, 33 and 92. RGB value is (50,51,146). Sum of RGB (Red+Green+Blue) = 50+51+146=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #323392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323392 is #CDCC6D. Grayscale: #3D3D3D. Windows color (decimal): -13487214 or 9581362. OLE color: 9581362.
HSL color Cylindrical-coordinate representation of color #323392: hue angle of 239.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323392 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 51 | 146 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.43 |
| HSL | 239.38º | 0.49% | 0.38% | - |
| HSV(B) | 239.38º | 0.66% | 0.57% | - |
| XYZ | 7.69 | 5.12 | 27.78 | - |
| YUV | 61.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 146 | 0.66 | 0.65 | 0 | 0.43 | 239.38 | 0.49 | 0.38 |
| Hex | 32 | 33 | 92 | 42 | 41 | 0 | 2B | EF | 31 | 26 |
| Octal | 62 | 63 | 222 | 102 | 101 | 0 | 53 | 357 | 61 | 46 |
| Binary | 110010 | 110011 | 10010010 | 1000010 | 1000001 | 0 | 101011 | 11101111 | 110001 | 100110 |
Color Harmonies of #323392
Complementary color
Monochromatic Colors of #323392
Black with #323392
Text Example
Text Example
White with #323392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323392; }
p { color: rgb(50,51,146); }
H1.HeaderClassName
{
color: #323392;
}
.AnyTagClassName
{
color: #323392;
}
</style>
background-color css
<style>
a { background-color: #323392; }
a { background-color: rgb(50,51,146); }
div.DivClassName
{
background-color: #323392;
}
.BgClassName
{
background-color: #323392;
}
</style>
border-color css
<style>
span { border-color: #323392; }
span { border-color: rgb(50,51,146); }
td.TdClassName
{
border-color: #323392;
}
.TagClassName
{
border-color: #323392;
}
</style>