Shades of Jacksons Purple #333881
Tints of Jacksons Purple #333881
RGB
CMYK
RGB Variations
Color information
#333881 (or 0x333881) is known color: Jacksons Purple. HEX triplet: 33, 38 and 81. RGB value is (51,56,129). Sum of RGB (Red+Green+Blue) = 51+56+129=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #333881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333881 is #CCC77E. Grayscale: #3E3E3E. Windows color (decimal): -13420415 or 8468531. OLE color: 8468531.
HSL color Cylindrical-coordinate representation of color #333881: hue angle of 236.15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333881 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 56 | 129 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.49 |
| HSL | 236.15º | 0.43% | 0.35% | - |
| HSV(B) | 236.15º | 0.6% | 0.51% | - |
| XYZ | 6.74 | 5.12 | 21.4 | - |
| YUV | 62.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 129 | 0.60 | 0.57 | 0 | 0.49 | 236.15 | 0.43 | 0.35 |
| Hex | 33 | 38 | 81 | 3C | 39 | 0 | 31 | EC | 2B | 23 |
| Octal | 63 | 70 | 201 | 74 | 71 | 0 | 61 | 354 | 53 | 43 |
| Binary | 110011 | 111000 | 10000001 | 111100 | 111001 | 0 | 110001 | 11101100 | 101011 | 100011 |
Color Harmonies of #333881
Complementary color
Monochromatic Colors of #333881
Black with #333881
Text Example
Text Example
White with #333881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333881; }
p { color: rgb(51,56,129); }
H1.HeaderClassName
{
color: #333881;
}
.AnyTagClassName
{
color: #333881;
}
</style>
background-color css
<style>
a { background-color: #333881; }
a { background-color: rgb(51,56,129); }
div.DivClassName
{
background-color: #333881;
}
.BgClassName
{
background-color: #333881;
}
</style>
border-color css
<style>
span { border-color: #333881; }
span { border-color: rgb(51,56,129); }
td.TdClassName
{
border-color: #333881;
}
.TagClassName
{
border-color: #333881;
}
</style>