Shades of Jacksons Purple #323081
Tints of Jacksons Purple #323081
RGB
CMYK
RGB Variations
Color information
#323081 (or 0x323081) is known color: Jacksons Purple. HEX triplet: 32, 30 and 81. RGB value is (50,48,129). Sum of RGB (Red+Green+Blue) = 50+48+129=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #323081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323081 is #CDCF7E. Grayscale: #393939. Windows color (decimal): -13487999 or 8466482. OLE color: 8466482.
HSL color Cylindrical-coordinate representation of color #323081: hue angle of 241.48º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323081 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 48 | 129 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.49 |
| HSL | 241.48º | 0.46% | 0.35% | - |
| HSV(B) | 241.48º | 0.63% | 0.51% | - |
| XYZ | 6.33 | 4.38 | 21.28 | - |
| YUV | 57.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 129 | 0.61 | 0.63 | 0 | 0.49 | 241.48 | 0.46 | 0.35 |
| Hex | 32 | 30 | 81 | 3D | 3F | 0 | 31 | F1 | 2E | 23 |
| Octal | 62 | 60 | 201 | 75 | 77 | 0 | 61 | 361 | 56 | 43 |
| Binary | 110010 | 110000 | 10000001 | 111101 | 111111 | 0 | 110001 | 11110001 | 101110 | 100011 |
Color Harmonies of #323081
Complementary color
Monochromatic Colors of #323081
Black with #323081
Text Example
Text Example
White with #323081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323081; }
p { color: rgb(50,48,129); }
H1.HeaderClassName
{
color: #323081;
}
.AnyTagClassName
{
color: #323081;
}
</style>
background-color css
<style>
a { background-color: #323081; }
a { background-color: rgb(50,48,129); }
div.DivClassName
{
background-color: #323081;
}
.BgClassName
{
background-color: #323081;
}
</style>
border-color css
<style>
span { border-color: #323081; }
span { border-color: rgb(50,48,129); }
td.TdClassName
{
border-color: #323081;
}
.TagClassName
{
border-color: #323081;
}
</style>