Shades of Jacksons Purple #323491
Tints of Jacksons Purple #323491
RGB
CMYK
RGB Variations
Color information
#323491 (or 0x323491) is known color: Jacksons Purple. HEX triplet: 32, 34 and 91. RGB value is (50,52,145). Sum of RGB (Red+Green+Blue) = 50+52+145=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #323491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323491 is #CDCB6E. Grayscale: #3D3D3D. Windows color (decimal): -13486959 or 9516082. OLE color: 9516082.
HSL color Cylindrical-coordinate representation of color #323491: hue angle of 238.74º 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 #323491 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 52 | 145 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.43 |
| HSL | 238.74º | 0.49% | 0.38% | - |
| HSV(B) | 238.74º | 0.66% | 0.57% | - |
| XYZ | 7.65 | 5.18 | 27.38 | - |
| YUV | 62 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 145 | 0.66 | 0.64 | 0 | 0.43 | 238.74 | 0.49 | 0.38 |
| Hex | 32 | 34 | 91 | 42 | 40 | 0 | 2B | EF | 31 | 26 |
| Octal | 62 | 64 | 221 | 102 | 100 | 0 | 53 | 357 | 61 | 46 |
| Binary | 110010 | 110100 | 10010001 | 1000010 | 1000000 | 0 | 101011 | 11101111 | 110001 | 100110 |
Color Harmonies of #323491
Complementary color
Monochromatic Colors of #323491
Black with #323491
Text Example
Text Example
White with #323491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323491; }
p { color: rgb(50,52,145); }
H1.HeaderClassName
{
color: #323491;
}
.AnyTagClassName
{
color: #323491;
}
</style>
background-color css
<style>
a { background-color: #323491; }
a { background-color: rgb(50,52,145); }
div.DivClassName
{
background-color: #323491;
}
.BgClassName
{
background-color: #323491;
}
</style>
border-color css
<style>
span { border-color: #323491; }
span { border-color: rgb(50,52,145); }
td.TdClassName
{
border-color: #323491;
}
.TagClassName
{
border-color: #323491;
}
</style>