Shades of Jacksons Purple #333995
Tints of Jacksons Purple #333995
RGB
CMYK
RGB Variations
Color information
#333995 (or 0x333995) is known color: Jacksons Purple. HEX triplet: 33, 39 and 95. RGB value is (51,57,149). Sum of RGB (Red+Green+Blue) = 51+57+149=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #333995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333995 is #CCC66A. Grayscale: #414141. Windows color (decimal): -13420139 or 9779507. OLE color: 9779507.
HSL color Cylindrical-coordinate representation of color #333995: hue angle of 236.33º 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 #333995 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 57 | 149 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.42 |
| HSL | 236.33º | 0.49% | 0.39% | - |
| HSV(B) | 236.33º | 0.66% | 0.58% | - |
| XYZ | 8.25 | 5.8 | 29.12 | - |
| YUV | 65.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 149 | 0.66 | 0.62 | 0 | 0.42 | 236.33 | 0.49 | 0.39 |
| Hex | 33 | 39 | 95 | 42 | 3E | 0 | 2A | EC | 31 | 27 |
| Octal | 63 | 71 | 225 | 102 | 76 | 0 | 52 | 354 | 61 | 47 |
| Binary | 110011 | 111001 | 10010101 | 1000010 | 111110 | 0 | 101010 | 11101100 | 110001 | 100111 |
Color Harmonies of #333995
Complementary color
Monochromatic Colors of #333995
Black with #333995
Text Example
Text Example
White with #333995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333995; }
p { color: rgb(51,57,149); }
H1.HeaderClassName
{
color: #333995;
}
.AnyTagClassName
{
color: #333995;
}
</style>
background-color css
<style>
a { background-color: #333995; }
a { background-color: rgb(51,57,149); }
div.DivClassName
{
background-color: #333995;
}
.BgClassName
{
background-color: #333995;
}
</style>
border-color css
<style>
span { border-color: #333995; }
span { border-color: rgb(51,57,149); }
td.TdClassName
{
border-color: #333995;
}
.TagClassName
{
border-color: #333995;
}
</style>