Shades of Jacksons Purple #323C85
Tints of Jacksons Purple #323C85
RGB
CMYK
RGB Variations
Color information
#323C85 (or 0x323C85) is known color: Jacksons Purple. HEX triplet: 32, 3C and 85. RGB value is (50,60,133). Sum of RGB (Red+Green+Blue) = 50+60+133=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #323C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C85 is #CDC37A. Grayscale: #414141. Windows color (decimal): -13484923 or 8731698. OLE color: 8731698.
HSL color Cylindrical-coordinate representation of color #323C85: hue angle of 232.77º 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 #323C85 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 60 | 133 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.48 |
| HSL | 232.77º | 0.45% | 0.36% | - |
| HSV(B) | 232.77º | 0.62% | 0.52% | - |
| XYZ | 7.16 | 5.6 | 22.89 | - |
| YUV | 65.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 133 | 0.62 | 0.55 | 0 | 0.48 | 232.77 | 0.45 | 0.36 |
| Hex | 32 | 3C | 85 | 3E | 37 | 0 | 30 | E9 | 2D | 24 |
| Octal | 62 | 74 | 205 | 76 | 67 | 0 | 60 | 351 | 55 | 44 |
| Binary | 110010 | 111100 | 10000101 | 111110 | 110111 | 0 | 110000 | 11101001 | 101101 | 100100 |
Color Harmonies of #323C85
Complementary color
Monochromatic Colors of #323C85
Black with #323C85
Text Example
Text Example
White with #323C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C85; }
p { color: rgb(50,60,133); }
H1.HeaderClassName
{
color: #323C85;
}
.AnyTagClassName
{
color: #323C85;
}
</style>
background-color css
<style>
a { background-color: #323C85; }
a { background-color: rgb(50,60,133); }
div.DivClassName
{
background-color: #323C85;
}
.BgClassName
{
background-color: #323C85;
}
</style>
border-color css
<style>
span { border-color: #323C85; }
span { border-color: rgb(50,60,133); }
td.TdClassName
{
border-color: #323C85;
}
.TagClassName
{
border-color: #323C85;
}
</style>