Shades of Jacksons Purple #333D91
Tints of Jacksons Purple #333D91
RGB
CMYK
RGB Variations
Color information
#333D91 (or 0x333D91) is known color: Jacksons Purple. HEX triplet: 33, 3D and 91. RGB value is (51,61,145). Sum of RGB (Red+Green+Blue) = 51+61+145=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #333D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D91 is #CCC26E. Grayscale: #434343. Windows color (decimal): -13419119 or 9518387. OLE color: 9518387.
HSL color Cylindrical-coordinate representation of color #333D91: hue angle of 233.62º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333D91 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 61 | 145 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.43 |
| HSL | 233.62º | 0.48% | 0.38% | - |
| HSV(B) | 233.62º | 0.65% | 0.57% | - |
| XYZ | 8.14 | 6.09 | 27.53 | - |
| YUV | 67.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 145 | 0.65 | 0.58 | 0 | 0.43 | 233.62 | 0.48 | 0.38 |
| Hex | 33 | 3D | 91 | 41 | 3A | 0 | 2B | EA | 30 | 26 |
| Octal | 63 | 75 | 221 | 101 | 72 | 0 | 53 | 352 | 60 | 46 |
| Binary | 110011 | 111101 | 10010001 | 1000001 | 111010 | 0 | 101011 | 11101010 | 110000 | 100110 |
Color Harmonies of #333D91
Complementary color
Monochromatic Colors of #333D91
Black with #333D91
Text Example
Text Example
White with #333D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D91; }
p { color: rgb(51,61,145); }
H1.HeaderClassName
{
color: #333D91;
}
.AnyTagClassName
{
color: #333D91;
}
</style>
background-color css
<style>
a { background-color: #333D91; }
a { background-color: rgb(51,61,145); }
div.DivClassName
{
background-color: #333D91;
}
.BgClassName
{
background-color: #333D91;
}
</style>
border-color css
<style>
span { border-color: #333D91; }
span { border-color: rgb(51,61,145); }
td.TdClassName
{
border-color: #333D91;
}
.TagClassName
{
border-color: #333D91;
}
</style>