Shades of Jacksons Purple #323A89
Tints of Jacksons Purple #323A89
RGB
CMYK
RGB Variations
Color information
#323A89 (or 0x323A89) is known color: Jacksons Purple. HEX triplet: 32, 3A and 89. RGB value is (50,58,137). Sum of RGB (Red+Green+Blue) = 50+58+137=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #323A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A89 is #CDC576. Grayscale: #404040. Windows color (decimal): -13485431 or 8993330. OLE color: 8993330.
HSL color Cylindrical-coordinate representation of color #323A89: hue angle of 234.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323A89 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 58 | 137 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.46 |
| HSL | 234.48º | 0.47% | 0.37% | - |
| HSV(B) | 234.48º | 0.64% | 0.54% | - |
| XYZ | 7.34 | 5.51 | 24.34 | - |
| YUV | 64.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 137 | 0.64 | 0.58 | 0 | 0.46 | 234.48 | 0.47 | 0.37 |
| Hex | 32 | 3A | 89 | 40 | 3A | 0 | 2E | EA | 2F | 25 |
| Octal | 62 | 72 | 211 | 100 | 72 | 0 | 56 | 352 | 57 | 45 |
| Binary | 110010 | 111010 | 10001001 | 1000000 | 111010 | 0 | 101110 | 11101010 | 101111 | 100101 |
Color Harmonies of #323A89
Complementary color
Monochromatic Colors of #323A89
Black with #323A89
Text Example
Text Example
White with #323A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A89; }
p { color: rgb(50,58,137); }
H1.HeaderClassName
{
color: #323A89;
}
.AnyTagClassName
{
color: #323A89;
}
</style>
background-color css
<style>
a { background-color: #323A89; }
a { background-color: rgb(50,58,137); }
div.DivClassName
{
background-color: #323A89;
}
.BgClassName
{
background-color: #323A89;
}
</style>
border-color css
<style>
span { border-color: #323A89; }
span { border-color: rgb(50,58,137); }
td.TdClassName
{
border-color: #323A89;
}
.TagClassName
{
border-color: #323A89;
}
</style>