Shades of Jacksons Purple #363289
Tints of Jacksons Purple #363289
RGB
CMYK
RGB Variations
Color information
#363289 (or 0x363289) is known color: Jacksons Purple. HEX triplet: 36, 32 and 89. RGB value is (54,50,137). Sum of RGB (Red+Green+Blue) = 54+50+137=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #363289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363289 is #C9CD76. Grayscale: #3C3C3C. Windows color (decimal): -13225335 or 8991286. OLE color: 8991286.
HSL color Cylindrical-coordinate representation of color #363289: hue angle of 242.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363289 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 50 | 137 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.46 |
| HSL | 242.76º | 0.47% | 0.37% | - |
| HSV(B) | 242.76º | 0.64% | 0.54% | - |
| XYZ | 7.18 | 4.87 | 24.23 | - |
| YUV | 61.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 137 | 0.61 | 0.64 | 0 | 0.46 | 242.76 | 0.47 | 0.37 |
| Hex | 36 | 32 | 89 | 3D | 40 | 0 | 2E | F3 | 2F | 25 |
| Octal | 66 | 62 | 211 | 75 | 100 | 0 | 56 | 363 | 57 | 45 |
| Binary | 110110 | 110010 | 10001001 | 111101 | 1000000 | 0 | 101110 | 11110011 | 101111 | 100101 |
Color Harmonies of #363289
Complementary color
Monochromatic Colors of #363289
Black with #363289
Text Example
Text Example
White with #363289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363289; }
p { color: rgb(54,50,137); }
H1.HeaderClassName
{
color: #363289;
}
.AnyTagClassName
{
color: #363289;
}
</style>
background-color css
<style>
a { background-color: #363289; }
a { background-color: rgb(54,50,137); }
div.DivClassName
{
background-color: #363289;
}
.BgClassName
{
background-color: #363289;
}
</style>
border-color css
<style>
span { border-color: #363289; }
span { border-color: rgb(54,50,137); }
td.TdClassName
{
border-color: #363289;
}
.TagClassName
{
border-color: #363289;
}
</style>