Shades of Jacksons Purple #323583
Tints of Jacksons Purple #323583
RGB
CMYK
RGB Variations
Color information
#323583 (or 0x323583) is known color: Jacksons Purple. HEX triplet: 32, 35 and 83. RGB value is (50,53,131). Sum of RGB (Red+Green+Blue) = 50+53+131=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #323583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323583 is #CDCA7C. Grayscale: #3C3C3C. Windows color (decimal): -13486717 or 8598834. OLE color: 8598834.
HSL color Cylindrical-coordinate representation of color #323583: hue angle of 237.78º 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 #323583 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 53 | 131 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.49 |
| HSL | 237.78º | 0.45% | 0.35% | - |
| HSV(B) | 237.78º | 0.62% | 0.51% | - |
| XYZ | 6.69 | 4.86 | 22.06 | - |
| YUV | 61 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 131 | 0.62 | 0.60 | 0 | 0.49 | 237.78 | 0.45 | 0.35 |
| Hex | 32 | 35 | 83 | 3E | 3C | 0 | 31 | EE | 2D | 23 |
| Octal | 62 | 65 | 203 | 76 | 74 | 0 | 61 | 356 | 55 | 43 |
| Binary | 110010 | 110101 | 10000011 | 111110 | 111100 | 0 | 110001 | 11101110 | 101101 | 100011 |
Color Harmonies of #323583
Complementary color
Monochromatic Colors of #323583
Black with #323583
Text Example
Text Example
White with #323583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323583; }
p { color: rgb(50,53,131); }
H1.HeaderClassName
{
color: #323583;
}
.AnyTagClassName
{
color: #323583;
}
</style>
background-color css
<style>
a { background-color: #323583; }
a { background-color: rgb(50,53,131); }
div.DivClassName
{
background-color: #323583;
}
.BgClassName
{
background-color: #323583;
}
</style>
border-color css
<style>
span { border-color: #323583; }
span { border-color: rgb(50,53,131); }
td.TdClassName
{
border-color: #323583;
}
.TagClassName
{
border-color: #323583;
}
</style>