Shades of Jacksons Purple #323483
Tints of Jacksons Purple #323483
RGB
CMYK
RGB Variations
Color information
#323483 (or 0x323483) is known color: Jacksons Purple. HEX triplet: 32, 34 and 83. RGB value is (50,52,131). Sum of RGB (Red+Green+Blue) = 50+52+131=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #323483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323483 is #CDCB7C. Grayscale: #3C3C3C. Windows color (decimal): -13486973 or 8598578. OLE color: 8598578.
HSL color Cylindrical-coordinate representation of color #323483: hue angle of 238.52º 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 #323483 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 52 | 131 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.49 |
| HSL | 238.52º | 0.45% | 0.35% | - |
| HSV(B) | 238.52º | 0.62% | 0.51% | - |
| XYZ | 6.64 | 4.77 | 22.04 | - |
| YUV | 60.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 131 | 0.62 | 0.60 | 0 | 0.49 | 238.52 | 0.45 | 0.35 |
| Hex | 32 | 34 | 83 | 3E | 3C | 0 | 31 | EF | 2D | 23 |
| Octal | 62 | 64 | 203 | 76 | 74 | 0 | 61 | 357 | 55 | 43 |
| Binary | 110010 | 110100 | 10000011 | 111110 | 111100 | 0 | 110001 | 11101111 | 101101 | 100011 |
Color Harmonies of #323483
Complementary color
Monochromatic Colors of #323483
Black with #323483
Text Example
Text Example
White with #323483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323483; }
p { color: rgb(50,52,131); }
H1.HeaderClassName
{
color: #323483;
}
.AnyTagClassName
{
color: #323483;
}
</style>
background-color css
<style>
a { background-color: #323483; }
a { background-color: rgb(50,52,131); }
div.DivClassName
{
background-color: #323483;
}
.BgClassName
{
background-color: #323483;
}
</style>
border-color css
<style>
span { border-color: #323483; }
span { border-color: rgb(50,52,131); }
td.TdClassName
{
border-color: #323483;
}
.TagClassName
{
border-color: #323483;
}
</style>