Shades of Jacksons Purple #333182
Tints of Jacksons Purple #333182
RGB
CMYK
RGB Variations
Color information
#333182 (or 0x333182) is known color: Jacksons Purple. HEX triplet: 33, 31 and 82. RGB value is (51,49,130). Sum of RGB (Red+Green+Blue) = 51+49+130=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #333182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333182 is #CCCE7D. Grayscale: #3A3A3A. Windows color (decimal): -13422206 or 8532275. OLE color: 8532275.
HSL color Cylindrical-coordinate representation of color #333182: hue angle of 241.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #333182 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 49 | 130 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.49 |
| HSL | 241.48º | 0.45% | 0.35% | - |
| HSV(B) | 241.48º | 0.62% | 0.51% | - |
| XYZ | 6.49 | 4.51 | 21.65 | - |
| YUV | 58.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 130 | 0.61 | 0.62 | 0 | 0.49 | 241.48 | 0.45 | 0.35 |
| Hex | 33 | 31 | 82 | 3D | 3E | 0 | 31 | F1 | 2D | 23 |
| Octal | 63 | 61 | 202 | 75 | 76 | 0 | 61 | 361 | 55 | 43 |
| Binary | 110011 | 110001 | 10000010 | 111101 | 111110 | 0 | 110001 | 11110001 | 101101 | 100011 |
Color Harmonies of #333182
Complementary color
Monochromatic Colors of #333182
Black with #333182
Text Example
Text Example
White with #333182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333182; }
p { color: rgb(51,49,130); }
H1.HeaderClassName
{
color: #333182;
}
.AnyTagClassName
{
color: #333182;
}
</style>
background-color css
<style>
a { background-color: #333182; }
a { background-color: rgb(51,49,130); }
div.DivClassName
{
background-color: #333182;
}
.BgClassName
{
background-color: #333182;
}
</style>
border-color css
<style>
span { border-color: #333182; }
span { border-color: rgb(51,49,130); }
td.TdClassName
{
border-color: #333182;
}
.TagClassName
{
border-color: #333182;
}
</style>