Shades of Jacksons Purple #323A85
Tints of Jacksons Purple #323A85
RGB
CMYK
RGB Variations
Color information
#323A85 (or 0x323A85) is known color: Jacksons Purple. HEX triplet: 32, 3A and 85. RGB value is (50,58,133). Sum of RGB (Red+Green+Blue) = 50+58+133=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #323A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A85 is #CDC57A. Grayscale: #3F3F3F. Windows color (decimal): -13485435 or 8731186. OLE color: 8731186.
HSL color Cylindrical-coordinate representation of color #323A85: hue angle of 234.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323A85 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 58 | 133 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.48 |
| HSL | 234.22º | 0.45% | 0.36% | - |
| HSV(B) | 234.22º | 0.62% | 0.52% | - |
| XYZ | 7.06 | 5.4 | 22.86 | - |
| YUV | 64.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 133 | 0.62 | 0.56 | 0 | 0.48 | 234.22 | 0.45 | 0.36 |
| Hex | 32 | 3A | 85 | 3E | 38 | 0 | 30 | EA | 2D | 24 |
| Octal | 62 | 72 | 205 | 76 | 70 | 0 | 60 | 352 | 55 | 44 |
| Binary | 110010 | 111010 | 10000101 | 111110 | 111000 | 0 | 110000 | 11101010 | 101101 | 100100 |
Color Harmonies of #323A85
Complementary color
Monochromatic Colors of #323A85
Black with #323A85
Text Example
Text Example
White with #323A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A85; }
p { color: rgb(50,58,133); }
H1.HeaderClassName
{
color: #323A85;
}
.AnyTagClassName
{
color: #323A85;
}
</style>
background-color css
<style>
a { background-color: #323A85; }
a { background-color: rgb(50,58,133); }
div.DivClassName
{
background-color: #323A85;
}
.BgClassName
{
background-color: #323A85;
}
</style>
border-color css
<style>
span { border-color: #323A85; }
span { border-color: rgb(50,58,133); }
td.TdClassName
{
border-color: #323A85;
}
.TagClassName
{
border-color: #323A85;
}
</style>