Shades of Jacksons Purple #362B84
Tints of Jacksons Purple #362B84
RGB
CMYK
RGB Variations
Color information
#362B84 (or 0x362B84) is known color: Jacksons Purple. HEX triplet: 36, 2B and 84. RGB value is (54,43,132). Sum of RGB (Red+Green+Blue) = 54+43+132=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #362B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362B84 is #C9D47B. Grayscale: #383838. Windows color (decimal): -13227132 or 8661814. OLE color: 8661814.
HSL color Cylindrical-coordinate representation of color #362B84: hue angle of 247.42º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362B84 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 43 | 132 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.48 |
| HSL | 247.42º | 0.51% | 0.34% | - |
| HSV(B) | 247.42º | 0.67% | 0.52% | - |
| XYZ | 6.55 | 4.18 | 22.29 | - |
| YUV | 56.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 132 | 0.59 | 0.67 | 0 | 0.48 | 247.42 | 0.51 | 0.34 |
| Hex | 36 | 2B | 84 | 3B | 43 | 0 | 30 | F7 | 33 | 22 |
| Octal | 66 | 53 | 204 | 73 | 103 | 0 | 60 | 367 | 63 | 42 |
| Binary | 110110 | 101011 | 10000100 | 111011 | 1000011 | 0 | 110000 | 11110111 | 110011 | 100010 |
Color Harmonies of #362B84
Complementary color
Monochromatic Colors of #362B84
Black with #362B84
Text Example
Text Example
White with #362B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B84; }
p { color: rgb(54,43,132); }
H1.HeaderClassName
{
color: #362B84;
}
.AnyTagClassName
{
color: #362B84;
}
</style>
background-color css
<style>
a { background-color: #362B84; }
a { background-color: rgb(54,43,132); }
div.DivClassName
{
background-color: #362B84;
}
.BgClassName
{
background-color: #362B84;
}
</style>
border-color css
<style>
span { border-color: #362B84; }
span { border-color: rgb(54,43,132); }
td.TdClassName
{
border-color: #362B84;
}
.TagClassName
{
border-color: #362B84;
}
</style>