Shades of Jacksons Purple #323894
Tints of Jacksons Purple #323894
RGB
CMYK
RGB Variations
Color information
#323894 (or 0x323894) is known color: Jacksons Purple. HEX triplet: 32, 38 and 94. RGB value is (50,56,148). Sum of RGB (Red+Green+Blue) = 50+56+148=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #323894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323894 is #CDC76B. Grayscale: #404040. Windows color (decimal): -13485932 or 9713714. OLE color: 9713714.
HSL color Cylindrical-coordinate representation of color #323894: hue angle of 236.33º 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 #323894 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 56 | 148 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.42 |
| HSL | 236.33º | 0.49% | 0.39% | - |
| HSV(B) | 236.33º | 0.66% | 0.58% | - |
| XYZ | 8.07 | 5.64 | 28.68 | - |
| YUV | 64.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 148 | 0.66 | 0.62 | 0 | 0.42 | 236.33 | 0.49 | 0.39 |
| Hex | 32 | 38 | 94 | 42 | 3E | 0 | 2A | EC | 31 | 27 |
| Octal | 62 | 70 | 224 | 102 | 76 | 0 | 52 | 354 | 61 | 47 |
| Binary | 110010 | 111000 | 10010100 | 1000010 | 111110 | 0 | 101010 | 11101100 | 110001 | 100111 |
Color Harmonies of #323894
Complementary color
Monochromatic Colors of #323894
Black with #323894
Text Example
Text Example
White with #323894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323894; }
p { color: rgb(50,56,148); }
H1.HeaderClassName
{
color: #323894;
}
.AnyTagClassName
{
color: #323894;
}
</style>
background-color css
<style>
a { background-color: #323894; }
a { background-color: rgb(50,56,148); }
div.DivClassName
{
background-color: #323894;
}
.BgClassName
{
background-color: #323894;
}
</style>
border-color css
<style>
span { border-color: #323894; }
span { border-color: rgb(50,56,148); }
td.TdClassName
{
border-color: #323894;
}
.TagClassName
{
border-color: #323894;
}
</style>