Shades of Jacksons Purple #363882
Tints of Jacksons Purple #363882
RGB
CMYK
RGB Variations
Color information
#363882 (or 0x363882) is known color: Jacksons Purple. HEX triplet: 36, 38 and 82. RGB value is (54,56,130). Sum of RGB (Red+Green+Blue) = 54+56+130=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #363882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363882 is #C9C77D. Grayscale: #3F3F3F. Windows color (decimal): -13223806 or 8534070. OLE color: 8534070.
HSL color Cylindrical-coordinate representation of color #363882: hue angle of 238.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363882 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 56 | 130 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.49 |
| HSL | 238.42º | 0.41% | 0.36% | - |
| HSV(B) | 238.42º | 0.58% | 0.51% | - |
| XYZ | 6.96 | 5.22 | 21.76 | - |
| YUV | 63.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 130 | 0.58 | 0.57 | 0 | 0.49 | 238.42 | 0.41 | 0.36 |
| Hex | 36 | 38 | 82 | 3A | 39 | 0 | 31 | EE | 29 | 24 |
| Octal | 66 | 70 | 202 | 72 | 71 | 0 | 61 | 356 | 51 | 44 |
| Binary | 110110 | 111000 | 10000010 | 111010 | 111001 | 0 | 110001 | 11101110 | 101001 | 100100 |
Color Harmonies of #363882
Complementary color
Monochromatic Colors of #363882
Black with #363882
Text Example
Text Example
White with #363882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363882; }
p { color: rgb(54,56,130); }
H1.HeaderClassName
{
color: #363882;
}
.AnyTagClassName
{
color: #363882;
}
</style>
background-color css
<style>
a { background-color: #363882; }
a { background-color: rgb(54,56,130); }
div.DivClassName
{
background-color: #363882;
}
.BgClassName
{
background-color: #363882;
}
</style>
border-color css
<style>
span { border-color: #363882; }
span { border-color: rgb(54,56,130); }
td.TdClassName
{
border-color: #363882;
}
.TagClassName
{
border-color: #363882;
}
</style>