Shades of Jacksons Purple #323080
Tints of Jacksons Purple #323080
RGB
CMYK
RGB Variations
Color information
#323080 (or 0x323080) is known color: Jacksons Purple. HEX triplet: 32, 30 and 80. RGB value is (50,48,128). Sum of RGB (Red+Green+Blue) = 50+48+128=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #323080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323080 is #CDCF7F. Grayscale: #393939. Windows color (decimal): -13488000 or 8400946. OLE color: 8400946.
HSL color Cylindrical-coordinate representation of color #323080: hue angle of 241.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323080 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 48 | 128 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.50 |
| HSL | 241.5º | 0.45% | 0.35% | - |
| HSV(B) | 241.5º | 0.63% | 0.5% | - |
| XYZ | 6.27 | 4.35 | 20.93 | - |
| YUV | 57.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 128 | 0.61 | 0.62 | 0 | 0.50 | 241.5 | 0.45 | 0.35 |
| Hex | 32 | 30 | 80 | 3D | 3E | 0 | 32 | F2 | 2D | 23 |
| Octal | 62 | 60 | 200 | 75 | 76 | 0 | 62 | 362 | 55 | 43 |
| Binary | 110010 | 110000 | 10000000 | 111101 | 111110 | 0 | 110010 | 11110010 | 101101 | 100011 |
Color Harmonies of #323080
Complementary color
Monochromatic Colors of #323080
Black with #323080
Text Example
Text Example
White with #323080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323080; }
p { color: rgb(50,48,128); }
H1.HeaderClassName
{
color: #323080;
}
.AnyTagClassName
{
color: #323080;
}
</style>
background-color css
<style>
a { background-color: #323080; }
a { background-color: rgb(50,48,128); }
div.DivClassName
{
background-color: #323080;
}
.BgClassName
{
background-color: #323080;
}
</style>
border-color css
<style>
span { border-color: #323080; }
span { border-color: rgb(50,48,128); }
td.TdClassName
{
border-color: #323080;
}
.TagClassName
{
border-color: #323080;
}
</style>