Shades of Jacksons Purple #322F81
Tints of Jacksons Purple #322F81
RGB
CMYK
RGB Variations
Color information
#322F81 (or 0x322F81) is known color: Jacksons Purple. HEX triplet: 32, 2F and 81. RGB value is (50,47,129). Sum of RGB (Red+Green+Blue) = 50+47+129=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #322F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322F81 is #CDD07E. Grayscale: #383838. Windows color (decimal): -13488255 or 8466226. OLE color: 8466226.
HSL color Cylindrical-coordinate representation of color #322F81: hue angle of 242.2º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322F81 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 47 | 129 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.49 |
| HSL | 242.2º | 0.47% | 0.35% | - |
| HSV(B) | 242.2º | 0.64% | 0.51% | - |
| XYZ | 6.29 | 4.3 | 21.27 | - |
| YUV | 57.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 129 | 0.61 | 0.64 | 0 | 0.49 | 242.2 | 0.47 | 0.35 |
| Hex | 32 | 2F | 81 | 3D | 40 | 0 | 31 | F2 | 2F | 23 |
| Octal | 62 | 57 | 201 | 75 | 100 | 0 | 61 | 362 | 57 | 43 |
| Binary | 110010 | 101111 | 10000001 | 111101 | 1000000 | 0 | 110001 | 11110010 | 101111 | 100011 |
Color Harmonies of #322F81
Complementary color
Monochromatic Colors of #322F81
Black with #322F81
Text Example
Text Example
White with #322F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F81; }
p { color: rgb(50,47,129); }
H1.HeaderClassName
{
color: #322F81;
}
.AnyTagClassName
{
color: #322F81;
}
</style>
background-color css
<style>
a { background-color: #322F81; }
a { background-color: rgb(50,47,129); }
div.DivClassName
{
background-color: #322F81;
}
.BgClassName
{
background-color: #322F81;
}
</style>
border-color css
<style>
span { border-color: #322F81; }
span { border-color: rgb(50,47,129); }
td.TdClassName
{
border-color: #322F81;
}
.TagClassName
{
border-color: #322F81;
}
</style>