Shades of Jacksons Purple #32338A
Tints of Jacksons Purple #32338A
RGB
CMYK
RGB Variations
Color information
#32338A (or 0x32338A) is known color: Jacksons Purple. HEX triplet: 32, 33 and 8A. RGB value is (50,51,138). Sum of RGB (Red+Green+Blue) = 50+51+138=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #32338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32338A is #CDCC75. Grayscale: #3C3C3C. Windows color (decimal): -13487222 or 9057074. OLE color: 9057074.
HSL color Cylindrical-coordinate representation of color #32338A: hue angle of 239.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32338A is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 51 | 138 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.46 |
| HSL | 239.32º | 0.47% | 0.37% | - |
| HSV(B) | 239.32º | 0.64% | 0.54% | - |
| XYZ | 7.09 | 4.88 | 24.61 | - |
| YUV | 60.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 138 | 0.64 | 0.63 | 0 | 0.46 | 239.32 | 0.47 | 0.37 |
| Hex | 32 | 33 | 8A | 40 | 3F | 0 | 2E | EF | 2F | 25 |
| Octal | 62 | 63 | 212 | 100 | 77 | 0 | 56 | 357 | 57 | 45 |
| Binary | 110010 | 110011 | 10001010 | 1000000 | 111111 | 0 | 101110 | 11101111 | 101111 | 100101 |
Color Harmonies of #32338A
Complementary color
Monochromatic Colors of #32338A
Black with #32338A
Text Example
Text Example
White with #32338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32338A; }
p { color: rgb(50,51,138); }
H1.HeaderClassName
{
color: #32338A;
}
.AnyTagClassName
{
color: #32338A;
}
</style>
background-color css
<style>
a { background-color: #32338A; }
a { background-color: rgb(50,51,138); }
div.DivClassName
{
background-color: #32338A;
}
.BgClassName
{
background-color: #32338A;
}
</style>
border-color css
<style>
span { border-color: #32338A; }
span { border-color: rgb(50,51,138); }
td.TdClassName
{
border-color: #32338A;
}
.TagClassName
{
border-color: #32338A;
}
</style>