Shades of Jacksons Purple #363C89
Tints of Jacksons Purple #363C89
RGB
CMYK
RGB Variations
Color information
#363C89 (or 0x363C89) is known color: Jacksons Purple. HEX triplet: 36, 3C and 89. RGB value is (54,60,137). Sum of RGB (Red+Green+Blue) = 54+60+137=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #363C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C89 is #C9C376. Grayscale: #424242. Windows color (decimal): -13222775 or 8993846. OLE color: 8993846.
HSL color Cylindrical-coordinate representation of color #363C89: hue angle of 235.66º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #363C89 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 60 | 137 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.46 |
| HSL | 235.66º | 0.43% | 0.37% | - |
| HSV(B) | 235.66º | 0.61% | 0.54% | - |
| XYZ | 7.65 | 5.82 | 24.39 | - |
| YUV | 66.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 137 | 0.61 | 0.56 | 0 | 0.46 | 235.66 | 0.43 | 0.37 |
| Hex | 36 | 3C | 89 | 3D | 38 | 0 | 2E | EC | 2B | 25 |
| Octal | 66 | 74 | 211 | 75 | 70 | 0 | 56 | 354 | 53 | 45 |
| Binary | 110110 | 111100 | 10001001 | 111101 | 111000 | 0 | 101110 | 11101100 | 101011 | 100101 |
Color Harmonies of #363C89
Complementary color
Monochromatic Colors of #363C89
Black with #363C89
Text Example
Text Example
White with #363C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C89; }
p { color: rgb(54,60,137); }
H1.HeaderClassName
{
color: #363C89;
}
.AnyTagClassName
{
color: #363C89;
}
</style>
background-color css
<style>
a { background-color: #363C89; }
a { background-color: rgb(54,60,137); }
div.DivClassName
{
background-color: #363C89;
}
.BgClassName
{
background-color: #363C89;
}
</style>
border-color css
<style>
span { border-color: #363C89; }
span { border-color: rgb(54,60,137); }
td.TdClassName
{
border-color: #363C89;
}
.TagClassName
{
border-color: #363C89;
}
</style>