Shades of Jacksons Purple #32338C
Tints of Jacksons Purple #32338C
RGB
CMYK
RGB Variations
Color information
#32338C (or 0x32338C) is known color: Jacksons Purple. HEX triplet: 32, 33 and 8C. RGB value is (50,51,140). Sum of RGB (Red+Green+Blue) = 50+51+140=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #32338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32338C is #CDCC73. Grayscale: #3C3C3C. Windows color (decimal): -13487220 or 9188146. OLE color: 9188146.
HSL color Cylindrical-coordinate representation of color #32338C: hue angle of 239.33º 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 #32338C is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 51 | 140 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.45 |
| HSL | 239.33º | 0.47% | 0.37% | - |
| HSV(B) | 239.33º | 0.64% | 0.55% | - |
| XYZ | 7.23 | 4.94 | 25.38 | - |
| YUV | 60.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 140 | 0.64 | 0.64 | 0 | 0.45 | 239.33 | 0.47 | 0.37 |
| Hex | 32 | 33 | 8C | 40 | 40 | 0 | 2D | EF | 2F | 25 |
| Octal | 62 | 63 | 214 | 100 | 100 | 0 | 55 | 357 | 57 | 45 |
| Binary | 110010 | 110011 | 10001100 | 1000000 | 1000000 | 0 | 101101 | 11101111 | 101111 | 100101 |
Color Harmonies of #32338C
Complementary color
Monochromatic Colors of #32338C
Black with #32338C
Text Example
Text Example
White with #32338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32338C; }
p { color: rgb(50,51,140); }
H1.HeaderClassName
{
color: #32338C;
}
.AnyTagClassName
{
color: #32338C;
}
</style>
background-color css
<style>
a { background-color: #32338C; }
a { background-color: rgb(50,51,140); }
div.DivClassName
{
background-color: #32338C;
}
.BgClassName
{
background-color: #32338C;
}
</style>
border-color css
<style>
span { border-color: #32338C; }
span { border-color: rgb(50,51,140); }
td.TdClassName
{
border-color: #32338C;
}
.TagClassName
{
border-color: #32338C;
}
</style>