Shades of Jacksons Purple #32358E
Tints of Jacksons Purple #32358E
RGB
CMYK
RGB Variations
Color information
#32358E (or 0x32358E) is known color: Jacksons Purple. HEX triplet: 32, 35 and 8E. RGB value is (50,53,142). Sum of RGB (Red+Green+Blue) = 50+53+142=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #32358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32358E is #CDCA71. Grayscale: #3D3D3D. Windows color (decimal): -13486706 or 9319730. OLE color: 9319730.
HSL color Cylindrical-coordinate representation of color #32358E: hue angle of 238.04º 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 #32358E is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 53 | 142 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.44 |
| HSL | 238.04º | 0.48% | 0.38% | - |
| HSV(B) | 238.04º | 0.65% | 0.56% | - |
| XYZ | 7.47 | 5.18 | 26.2 | - |
| YUV | 62.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 142 | 0.65 | 0.63 | 0 | 0.44 | 238.04 | 0.48 | 0.38 |
| Hex | 32 | 35 | 8E | 41 | 3F | 0 | 2C | EE | 30 | 26 |
| Octal | 62 | 65 | 216 | 101 | 77 | 0 | 54 | 356 | 60 | 46 |
| Binary | 110010 | 110101 | 10001110 | 1000001 | 111111 | 0 | 101100 | 11101110 | 110000 | 100110 |
Color Harmonies of #32358E
Complementary color
Monochromatic Colors of #32358E
Black with #32358E
Text Example
Text Example
White with #32358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32358E; }
p { color: rgb(50,53,142); }
H1.HeaderClassName
{
color: #32358E;
}
.AnyTagClassName
{
color: #32358E;
}
</style>
background-color css
<style>
a { background-color: #32358E; }
a { background-color: rgb(50,53,142); }
div.DivClassName
{
background-color: #32358E;
}
.BgClassName
{
background-color: #32358E;
}
</style>
border-color css
<style>
span { border-color: #32358E; }
span { border-color: rgb(50,53,142); }
td.TdClassName
{
border-color: #32358E;
}
.TagClassName
{
border-color: #32358E;
}
</style>