Shades of Jacksons Purple #363884
Tints of Jacksons Purple #363884
RGB
CMYK
RGB Variations
Color information
#363884 (or 0x363884) is known color: Jacksons Purple. HEX triplet: 36, 38 and 84. RGB value is (54,56,132). Sum of RGB (Red+Green+Blue) = 54+56+132=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #363884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363884 is #C9C77B. Grayscale: #3F3F3F. Windows color (decimal): -13223804 or 8665142. OLE color: 8665142.
HSL color Cylindrical-coordinate representation of color #363884: hue angle of 238.46º 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 #363884 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 56 | 132 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.48 |
| HSL | 238.46º | 0.42% | 0.36% | - |
| HSV(B) | 238.46º | 0.59% | 0.52% | - |
| XYZ | 7.1 | 5.28 | 22.47 | - |
| YUV | 64.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 132 | 0.59 | 0.58 | 0 | 0.48 | 238.46 | 0.42 | 0.36 |
| Hex | 36 | 38 | 84 | 3B | 3A | 0 | 30 | EE | 2A | 24 |
| Octal | 66 | 70 | 204 | 73 | 72 | 0 | 60 | 356 | 52 | 44 |
| Binary | 110110 | 111000 | 10000100 | 111011 | 111010 | 0 | 110000 | 11101110 | 101010 | 100100 |
Color Harmonies of #363884
Complementary color
Monochromatic Colors of #363884
Black with #363884
Text Example
Text Example
White with #363884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363884; }
p { color: rgb(54,56,132); }
H1.HeaderClassName
{
color: #363884;
}
.AnyTagClassName
{
color: #363884;
}
</style>
background-color css
<style>
a { background-color: #363884; }
a { background-color: rgb(54,56,132); }
div.DivClassName
{
background-color: #363884;
}
.BgClassName
{
background-color: #363884;
}
</style>
border-color css
<style>
span { border-color: #363884; }
span { border-color: rgb(54,56,132); }
td.TdClassName
{
border-color: #363884;
}
.TagClassName
{
border-color: #363884;
}
</style>