Shades of Jacksons Purple #33338B
Tints of Jacksons Purple #33338B
RGB
CMYK
RGB Variations
Color information
#33338B (or 0x33338B) is known color: Jacksons Purple. HEX triplet: 33, 33 and 8B. RGB value is (51,51,139). Sum of RGB (Red+Green+Blue) = 51+51+139=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #33338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33338B is #CCCC74. Grayscale: #3C3C3C. Windows color (decimal): -13421685 or 9122611. OLE color: 9122611.
HSL color Cylindrical-coordinate representation of color #33338B: hue angle of 240º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33338B is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 51 | 139 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.45 |
| HSL | 240º | 0.46% | 0.37% | - |
| HSV(B) | 240º | 0.63% | 0.55% | - |
| XYZ | 7.21 | 4.94 | 25 | - |
| YUV | 61.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 139 | 0.63 | 0.63 | 0 | 0.45 | 240 | 0.46 | 0.37 |
| Hex | 33 | 33 | 8B | 3F | 3F | 0 | 2D | F0 | 2E | 25 |
| Octal | 63 | 63 | 213 | 77 | 77 | 0 | 55 | 360 | 56 | 45 |
| Binary | 110011 | 110011 | 10001011 | 111111 | 111111 | 0 | 101101 | 11110000 | 101110 | 100101 |
Color Harmonies of #33338B
Complementary color
Monochromatic Colors of #33338B
Black with #33338B
Text Example
Text Example
White with #33338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33338B; }
p { color: rgb(51,51,139); }
H1.HeaderClassName
{
color: #33338B;
}
.AnyTagClassName
{
color: #33338B;
}
</style>
background-color css
<style>
a { background-color: #33338B; }
a { background-color: rgb(51,51,139); }
div.DivClassName
{
background-color: #33338B;
}
.BgClassName
{
background-color: #33338B;
}
</style>
border-color css
<style>
span { border-color: #33338B; }
span { border-color: rgb(51,51,139); }
td.TdClassName
{
border-color: #33338B;
}
.TagClassName
{
border-color: #33338B;
}
</style>