Shades of Jacksons Purple #323693
Tints of Jacksons Purple #323693
RGB
CMYK
RGB Variations
Color information
#323693 (or 0x323693) is known color: Jacksons Purple. HEX triplet: 32, 36 and 93. RGB value is (50,54,147). Sum of RGB (Red+Green+Blue) = 50+54+147=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #323693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323693 is #CDC96C. Grayscale: #3F3F3F. Windows color (decimal): -13486445 or 9647666. OLE color: 9647666.
HSL color Cylindrical-coordinate representation of color #323693: hue angle of 237.53º 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 #323693 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 54 | 147 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.42 |
| HSL | 237.53º | 0.49% | 0.39% | - |
| HSV(B) | 237.53º | 0.66% | 0.58% | - |
| XYZ | 7.9 | 5.42 | 28.23 | - |
| YUV | 63.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 147 | 0.66 | 0.63 | 0 | 0.42 | 237.53 | 0.49 | 0.39 |
| Hex | 32 | 36 | 93 | 42 | 3F | 0 | 2A | EE | 31 | 27 |
| Octal | 62 | 66 | 223 | 102 | 77 | 0 | 52 | 356 | 61 | 47 |
| Binary | 110010 | 110110 | 10010011 | 1000010 | 111111 | 0 | 101010 | 11101110 | 110001 | 100111 |
Color Harmonies of #323693
Complementary color
Monochromatic Colors of #323693
Black with #323693
Text Example
Text Example
White with #323693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323693; }
p { color: rgb(50,54,147); }
H1.HeaderClassName
{
color: #323693;
}
.AnyTagClassName
{
color: #323693;
}
</style>
background-color css
<style>
a { background-color: #323693; }
a { background-color: rgb(50,54,147); }
div.DivClassName
{
background-color: #323693;
}
.BgClassName
{
background-color: #323693;
}
</style>
border-color css
<style>
span { border-color: #323693; }
span { border-color: rgb(50,54,147); }
td.TdClassName
{
border-color: #323693;
}
.TagClassName
{
border-color: #323693;
}
</style>