Shades of Jacksons Purple #323893
Tints of Jacksons Purple #323893
RGB
CMYK
RGB Variations
Color information
#323893 (or 0x323893) is known color: Jacksons Purple. HEX triplet: 32, 38 and 93. RGB value is (50,56,147). Sum of RGB (Red+Green+Blue) = 50+56+147=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #323893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323893 is #CDC76C. Grayscale: #404040. Windows color (decimal): -13485933 or 9648178. OLE color: 9648178.
HSL color Cylindrical-coordinate representation of color #323893: hue angle of 236.29º 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 #323893 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 56 | 147 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.42 |
| HSL | 236.29º | 0.49% | 0.39% | - |
| HSV(B) | 236.29º | 0.66% | 0.58% | - |
| XYZ | 8 | 5.61 | 28.27 | - |
| YUV | 64.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 147 | 0.66 | 0.62 | 0 | 0.42 | 236.29 | 0.49 | 0.39 |
| Hex | 32 | 38 | 93 | 42 | 3E | 0 | 2A | EC | 31 | 27 |
| Octal | 62 | 70 | 223 | 102 | 76 | 0 | 52 | 354 | 61 | 47 |
| Binary | 110010 | 111000 | 10010011 | 1000010 | 111110 | 0 | 101010 | 11101100 | 110001 | 100111 |
Color Harmonies of #323893
Complementary color
Monochromatic Colors of #323893
Black with #323893
Text Example
Text Example
White with #323893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323893; }
p { color: rgb(50,56,147); }
H1.HeaderClassName
{
color: #323893;
}
.AnyTagClassName
{
color: #323893;
}
</style>
background-color css
<style>
a { background-color: #323893; }
a { background-color: rgb(50,56,147); }
div.DivClassName
{
background-color: #323893;
}
.BgClassName
{
background-color: #323893;
}
</style>
border-color css
<style>
span { border-color: #323893; }
span { border-color: rgb(50,56,147); }
td.TdClassName
{
border-color: #323893;
}
.TagClassName
{
border-color: #323893;
}
</style>