Shades of Jacksons Purple #323088
Tints of Jacksons Purple #323088
RGB
CMYK
RGB Variations
Color information
#323088 (or 0x323088) is known color: Jacksons Purple. HEX triplet: 32, 30 and 88. RGB value is (50,48,136). Sum of RGB (Red+Green+Blue) = 50+48+136=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #323088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323088 is #CDCF77. Grayscale: #3A3A3A. Windows color (decimal): -13487992 or 8925234. OLE color: 8925234.
HSL color Cylindrical-coordinate representation of color #323088: hue angle of 241.36º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323088 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 48 | 136 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.47 |
| HSL | 241.36º | 0.48% | 0.36% | - |
| HSV(B) | 241.36º | 0.65% | 0.53% | - |
| XYZ | 6.82 | 4.57 | 23.82 | - |
| YUV | 58.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 136 | 0.63 | 0.65 | 0 | 0.47 | 241.36 | 0.48 | 0.36 |
| Hex | 32 | 30 | 88 | 3F | 41 | 0 | 2F | F1 | 30 | 24 |
| Octal | 62 | 60 | 210 | 77 | 101 | 0 | 57 | 361 | 60 | 44 |
| Binary | 110010 | 110000 | 10001000 | 111111 | 1000001 | 0 | 101111 | 11110001 | 110000 | 100100 |
Color Harmonies of #323088
Complementary color
Monochromatic Colors of #323088
Black with #323088
Text Example
Text Example
White with #323088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323088; }
p { color: rgb(50,48,136); }
H1.HeaderClassName
{
color: #323088;
}
.AnyTagClassName
{
color: #323088;
}
</style>
background-color css
<style>
a { background-color: #323088; }
a { background-color: rgb(50,48,136); }
div.DivClassName
{
background-color: #323088;
}
.BgClassName
{
background-color: #323088;
}
</style>
border-color css
<style>
span { border-color: #323088; }
span { border-color: rgb(50,48,136); }
td.TdClassName
{
border-color: #323088;
}
.TagClassName
{
border-color: #323088;
}
</style>