Shades of Jacksons Purple #332A88
Tints of Jacksons Purple #332A88
RGB
CMYK
RGB Variations
Color information
#332A88 (or 0x332A88) is known color: Jacksons Purple. HEX triplet: 33, 2A and 88. RGB value is (51,42,136). Sum of RGB (Red+Green+Blue) = 51+42+136=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #332A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332A88 is #CCD577. Grayscale: #373737. Windows color (decimal): -13423992 or 8923699. OLE color: 8923699.
HSL color Cylindrical-coordinate representation of color #332A88: hue angle of 245.74º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332A88 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 42 | 136 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.47 |
| HSL | 245.74º | 0.53% | 0.35% | - |
| HSV(B) | 245.74º | 0.69% | 0.53% | - |
| XYZ | 6.64 | 4.14 | 23.74 | - |
| YUV | 55.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 136 | 0.62 | 0.69 | 0 | 0.47 | 245.74 | 0.53 | 0.35 |
| Hex | 33 | 2A | 88 | 3E | 45 | 0 | 2F | F6 | 35 | 23 |
| Octal | 63 | 52 | 210 | 76 | 105 | 0 | 57 | 366 | 65 | 43 |
| Binary | 110011 | 101010 | 10001000 | 111110 | 1000101 | 0 | 101111 | 11110110 | 110101 | 100011 |
Color Harmonies of #332A88
Complementary color
Monochromatic Colors of #332A88
Black with #332A88
Text Example
Text Example
White with #332A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A88; }
p { color: rgb(51,42,136); }
H1.HeaderClassName
{
color: #332A88;
}
.AnyTagClassName
{
color: #332A88;
}
</style>
background-color css
<style>
a { background-color: #332A88; }
a { background-color: rgb(51,42,136); }
div.DivClassName
{
background-color: #332A88;
}
.BgClassName
{
background-color: #332A88;
}
</style>
border-color css
<style>
span { border-color: #332A88; }
span { border-color: rgb(51,42,136); }
td.TdClassName
{
border-color: #332A88;
}
.TagClassName
{
border-color: #332A88;
}
</style>