Shades of Jacksons Purple #32358B
Tints of Jacksons Purple #32358B
RGB
CMYK
RGB Variations
Color information
#32358B (or 0x32358B) is known color: Jacksons Purple. HEX triplet: 32, 35 and 8B. RGB value is (50,53,139). Sum of RGB (Red+Green+Blue) = 50+53+139=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #32358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32358B is #CDCA74. Grayscale: #3D3D3D. Windows color (decimal): -13486709 or 9123122. OLE color: 9123122.
HSL color Cylindrical-coordinate representation of color #32358B: hue angle of 237.98º 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 #32358B is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 53 | 139 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.45 |
| HSL | 237.98º | 0.47% | 0.37% | - |
| HSV(B) | 237.98º | 0.64% | 0.55% | - |
| XYZ | 7.25 | 5.09 | 25.03 | - |
| YUV | 61.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 139 | 0.64 | 0.62 | 0 | 0.45 | 237.98 | 0.47 | 0.37 |
| Hex | 32 | 35 | 8B | 40 | 3E | 0 | 2D | EE | 2F | 25 |
| Octal | 62 | 65 | 213 | 100 | 76 | 0 | 55 | 356 | 57 | 45 |
| Binary | 110010 | 110101 | 10001011 | 1000000 | 111110 | 0 | 101101 | 11101110 | 101111 | 100101 |
Color Harmonies of #32358B
Complementary color
Monochromatic Colors of #32358B
Black with #32358B
Text Example
Text Example
White with #32358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32358B; }
p { color: rgb(50,53,139); }
H1.HeaderClassName
{
color: #32358B;
}
.AnyTagClassName
{
color: #32358B;
}
</style>
background-color css
<style>
a { background-color: #32358B; }
a { background-color: rgb(50,53,139); }
div.DivClassName
{
background-color: #32358B;
}
.BgClassName
{
background-color: #32358B;
}
</style>
border-color css
<style>
span { border-color: #32358B; }
span { border-color: rgb(50,53,139); }
td.TdClassName
{
border-color: #32358B;
}
.TagClassName
{
border-color: #32358B;
}
</style>