Shades of Jacksons Purple #32378B
Tints of Jacksons Purple #32378B
RGB
CMYK
RGB Variations
Color information
#32378B (or 0x32378B) is known color: Jacksons Purple. HEX triplet: 32, 37 and 8B. RGB value is (50,55,139). Sum of RGB (Red+Green+Blue) = 50+55+139=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #32378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32378B is #CDC874. Grayscale: #3E3E3E. Windows color (decimal): -13486197 or 9123634. OLE color: 9123634.
HSL color Cylindrical-coordinate representation of color #32378B: hue angle of 236.63º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32378B is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 55 | 139 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.45 |
| HSL | 236.63º | 0.47% | 0.37% | - |
| HSV(B) | 236.63º | 0.64% | 0.55% | - |
| XYZ | 7.34 | 5.27 | 25.06 | - |
| YUV | 63.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 139 | 0.64 | 0.60 | 0 | 0.45 | 236.63 | 0.47 | 0.37 |
| Hex | 32 | 37 | 8B | 40 | 3C | 0 | 2D | ED | 2F | 25 |
| Octal | 62 | 67 | 213 | 100 | 74 | 0 | 55 | 355 | 57 | 45 |
| Binary | 110010 | 110111 | 10001011 | 1000000 | 111100 | 0 | 101101 | 11101101 | 101111 | 100101 |
Color Harmonies of #32378B
Complementary color
Monochromatic Colors of #32378B
Black with #32378B
Text Example
Text Example
White with #32378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32378B; }
p { color: rgb(50,55,139); }
H1.HeaderClassName
{
color: #32378B;
}
.AnyTagClassName
{
color: #32378B;
}
</style>
background-color css
<style>
a { background-color: #32378B; }
a { background-color: rgb(50,55,139); }
div.DivClassName
{
background-color: #32378B;
}
.BgClassName
{
background-color: #32378B;
}
</style>
border-color css
<style>
span { border-color: #32378B; }
span { border-color: rgb(50,55,139); }
td.TdClassName
{
border-color: #32378B;
}
.TagClassName
{
border-color: #32378B;
}
</style>