Shades of Jacksons Purple #323D88
Tints of Jacksons Purple #323D88
RGB
CMYK
RGB Variations
Color information
#323D88 (or 0x323D88) is known color: Jacksons Purple. HEX triplet: 32, 3D and 88. RGB value is (50,61,136). Sum of RGB (Red+Green+Blue) = 50+61+136=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #323D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D88 is #CDC277. Grayscale: #414141. Windows color (decimal): -13484664 or 8928562. OLE color: 8928562.
HSL color Cylindrical-coordinate representation of color #323D88: hue angle of 232.33º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323D88 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 61 | 136 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.47 |
| HSL | 232.33º | 0.46% | 0.36% | - |
| HSV(B) | 232.33º | 0.63% | 0.53% | - |
| XYZ | 7.43 | 5.79 | 24.02 | - |
| YUV | 66.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 136 | 0.63 | 0.55 | 0 | 0.47 | 232.33 | 0.46 | 0.36 |
| Hex | 32 | 3D | 88 | 3F | 37 | 0 | 2F | E8 | 2E | 24 |
| Octal | 62 | 75 | 210 | 77 | 67 | 0 | 57 | 350 | 56 | 44 |
| Binary | 110010 | 111101 | 10001000 | 111111 | 110111 | 0 | 101111 | 11101000 | 101110 | 100100 |
Color Harmonies of #323D88
Complementary color
Monochromatic Colors of #323D88
Black with #323D88
Text Example
Text Example
White with #323D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D88; }
p { color: rgb(50,61,136); }
H1.HeaderClassName
{
color: #323D88;
}
.AnyTagClassName
{
color: #323D88;
}
</style>
background-color css
<style>
a { background-color: #323D88; }
a { background-color: rgb(50,61,136); }
div.DivClassName
{
background-color: #323D88;
}
.BgClassName
{
background-color: #323D88;
}
</style>
border-color css
<style>
span { border-color: #323D88; }
span { border-color: rgb(50,61,136); }
td.TdClassName
{
border-color: #323D88;
}
.TagClassName
{
border-color: #323D88;
}
</style>