Shades of Jacksons Purple #36408B
Tints of Jacksons Purple #36408B
RGB
CMYK
RGB Variations
Color information
#36408B (or 0x36408B) is known color: Jacksons Purple. HEX triplet: 36, 40 and 8B. RGB value is (54,64,139). Sum of RGB (Red+Green+Blue) = 54+64+139=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #36408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36408B is #C9BF74. Grayscale: #454545. Windows color (decimal): -13221749 or 9125942. OLE color: 9125942.
HSL color Cylindrical-coordinate representation of color #36408B: hue angle of 232.94º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36408B is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 64 | 139 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.45 |
| HSL | 232.94º | 0.44% | 0.38% | - |
| HSV(B) | 232.94º | 0.61% | 0.55% | - |
| XYZ | 8.01 | 6.32 | 25.22 | - |
| YUV | 69.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 139 | 0.61 | 0.54 | 0 | 0.45 | 232.94 | 0.44 | 0.38 |
| Hex | 36 | 40 | 8B | 3D | 36 | 0 | 2D | E9 | 2C | 26 |
| Octal | 66 | 100 | 213 | 75 | 66 | 0 | 55 | 351 | 54 | 46 |
| Binary | 110110 | 1000000 | 10001011 | 111101 | 110110 | 0 | 101101 | 11101001 | 101100 | 100110 |
Color Harmonies of #36408B
Complementary color
Monochromatic Colors of #36408B
Black with #36408B
Text Example
Text Example
White with #36408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36408B; }
p { color: rgb(54,64,139); }
H1.HeaderClassName
{
color: #36408B;
}
.AnyTagClassName
{
color: #36408B;
}
</style>
background-color css
<style>
a { background-color: #36408B; }
a { background-color: rgb(54,64,139); }
div.DivClassName
{
background-color: #36408B;
}
.BgClassName
{
background-color: #36408B;
}
</style>
border-color css
<style>
span { border-color: #36408B; }
span { border-color: rgb(54,64,139); }
td.TdClassName
{
border-color: #36408B;
}
.TagClassName
{
border-color: #36408B;
}
</style>