Shades of Jacksons Purple #323993
Tints of Jacksons Purple #323993
RGB
CMYK
RGB Variations
Color information
#323993 (or 0x323993) is known color: Jacksons Purple. HEX triplet: 32, 39 and 93. RGB value is (50,57,147). Sum of RGB (Red+Green+Blue) = 50+57+147=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #323993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323993 is #CDC66C. Grayscale: #404040. Windows color (decimal): -13485677 or 9648434. OLE color: 9648434.
HSL color Cylindrical-coordinate representation of color #323993: hue angle of 235.67º 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 #323993 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 57 | 147 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.42 |
| HSL | 235.67º | 0.49% | 0.39% | - |
| HSV(B) | 235.67º | 0.66% | 0.58% | - |
| XYZ | 8.04 | 5.71 | 28.28 | - |
| YUV | 65.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 147 | 0.66 | 0.61 | 0 | 0.42 | 235.67 | 0.49 | 0.39 |
| Hex | 32 | 39 | 93 | 42 | 3D | 0 | 2A | EC | 31 | 27 |
| Octal | 62 | 71 | 223 | 102 | 75 | 0 | 52 | 354 | 61 | 47 |
| Binary | 110010 | 111001 | 10010011 | 1000010 | 111101 | 0 | 101010 | 11101100 | 110001 | 100111 |
Color Harmonies of #323993
Complementary color
Monochromatic Colors of #323993
Black with #323993
Text Example
Text Example
White with #323993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323993; }
p { color: rgb(50,57,147); }
H1.HeaderClassName
{
color: #323993;
}
.AnyTagClassName
{
color: #323993;
}
</style>
background-color css
<style>
a { background-color: #323993; }
a { background-color: rgb(50,57,147); }
div.DivClassName
{
background-color: #323993;
}
.BgClassName
{
background-color: #323993;
}
</style>
border-color css
<style>
span { border-color: #323993; }
span { border-color: rgb(50,57,147); }
td.TdClassName
{
border-color: #323993;
}
.TagClassName
{
border-color: #323993;
}
</style>