Shades of Jacksons Purple #323792
Tints of Jacksons Purple #323792
RGB
CMYK
RGB Variations
Color information
#323792 (or 0x323792) is known color: Jacksons Purple. HEX triplet: 32, 37 and 92. RGB value is (50,55,146). Sum of RGB (Red+Green+Blue) = 50+55+146=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #323792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323792 is #CDC86D. Grayscale: #3F3F3F. Windows color (decimal): -13486190 or 9582386. OLE color: 9582386.
HSL color Cylindrical-coordinate representation of color #323792: hue angle of 236.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323792 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 55 | 146 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.43 |
| HSL | 236.88º | 0.49% | 0.38% | - |
| HSV(B) | 236.88º | 0.66% | 0.57% | - |
| XYZ | 7.87 | 5.49 | 27.84 | - |
| YUV | 63.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 146 | 0.66 | 0.62 | 0 | 0.43 | 236.88 | 0.49 | 0.38 |
| Hex | 32 | 37 | 92 | 42 | 3E | 0 | 2B | ED | 31 | 26 |
| Octal | 62 | 67 | 222 | 102 | 76 | 0 | 53 | 355 | 61 | 46 |
| Binary | 110010 | 110111 | 10010010 | 1000010 | 111110 | 0 | 101011 | 11101101 | 110001 | 100110 |
Color Harmonies of #323792
Complementary color
Monochromatic Colors of #323792
Black with #323792
Text Example
Text Example
White with #323792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323792; }
p { color: rgb(50,55,146); }
H1.HeaderClassName
{
color: #323792;
}
.AnyTagClassName
{
color: #323792;
}
</style>
background-color css
<style>
a { background-color: #323792; }
a { background-color: rgb(50,55,146); }
div.DivClassName
{
background-color: #323792;
}
.BgClassName
{
background-color: #323792;
}
</style>
border-color css
<style>
span { border-color: #323792; }
span { border-color: rgb(50,55,146); }
td.TdClassName
{
border-color: #323792;
}
.TagClassName
{
border-color: #323792;
}
</style>