Shades of Jacksons Purple #323B85
Tints of Jacksons Purple #323B85
RGB
CMYK
RGB Variations
Color information
#323B85 (or 0x323B85) is known color: Jacksons Purple. HEX triplet: 32, 3B and 85. RGB value is (50,59,133). Sum of RGB (Red+Green+Blue) = 50+59+133=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #323B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B85 is #CDC47A. Grayscale: #404040. Windows color (decimal): -13485179 or 8731442. OLE color: 8731442.
HSL color Cylindrical-coordinate representation of color #323B85: hue angle of 233.49º 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 #323B85 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 59 | 133 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.48 |
| HSL | 233.49º | 0.45% | 0.36% | - |
| HSV(B) | 233.49º | 0.62% | 0.52% | - |
| XYZ | 7.11 | 5.5 | 22.88 | - |
| YUV | 64.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 133 | 0.62 | 0.56 | 0 | 0.48 | 233.49 | 0.45 | 0.36 |
| Hex | 32 | 3B | 85 | 3E | 38 | 0 | 30 | E9 | 2D | 24 |
| Octal | 62 | 73 | 205 | 76 | 70 | 0 | 60 | 351 | 55 | 44 |
| Binary | 110010 | 111011 | 10000101 | 111110 | 111000 | 0 | 110000 | 11101001 | 101101 | 100100 |
Color Harmonies of #323B85
Complementary color
Monochromatic Colors of #323B85
Black with #323B85
Text Example
Text Example
White with #323B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B85; }
p { color: rgb(50,59,133); }
H1.HeaderClassName
{
color: #323B85;
}
.AnyTagClassName
{
color: #323B85;
}
</style>
background-color css
<style>
a { background-color: #323B85; }
a { background-color: rgb(50,59,133); }
div.DivClassName
{
background-color: #323B85;
}
.BgClassName
{
background-color: #323B85;
}
</style>
border-color css
<style>
span { border-color: #323B85; }
span { border-color: rgb(50,59,133); }
td.TdClassName
{
border-color: #323B85;
}
.TagClassName
{
border-color: #323B85;
}
</style>