Shades of Jacksons Purple #322D8A
Tints of Jacksons Purple #322D8A
RGB
CMYK
RGB Variations
Color information
#322D8A (or 0x322D8A) is known color: Jacksons Purple. HEX triplet: 32, 2D and 8A. RGB value is (50,45,138). Sum of RGB (Red+Green+Blue) = 50+45+138=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #322D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D8A is #CDD275. Grayscale: #383838. Windows color (decimal): -13488758 or 9055538. OLE color: 9055538.
HSL color Cylindrical-coordinate representation of color #322D8A: hue angle of 243.23º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322D8A is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 45 | 138 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.46 |
| HSL | 243.23º | 0.51% | 0.36% | - |
| HSV(B) | 243.23º | 0.67% | 0.54% | - |
| XYZ | 6.84 | 4.39 | 24.53 | - |
| YUV | 57.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 138 | 0.64 | 0.67 | 0 | 0.46 | 243.23 | 0.51 | 0.36 |
| Hex | 32 | 2D | 8A | 40 | 43 | 0 | 2E | F3 | 33 | 24 |
| Octal | 62 | 55 | 212 | 100 | 103 | 0 | 56 | 363 | 63 | 44 |
| Binary | 110010 | 101101 | 10001010 | 1000000 | 1000011 | 0 | 101110 | 11110011 | 110011 | 100100 |
Color Harmonies of #322D8A
Complementary color
Monochromatic Colors of #322D8A
Black with #322D8A
Text Example
Text Example
White with #322D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D8A; }
p { color: rgb(50,45,138); }
H1.HeaderClassName
{
color: #322D8A;
}
.AnyTagClassName
{
color: #322D8A;
}
</style>
background-color css
<style>
a { background-color: #322D8A; }
a { background-color: rgb(50,45,138); }
div.DivClassName
{
background-color: #322D8A;
}
.BgClassName
{
background-color: #322D8A;
}
</style>
border-color css
<style>
span { border-color: #322D8A; }
span { border-color: rgb(50,45,138); }
td.TdClassName
{
border-color: #322D8A;
}
.TagClassName
{
border-color: #322D8A;
}
</style>