Shades of Jacksons Purple #33378F
Tints of Jacksons Purple #33378F
RGB
CMYK
RGB Variations
Color information
#33378F (or 0x33378F) is known color: Jacksons Purple. HEX triplet: 33, 37 and 8F. RGB value is (51,55,143). Sum of RGB (Red+Green+Blue) = 51+55+143=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #33378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33378F is #CCC870. Grayscale: #3F3F3F. Windows color (decimal): -13420657 or 9385779. OLE color: 9385779.
HSL color Cylindrical-coordinate representation of color #33378F: hue angle of 237.39º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33378F is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 55 | 143 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.44 |
| HSL | 237.39º | 0.47% | 0.38% | - |
| HSV(B) | 237.39º | 0.64% | 0.56% | - |
| XYZ | 7.69 | 5.42 | 26.63 | - |
| YUV | 63.84 | 172.67 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 143 | 0.64 | 0.62 | 0 | 0.44 | 237.39 | 0.47 | 0.38 |
| Hex | 33 | 37 | 8F | 40 | 3E | 0 | 2C | ED | 2F | 26 |
| Octal | 63 | 67 | 217 | 100 | 76 | 0 | 54 | 355 | 57 | 46 |
| Binary | 110011 | 110111 | 10001111 | 1000000 | 111110 | 0 | 101100 | 11101101 | 101111 | 100110 |
Color Harmonies of #33378F
Complementary color
Monochromatic Colors of #33378F
Black with #33378F
Text Example
Text Example
White with #33378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33378F; }
p { color: rgb(51,55,143); }
H1.HeaderClassName
{
color: #33378F;
}
.AnyTagClassName
{
color: #33378F;
}
</style>
background-color css
<style>
a { background-color: #33378F; }
a { background-color: rgb(51,55,143); }
div.DivClassName
{
background-color: #33378F;
}
.BgClassName
{
background-color: #33378F;
}
</style>
border-color css
<style>
span { border-color: #33378F; }
span { border-color: rgb(51,55,143); }
td.TdClassName
{
border-color: #33378F;
}
.TagClassName
{
border-color: #33378F;
}
</style>