Shades of Jacksons Purple #33378A
Tints of Jacksons Purple #33378A
RGB
CMYK
RGB Variations
Color information
#33378A (or 0x33378A) is known color: Jacksons Purple. HEX triplet: 33, 37 and 8A. RGB value is (51,55,138). Sum of RGB (Red+Green+Blue) = 51+55+138=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #33378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33378A is #CCC875. Grayscale: #3E3E3E. Windows color (decimal): -13420662 or 9058099. OLE color: 9058099.
HSL color Cylindrical-coordinate representation of color #33378A: hue angle of 237.24º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33378A is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 55 | 138 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.46 |
| HSL | 237.24º | 0.46% | 0.37% | - |
| HSV(B) | 237.24º | 0.63% | 0.54% | - |
| XYZ | 7.32 | 5.27 | 24.68 | - |
| YUV | 63.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 138 | 0.63 | 0.60 | 0 | 0.46 | 237.24 | 0.46 | 0.37 |
| Hex | 33 | 37 | 8A | 3F | 3C | 0 | 2E | ED | 2E | 25 |
| Octal | 63 | 67 | 212 | 77 | 74 | 0 | 56 | 355 | 56 | 45 |
| Binary | 110011 | 110111 | 10001010 | 111111 | 111100 | 0 | 101110 | 11101101 | 101110 | 100101 |
Color Harmonies of #33378A
Complementary color
Monochromatic Colors of #33378A
Black with #33378A
Text Example
Text Example
White with #33378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33378A; }
p { color: rgb(51,55,138); }
H1.HeaderClassName
{
color: #33378A;
}
.AnyTagClassName
{
color: #33378A;
}
</style>
background-color css
<style>
a { background-color: #33378A; }
a { background-color: rgb(51,55,138); }
div.DivClassName
{
background-color: #33378A;
}
.BgClassName
{
background-color: #33378A;
}
</style>
border-color css
<style>
span { border-color: #33378A; }
span { border-color: rgb(51,55,138); }
td.TdClassName
{
border-color: #33378A;
}
.TagClassName
{
border-color: #33378A;
}
</style>