Shades of Jacksons Purple #323494
Tints of Jacksons Purple #323494
RGB
CMYK
RGB Variations
Color information
#323494 (or 0x323494) is known color: Jacksons Purple. HEX triplet: 32, 34 and 94. RGB value is (50,52,148). Sum of RGB (Red+Green+Blue) = 50+52+148=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #323494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323494 is #CDCB6B. Grayscale: #3D3D3D. Windows color (decimal): -13486956 or 9712690. OLE color: 9712690.
HSL color Cylindrical-coordinate representation of color #323494: hue angle of 238.78º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323494 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 52 | 148 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.42 |
| HSL | 238.78º | 0.49% | 0.39% | - |
| HSV(B) | 238.78º | 0.66% | 0.58% | - |
| XYZ | 7.89 | 5.27 | 28.62 | - |
| YUV | 62.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 148 | 0.66 | 0.65 | 0 | 0.42 | 238.78 | 0.49 | 0.39 |
| Hex | 32 | 34 | 94 | 42 | 41 | 0 | 2A | EF | 31 | 27 |
| Octal | 62 | 64 | 224 | 102 | 101 | 0 | 52 | 357 | 61 | 47 |
| Binary | 110010 | 110100 | 10010100 | 1000010 | 1000001 | 0 | 101010 | 11101111 | 110001 | 100111 |
Color Harmonies of #323494
Complementary color
Monochromatic Colors of #323494
Black with #323494
Text Example
Text Example
White with #323494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323494; }
p { color: rgb(50,52,148); }
H1.HeaderClassName
{
color: #323494;
}
.AnyTagClassName
{
color: #323494;
}
</style>
background-color css
<style>
a { background-color: #323494; }
a { background-color: rgb(50,52,148); }
div.DivClassName
{
background-color: #323494;
}
.BgClassName
{
background-color: #323494;
}
</style>
border-color css
<style>
span { border-color: #323494; }
span { border-color: rgb(50,52,148); }
td.TdClassName
{
border-color: #323494;
}
.TagClassName
{
border-color: #323494;
}
</style>