Shades of Jacksons Purple #332B88
Tints of Jacksons Purple #332B88
RGB
CMYK
RGB Variations
Color information
#332B88 (or 0x332B88) is known color: Jacksons Purple. HEX triplet: 33, 2B and 88. RGB value is (51,43,136). Sum of RGB (Red+Green+Blue) = 51+43+136=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #332B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332B88 is #CCD477. Grayscale: #373737. Windows color (decimal): -13423736 or 8923955. OLE color: 8923955.
HSL color Cylindrical-coordinate representation of color #332B88: hue angle of 245.16º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #332B88 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 43 | 136 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.47 |
| HSL | 245.16º | 0.52% | 0.35% | - |
| HSV(B) | 245.16º | 0.68% | 0.53% | - |
| XYZ | 6.67 | 4.21 | 23.75 | - |
| YUV | 55.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 136 | 0.62 | 0.68 | 0 | 0.47 | 245.16 | 0.52 | 0.35 |
| Hex | 33 | 2B | 88 | 3E | 44 | 0 | 2F | F5 | 34 | 23 |
| Octal | 63 | 53 | 210 | 76 | 104 | 0 | 57 | 365 | 64 | 43 |
| Binary | 110011 | 101011 | 10001000 | 111110 | 1000100 | 0 | 101111 | 11110101 | 110100 | 100011 |
Color Harmonies of #332B88
Complementary color
Monochromatic Colors of #332B88
Black with #332B88
Text Example
Text Example
White with #332B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B88; }
p { color: rgb(51,43,136); }
H1.HeaderClassName
{
color: #332B88;
}
.AnyTagClassName
{
color: #332B88;
}
</style>
background-color css
<style>
a { background-color: #332B88; }
a { background-color: rgb(51,43,136); }
div.DivClassName
{
background-color: #332B88;
}
.BgClassName
{
background-color: #332B88;
}
</style>
border-color css
<style>
span { border-color: #332B88; }
span { border-color: rgb(51,43,136); }
td.TdClassName
{
border-color: #332B88;
}
.TagClassName
{
border-color: #332B88;
}
</style>