Shades of Jacksons Purple #363784
Tints of Jacksons Purple #363784
RGB
CMYK
RGB Variations
Color information
#363784 (or 0x363784) is known color: Jacksons Purple. HEX triplet: 36, 37 and 84. RGB value is (54,55,132). Sum of RGB (Red+Green+Blue) = 54+55+132=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #363784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363784 is #C9C87B. Grayscale: #3F3F3F. Windows color (decimal): -13224060 or 8664886. OLE color: 8664886.
HSL color Cylindrical-coordinate representation of color #363784: hue angle of 239.23º 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 #363784 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 55 | 132 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.48 |
| HSL | 239.23º | 0.42% | 0.36% | - |
| HSV(B) | 239.23º | 0.59% | 0.52% | - |
| XYZ | 7.05 | 5.18 | 22.46 | - |
| YUV | 63.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 132 | 0.59 | 0.58 | 0 | 0.48 | 239.23 | 0.42 | 0.36 |
| Hex | 36 | 37 | 84 | 3B | 3A | 0 | 30 | EF | 2A | 24 |
| Octal | 66 | 67 | 204 | 73 | 72 | 0 | 60 | 357 | 52 | 44 |
| Binary | 110110 | 110111 | 10000100 | 111011 | 111010 | 0 | 110000 | 11101111 | 101010 | 100100 |
Color Harmonies of #363784
Complementary color
Monochromatic Colors of #363784
Black with #363784
Text Example
Text Example
White with #363784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363784; }
p { color: rgb(54,55,132); }
H1.HeaderClassName
{
color: #363784;
}
.AnyTagClassName
{
color: #363784;
}
</style>
background-color css
<style>
a { background-color: #363784; }
a { background-color: rgb(54,55,132); }
div.DivClassName
{
background-color: #363784;
}
.BgClassName
{
background-color: #363784;
}
</style>
border-color css
<style>
span { border-color: #363784; }
span { border-color: rgb(54,55,132); }
td.TdClassName
{
border-color: #363784;
}
.TagClassName
{
border-color: #363784;
}
</style>