Shades of Jacksons Purple #36338D
Tints of Jacksons Purple #36338D
RGB
CMYK
RGB Variations
Color information
#36338D (or 0x36338D) is known color: Jacksons Purple. HEX triplet: 36, 33 and 8D. RGB value is (54,51,141). Sum of RGB (Red+Green+Blue) = 54+51+141=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #36338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36338D is #C9CC72. Grayscale: #3D3D3D. Windows color (decimal): -13225075 or 9253686. OLE color: 9253686.
HSL color Cylindrical-coordinate representation of color #36338D: hue angle of 242º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36338D is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 51 | 141 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.45 |
| HSL | 242º | 0.47% | 0.38% | - |
| HSV(B) | 242º | 0.64% | 0.55% | - |
| XYZ | 7.51 | 5.08 | 25.78 | - |
| YUV | 62.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 141 | 0.62 | 0.64 | 0 | 0.45 | 242 | 0.47 | 0.38 |
| Hex | 36 | 33 | 8D | 3E | 40 | 0 | 2D | F2 | 2F | 26 |
| Octal | 66 | 63 | 215 | 76 | 100 | 0 | 55 | 362 | 57 | 46 |
| Binary | 110110 | 110011 | 10001101 | 111110 | 1000000 | 0 | 101101 | 11110010 | 101111 | 100110 |
Color Harmonies of #36338D
Complementary color
Monochromatic Colors of #36338D
Black with #36338D
Text Example
Text Example
White with #36338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36338D; }
p { color: rgb(54,51,141); }
H1.HeaderClassName
{
color: #36338D;
}
.AnyTagClassName
{
color: #36338D;
}
</style>
background-color css
<style>
a { background-color: #36338D; }
a { background-color: rgb(54,51,141); }
div.DivClassName
{
background-color: #36338D;
}
.BgClassName
{
background-color: #36338D;
}
</style>
border-color css
<style>
span { border-color: #36338D; }
span { border-color: rgb(54,51,141); }
td.TdClassName
{
border-color: #36338D;
}
.TagClassName
{
border-color: #36338D;
}
</style>