Shades of Jacksons Purple #332C85
Tints of Jacksons Purple #332C85
RGB
CMYK
RGB Variations
Color information
#332C85 (or 0x332C85) is known color: Jacksons Purple. HEX triplet: 33, 2C and 85. RGB value is (51,44,133). Sum of RGB (Red+Green+Blue) = 51+44+133=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #332C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332C85 is #CCD37A. Grayscale: #373737. Windows color (decimal): -13423483 or 8727603. OLE color: 8727603.
HSL color Cylindrical-coordinate representation of color #332C85: hue angle of 244.72º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332C85 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 44 | 133 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.48 |
| HSL | 244.72º | 0.5% | 0.35% | - |
| HSV(B) | 244.72º | 0.67% | 0.52% | - |
| XYZ | 6.5 | 4.2 | 22.66 | - |
| YUV | 56.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 133 | 0.62 | 0.67 | 0 | 0.48 | 244.72 | 0.5 | 0.35 |
| Hex | 33 | 2C | 85 | 3E | 43 | 0 | 30 | F5 | 32 | 23 |
| Octal | 63 | 54 | 205 | 76 | 103 | 0 | 60 | 365 | 62 | 43 |
| Binary | 110011 | 101100 | 10000101 | 111110 | 1000011 | 0 | 110000 | 11110101 | 110010 | 100011 |
Color Harmonies of #332C85
Complementary color
Monochromatic Colors of #332C85
Black with #332C85
Text Example
Text Example
White with #332C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C85; }
p { color: rgb(51,44,133); }
H1.HeaderClassName
{
color: #332C85;
}
.AnyTagClassName
{
color: #332C85;
}
</style>
background-color css
<style>
a { background-color: #332C85; }
a { background-color: rgb(51,44,133); }
div.DivClassName
{
background-color: #332C85;
}
.BgClassName
{
background-color: #332C85;
}
</style>
border-color css
<style>
span { border-color: #332C85; }
span { border-color: rgb(51,44,133); }
td.TdClassName
{
border-color: #332C85;
}
.TagClassName
{
border-color: #332C85;
}
</style>