Shades of Jacksons Purple #363389
Tints of Jacksons Purple #363389
RGB
CMYK
RGB Variations
Color information
#363389 (or 0x363389) is known color: Jacksons Purple. HEX triplet: 36, 33 and 89. RGB value is (54,51,137). Sum of RGB (Red+Green+Blue) = 54+51+137=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #363389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363389 is #C9CC76. Grayscale: #3D3D3D. Windows color (decimal): -13225079 or 8991542. OLE color: 8991542.
HSL color Cylindrical-coordinate representation of color #363389: hue angle of 242.09º 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 #363389 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 51 | 137 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.46 |
| HSL | 242.09º | 0.46% | 0.37% | - |
| HSV(B) | 242.09º | 0.63% | 0.54% | - |
| XYZ | 7.22 | 4.96 | 24.24 | - |
| YUV | 61.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 137 | 0.61 | 0.63 | 0 | 0.46 | 242.09 | 0.46 | 0.37 |
| Hex | 36 | 33 | 89 | 3D | 3F | 0 | 2E | F2 | 2E | 25 |
| Octal | 66 | 63 | 211 | 75 | 77 | 0 | 56 | 362 | 56 | 45 |
| Binary | 110110 | 110011 | 10001001 | 111101 | 111111 | 0 | 101110 | 11110010 | 101110 | 100101 |
Color Harmonies of #363389
Complementary color
Monochromatic Colors of #363389
Black with #363389
Text Example
Text Example
White with #363389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363389; }
p { color: rgb(54,51,137); }
H1.HeaderClassName
{
color: #363389;
}
.AnyTagClassName
{
color: #363389;
}
</style>
background-color css
<style>
a { background-color: #363389; }
a { background-color: rgb(54,51,137); }
div.DivClassName
{
background-color: #363389;
}
.BgClassName
{
background-color: #363389;
}
</style>
border-color css
<style>
span { border-color: #363389; }
span { border-color: rgb(54,51,137); }
td.TdClassName
{
border-color: #363389;
}
.TagClassName
{
border-color: #363389;
}
</style>