Shades of Jacksons Purple #363A84
Tints of Jacksons Purple #363A84
RGB
CMYK
RGB Variations
Color information
#363A84 (or 0x363A84) is known color: Jacksons Purple. HEX triplet: 36, 3A and 84. RGB value is (54,58,132). Sum of RGB (Red+Green+Blue) = 54+58+132=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #363A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A84 is #C9C57B. Grayscale: #404040. Windows color (decimal): -13223292 or 8665654. OLE color: 8665654.
HSL color Cylindrical-coordinate representation of color #363A84: hue angle of 236.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363A84 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 58 | 132 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.48 |
| HSL | 236.92º | 0.42% | 0.36% | - |
| HSV(B) | 236.92º | 0.59% | 0.52% | - |
| XYZ | 7.2 | 5.48 | 22.51 | - |
| YUV | 65.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 132 | 0.59 | 0.56 | 0 | 0.48 | 236.92 | 0.42 | 0.36 |
| Hex | 36 | 3A | 84 | 3B | 38 | 0 | 30 | ED | 2A | 24 |
| Octal | 66 | 72 | 204 | 73 | 70 | 0 | 60 | 355 | 52 | 44 |
| Binary | 110110 | 111010 | 10000100 | 111011 | 111000 | 0 | 110000 | 11101101 | 101010 | 100100 |
Color Harmonies of #363A84
Complementary color
Monochromatic Colors of #363A84
Black with #363A84
Text Example
Text Example
White with #363A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A84; }
p { color: rgb(54,58,132); }
H1.HeaderClassName
{
color: #363A84;
}
.AnyTagClassName
{
color: #363A84;
}
</style>
background-color css
<style>
a { background-color: #363A84; }
a { background-color: rgb(54,58,132); }
div.DivClassName
{
background-color: #363A84;
}
.BgClassName
{
background-color: #363A84;
}
</style>
border-color css
<style>
span { border-color: #363A84; }
span { border-color: rgb(54,58,132); }
td.TdClassName
{
border-color: #363A84;
}
.TagClassName
{
border-color: #363A84;
}
</style>