Shades of Jacksons Purple #323380
Tints of Jacksons Purple #323380
RGB
CMYK
RGB Variations
Color information
#323380 (or 0x323380) is known color: Jacksons Purple. HEX triplet: 32, 33 and 80. RGB value is (50,51,128). Sum of RGB (Red+Green+Blue) = 50+51+128=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #323380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323380 is #CDCC7F. Grayscale: #3B3B3B. Windows color (decimal): -13487232 or 8401714. OLE color: 8401714.
HSL color Cylindrical-coordinate representation of color #323380: hue angle of 239.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323380 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 51 | 128 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.50 |
| HSL | 239.23º | 0.44% | 0.35% | - |
| HSV(B) | 239.23º | 0.61% | 0.5% | - |
| XYZ | 6.4 | 4.6 | 20.97 | - |
| YUV | 59.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 128 | 0.61 | 0.60 | 0 | 0.50 | 239.23 | 0.44 | 0.35 |
| Hex | 32 | 33 | 80 | 3D | 3C | 0 | 32 | EF | 2C | 23 |
| Octal | 62 | 63 | 200 | 75 | 74 | 0 | 62 | 357 | 54 | 43 |
| Binary | 110010 | 110011 | 10000000 | 111101 | 111100 | 0 | 110010 | 11101111 | 101100 | 100011 |
Color Harmonies of #323380
Complementary color
Monochromatic Colors of #323380
Black with #323380
Text Example
Text Example
White with #323380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323380; }
p { color: rgb(50,51,128); }
H1.HeaderClassName
{
color: #323380;
}
.AnyTagClassName
{
color: #323380;
}
</style>
background-color css
<style>
a { background-color: #323380; }
a { background-color: rgb(50,51,128); }
div.DivClassName
{
background-color: #323380;
}
.BgClassName
{
background-color: #323380;
}
</style>
border-color css
<style>
span { border-color: #323380; }
span { border-color: rgb(50,51,128); }
td.TdClassName
{
border-color: #323380;
}
.TagClassName
{
border-color: #323380;
}
</style>