Shades of Jacksons Purple #32378E
Tints of Jacksons Purple #32378E
RGB
CMYK
RGB Variations
Color information
#32378E (or 0x32378E) is known color: Jacksons Purple. HEX triplet: 32, 37 and 8E. RGB value is (50,55,142). Sum of RGB (Red+Green+Blue) = 50+55+142=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #32378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32378E is #CDC871. Grayscale: #3F3F3F. Windows color (decimal): -13486194 or 9320242. OLE color: 9320242.
HSL color Cylindrical-coordinate representation of color #32378E: hue angle of 236.74º 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 #32378E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 55 | 142 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.44 |
| HSL | 236.74º | 0.48% | 0.38% | - |
| HSV(B) | 236.74º | 0.65% | 0.56% | - |
| XYZ | 7.56 | 5.36 | 26.23 | - |
| YUV | 63.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 142 | 0.65 | 0.61 | 0 | 0.44 | 236.74 | 0.48 | 0.38 |
| Hex | 32 | 37 | 8E | 41 | 3D | 0 | 2C | ED | 30 | 26 |
| Octal | 62 | 67 | 216 | 101 | 75 | 0 | 54 | 355 | 60 | 46 |
| Binary | 110010 | 110111 | 10001110 | 1000001 | 111101 | 0 | 101100 | 11101101 | 110000 | 100110 |
Color Harmonies of #32378E
Complementary color
Monochromatic Colors of #32378E
Black with #32378E
Text Example
Text Example
White with #32378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32378E; }
p { color: rgb(50,55,142); }
H1.HeaderClassName
{
color: #32378E;
}
.AnyTagClassName
{
color: #32378E;
}
</style>
background-color css
<style>
a { background-color: #32378E; }
a { background-color: rgb(50,55,142); }
div.DivClassName
{
background-color: #32378E;
}
.BgClassName
{
background-color: #32378E;
}
</style>
border-color css
<style>
span { border-color: #32378E; }
span { border-color: rgb(50,55,142); }
td.TdClassName
{
border-color: #32378E;
}
.TagClassName
{
border-color: #32378E;
}
</style>