Shades of Jacksons Purple #333186
Tints of Jacksons Purple #333186
RGB
CMYK
RGB Variations
Color information
#333186 (or 0x333186) is known color: Jacksons Purple. HEX triplet: 33, 31 and 86. RGB value is (51,49,134). Sum of RGB (Red+Green+Blue) = 51+49+134=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #333186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333186 is #CCCE79. Grayscale: #3A3A3A. Windows color (decimal): -13422202 or 8794419. OLE color: 8794419.
HSL color Cylindrical-coordinate representation of color #333186: hue angle of 241.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333186 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 49 | 134 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.47 |
| HSL | 241.41º | 0.46% | 0.36% | - |
| HSV(B) | 241.41º | 0.63% | 0.53% | - |
| XYZ | 6.77 | 4.62 | 23.09 | - |
| YUV | 59.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 134 | 0.62 | 0.63 | 0 | 0.47 | 241.41 | 0.46 | 0.36 |
| Hex | 33 | 31 | 86 | 3E | 3F | 0 | 2F | F1 | 2E | 24 |
| Octal | 63 | 61 | 206 | 76 | 77 | 0 | 57 | 361 | 56 | 44 |
| Binary | 110011 | 110001 | 10000110 | 111110 | 111111 | 0 | 101111 | 11110001 | 101110 | 100100 |
Color Harmonies of #333186
Complementary color
Monochromatic Colors of #333186
Black with #333186
Text Example
Text Example
White with #333186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333186; }
p { color: rgb(51,49,134); }
H1.HeaderClassName
{
color: #333186;
}
.AnyTagClassName
{
color: #333186;
}
</style>
background-color css
<style>
a { background-color: #333186; }
a { background-color: rgb(51,49,134); }
div.DivClassName
{
background-color: #333186;
}
.BgClassName
{
background-color: #333186;
}
</style>
border-color css
<style>
span { border-color: #333186; }
span { border-color: rgb(51,49,134); }
td.TdClassName
{
border-color: #333186;
}
.TagClassName
{
border-color: #333186;
}
</style>