Shades of Jacksons Purple #323A83
Tints of Jacksons Purple #323A83
RGB
CMYK
RGB Variations
Color information
#323A83 (or 0x323A83) is known color: Jacksons Purple. HEX triplet: 32, 3A and 83. RGB value is (50,58,131). Sum of RGB (Red+Green+Blue) = 50+58+131=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #323A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A83 is #CDC57C. Grayscale: #3F3F3F. Windows color (decimal): -13485437 or 8600114. OLE color: 8600114.
HSL color Cylindrical-coordinate representation of color #323A83: hue angle of 234.07º degrees, saturation: 0.45, 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 #323A83 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 58 | 131 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.49 |
| HSL | 234.07º | 0.45% | 0.35% | - |
| HSV(B) | 234.07º | 0.62% | 0.51% | - |
| XYZ | 6.93 | 5.34 | 22.14 | - |
| YUV | 63.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 131 | 0.62 | 0.56 | 0 | 0.49 | 234.07 | 0.45 | 0.35 |
| Hex | 32 | 3A | 83 | 3E | 38 | 0 | 31 | EA | 2D | 23 |
| Octal | 62 | 72 | 203 | 76 | 70 | 0 | 61 | 352 | 55 | 43 |
| Binary | 110010 | 111010 | 10000011 | 111110 | 111000 | 0 | 110001 | 11101010 | 101101 | 100011 |
Color Harmonies of #323A83
Complementary color
Monochromatic Colors of #323A83
Black with #323A83
Text Example
Text Example
White with #323A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A83; }
p { color: rgb(50,58,131); }
H1.HeaderClassName
{
color: #323A83;
}
.AnyTagClassName
{
color: #323A83;
}
</style>
background-color css
<style>
a { background-color: #323A83; }
a { background-color: rgb(50,58,131); }
div.DivClassName
{
background-color: #323A83;
}
.BgClassName
{
background-color: #323A83;
}
</style>
border-color css
<style>
span { border-color: #323A83; }
span { border-color: rgb(50,58,131); }
td.TdClassName
{
border-color: #323A83;
}
.TagClassName
{
border-color: #323A83;
}
</style>