Shades of Jacksons Purple #323C8E
Tints of Jacksons Purple #323C8E
RGB
CMYK
RGB Variations
Color information
#323C8E (or 0x323C8E) is known color: Jacksons Purple. HEX triplet: 32, 3C and 8E. RGB value is (50,60,142). Sum of RGB (Red+Green+Blue) = 50+60+142=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #323C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C8E is #CDC371. Grayscale: #424242. Windows color (decimal): -13484914 or 9321522. OLE color: 9321522.
HSL color Cylindrical-coordinate representation of color #323C8E: hue angle of 233.48º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323C8E is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 60 | 142 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.44 |
| HSL | 233.48º | 0.48% | 0.38% | - |
| HSV(B) | 233.48º | 0.65% | 0.56% | - |
| XYZ | 7.81 | 5.86 | 26.31 | - |
| YUV | 66.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 142 | 0.65 | 0.58 | 0 | 0.44 | 233.48 | 0.48 | 0.38 |
| Hex | 32 | 3C | 8E | 41 | 3A | 0 | 2C | E9 | 30 | 26 |
| Octal | 62 | 74 | 216 | 101 | 72 | 0 | 54 | 351 | 60 | 46 |
| Binary | 110010 | 111100 | 10001110 | 1000001 | 111010 | 0 | 101100 | 11101001 | 110000 | 100110 |
Color Harmonies of #323C8E
Complementary color
Monochromatic Colors of #323C8E
Black with #323C8E
Text Example
Text Example
White with #323C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C8E; }
p { color: rgb(50,60,142); }
H1.HeaderClassName
{
color: #323C8E;
}
.AnyTagClassName
{
color: #323C8E;
}
</style>
background-color css
<style>
a { background-color: #323C8E; }
a { background-color: rgb(50,60,142); }
div.DivClassName
{
background-color: #323C8E;
}
.BgClassName
{
background-color: #323C8E;
}
</style>
border-color css
<style>
span { border-color: #323C8E; }
span { border-color: rgb(50,60,142); }
td.TdClassName
{
border-color: #323C8E;
}
.TagClassName
{
border-color: #323C8E;
}
</style>