Shades of Jacksons Purple #333994
Tints of Jacksons Purple #333994
RGB
CMYK
RGB Variations
Color information
#333994 (or 0x333994) is known color: Jacksons Purple. HEX triplet: 33, 39 and 94. RGB value is (51,57,148). Sum of RGB (Red+Green+Blue) = 51+57+148=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #333994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333994 is #CCC66B. Grayscale: #414141. Windows color (decimal): -13420140 or 9713971. OLE color: 9713971.
HSL color Cylindrical-coordinate representation of color #333994: 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 #333994 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 57 | 148 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.42 |
| HSL | 236.29º | 0.49% | 0.39% | - |
| HSV(B) | 236.29º | 0.66% | 0.58% | - |
| XYZ | 8.17 | 5.77 | 28.7 | - |
| YUV | 65.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 148 | 0.66 | 0.61 | 0 | 0.42 | 236.29 | 0.49 | 0.39 |
| Hex | 33 | 39 | 94 | 42 | 3D | 0 | 2A | EC | 31 | 27 |
| Octal | 63 | 71 | 224 | 102 | 75 | 0 | 52 | 354 | 61 | 47 |
| Binary | 110011 | 111001 | 10010100 | 1000010 | 111101 | 0 | 101010 | 11101100 | 110001 | 100111 |
Color Harmonies of #333994
Complementary color
Monochromatic Colors of #333994
Black with #333994
Text Example
Text Example
White with #333994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333994; }
p { color: rgb(51,57,148); }
H1.HeaderClassName
{
color: #333994;
}
.AnyTagClassName
{
color: #333994;
}
</style>
background-color css
<style>
a { background-color: #333994; }
a { background-color: rgb(51,57,148); }
div.DivClassName
{
background-color: #333994;
}
.BgClassName
{
background-color: #333994;
}
</style>
border-color css
<style>
span { border-color: #333994; }
span { border-color: rgb(51,57,148); }
td.TdClassName
{
border-color: #333994;
}
.TagClassName
{
border-color: #333994;
}
</style>