Shades of Jacksons Purple #323D90
Tints of Jacksons Purple #323D90
RGB
CMYK
RGB Variations
Color information
#323D90 (or 0x323D90) is known color: Jacksons Purple. HEX triplet: 32, 3D and 90. RGB value is (50,61,144). Sum of RGB (Red+Green+Blue) = 50+61+144=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #323D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D90 is #CDC26F. Grayscale: #424242. Windows color (decimal): -13484656 or 9452850. OLE color: 9452850.
HSL color Cylindrical-coordinate representation of color #323D90: hue angle of 232.98º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323D90 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 61 | 144 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.44 |
| HSL | 232.98º | 0.48% | 0.38% | - |
| HSV(B) | 232.98º | 0.65% | 0.56% | - |
| XYZ | 8.02 | 6.03 | 27.13 | - |
| YUV | 67.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 144 | 0.65 | 0.58 | 0 | 0.44 | 232.98 | 0.48 | 0.38 |
| Hex | 32 | 3D | 90 | 41 | 3A | 0 | 2C | E9 | 30 | 26 |
| Octal | 62 | 75 | 220 | 101 | 72 | 0 | 54 | 351 | 60 | 46 |
| Binary | 110010 | 111101 | 10010000 | 1000001 | 111010 | 0 | 101100 | 11101001 | 110000 | 100110 |
Color Harmonies of #323D90
Complementary color
Monochromatic Colors of #323D90
Black with #323D90
Text Example
Text Example
White with #323D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D90; }
p { color: rgb(50,61,144); }
H1.HeaderClassName
{
color: #323D90;
}
.AnyTagClassName
{
color: #323D90;
}
</style>
background-color css
<style>
a { background-color: #323D90; }
a { background-color: rgb(50,61,144); }
div.DivClassName
{
background-color: #323D90;
}
.BgClassName
{
background-color: #323D90;
}
</style>
border-color css
<style>
span { border-color: #323D90; }
span { border-color: rgb(50,61,144); }
td.TdClassName
{
border-color: #323D90;
}
.TagClassName
{
border-color: #323D90;
}
</style>