Shades of Jacksons Purple #36408D
Tints of Jacksons Purple #36408D
RGB
CMYK
RGB Variations
Color information
#36408D (or 0x36408D) is known color: Jacksons Purple. HEX triplet: 36, 40 and 8D. RGB value is (54,64,141). Sum of RGB (Red+Green+Blue) = 54+64+141=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #36408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36408D is #C9BF72. Grayscale: #454545. Windows color (decimal): -13221747 or 9257014. OLE color: 9257014.
HSL color Cylindrical-coordinate representation of color #36408D: hue angle of 233.1º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36408D is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 64 | 141 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.45 |
| HSL | 233.1º | 0.45% | 0.38% | - |
| HSV(B) | 233.1º | 0.62% | 0.55% | - |
| XYZ | 8.16 | 6.37 | 26 | - |
| YUV | 69.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 141 | 0.62 | 0.55 | 0 | 0.45 | 233.1 | 0.45 | 0.38 |
| Hex | 36 | 40 | 8D | 3E | 37 | 0 | 2D | E9 | 2D | 26 |
| Octal | 66 | 100 | 215 | 76 | 67 | 0 | 55 | 351 | 55 | 46 |
| Binary | 110110 | 1000000 | 10001101 | 111110 | 110111 | 0 | 101101 | 11101001 | 101101 | 100110 |
Color Harmonies of #36408D
Complementary color
Monochromatic Colors of #36408D
Black with #36408D
Text Example
Text Example
White with #36408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36408D; }
p { color: rgb(54,64,141); }
H1.HeaderClassName
{
color: #36408D;
}
.AnyTagClassName
{
color: #36408D;
}
</style>
background-color css
<style>
a { background-color: #36408D; }
a { background-color: rgb(54,64,141); }
div.DivClassName
{
background-color: #36408D;
}
.BgClassName
{
background-color: #36408D;
}
</style>
border-color css
<style>
span { border-color: #36408D; }
span { border-color: rgb(54,64,141); }
td.TdClassName
{
border-color: #36408D;
}
.TagClassName
{
border-color: #36408D;
}
</style>