Shades of Jacksons Purple #323294
Tints of Jacksons Purple #323294
RGB
CMYK
RGB Variations
Color information
#323294 (or 0x323294) is known color: Jacksons Purple. HEX triplet: 32, 32 and 94. RGB value is (50,50,148). Sum of RGB (Red+Green+Blue) = 50+50+148=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #323294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323294 is #CDCD6B. Grayscale: #3C3C3C. Windows color (decimal): -13487468 or 9712178. OLE color: 9712178.
HSL color Cylindrical-coordinate representation of color #323294: hue angle of 240º 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 #323294 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 50 | 148 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.42 |
| HSL | 240º | 0.49% | 0.39% | - |
| HSV(B) | 240º | 0.66% | 0.58% | - |
| XYZ | 7.8 | 5.1 | 28.59 | - |
| YUV | 61.17 | 177 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 148 | 0.66 | 0.66 | 0 | 0.42 | 240 | 0.49 | 0.39 |
| Hex | 32 | 32 | 94 | 42 | 42 | 0 | 2A | F0 | 31 | 27 |
| Octal | 62 | 62 | 224 | 102 | 102 | 0 | 52 | 360 | 61 | 47 |
| Binary | 110010 | 110010 | 10010100 | 1000010 | 1000010 | 0 | 101010 | 11110000 | 110001 | 100111 |
Color Harmonies of #323294
Complementary color
Monochromatic Colors of #323294
Black with #323294
Text Example
Text Example
White with #323294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323294; }
p { color: rgb(50,50,148); }
H1.HeaderClassName
{
color: #323294;
}
.AnyTagClassName
{
color: #323294;
}
</style>
background-color css
<style>
a { background-color: #323294; }
a { background-color: rgb(50,50,148); }
div.DivClassName
{
background-color: #323294;
}
.BgClassName
{
background-color: #323294;
}
</style>
border-color css
<style>
span { border-color: #323294; }
span { border-color: rgb(50,50,148); }
td.TdClassName
{
border-color: #323294;
}
.TagClassName
{
border-color: #323294;
}
</style>