Shades of Jacksons Purple #323B99
Tints of Jacksons Purple #323B99
RGB
CMYK
RGB Variations
Color information
#323B99 (or 0x323B99) is known color: Jacksons Purple. HEX triplet: 32, 3B and 99. RGB value is (50,59,153). Sum of RGB (Red+Green+Blue) = 50+59+153=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #323B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B99 is #CDC466. Grayscale: #424242. Windows color (decimal): -13485159 or 10042162. OLE color: 10042162.
HSL color Cylindrical-coordinate representation of color #323B99: hue angle of 234.76º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323B99 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 59 | 153 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.4 |
| HSL | 234.76º | 0.51% | 0.4% | - |
| HSV(B) | 234.76º | 0.67% | 0.6% | - |
| XYZ | 8.63 | 6.11 | 30.86 | - |
| YUV | 67.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 153 | 0.67 | 0.61 | 0 | 0.4 | 234.76 | 0.51 | 0.4 |
| Hex | 32 | 3B | 99 | 43 | 3D | 0 | 28 | EB | 33 | 28 |
| Octal | 62 | 73 | 231 | 103 | 75 | 0 | 50 | 353 | 63 | 50 |
| Binary | 110010 | 111011 | 10011001 | 1000011 | 111101 | 0 | 101000 | 11101011 | 110011 | 101000 |
Color Harmonies of #323B99
Complementary color
Monochromatic Colors of #323B99
Black with #323B99
Text Example
Text Example
White with #323B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B99; }
p { color: rgb(50,59,153); }
H1.HeaderClassName
{
color: #323B99;
}
.AnyTagClassName
{
color: #323B99;
}
</style>
background-color css
<style>
a { background-color: #323B99; }
a { background-color: rgb(50,59,153); }
div.DivClassName
{
background-color: #323B99;
}
.BgClassName
{
background-color: #323B99;
}
</style>
border-color css
<style>
span { border-color: #323B99; }
span { border-color: rgb(50,59,153); }
td.TdClassName
{
border-color: #323B99;
}
.TagClassName
{
border-color: #323B99;
}
</style>