Shades of Jacksons Purple #363387
Tints of Jacksons Purple #363387
RGB
CMYK
RGB Variations
Color information
#363387 (or 0x363387) is known color: Jacksons Purple. HEX triplet: 36, 33 and 87. RGB value is (54,51,135). Sum of RGB (Red+Green+Blue) = 54+51+135=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #363387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363387 is #C9CC78. Grayscale: #3D3D3D. Windows color (decimal): -13225081 or 8860470. OLE color: 8860470.
HSL color Cylindrical-coordinate representation of color #363387: hue angle of 242.14º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363387 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 51 | 135 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.47 |
| HSL | 242.14º | 0.45% | 0.36% | - |
| HSV(B) | 242.14º | 0.62% | 0.53% | - |
| XYZ | 7.08 | 4.9 | 23.49 | - |
| YUV | 61.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 135 | 0.60 | 0.62 | 0 | 0.47 | 242.14 | 0.45 | 0.36 |
| Hex | 36 | 33 | 87 | 3C | 3E | 0 | 2F | F2 | 2D | 24 |
| Octal | 66 | 63 | 207 | 74 | 76 | 0 | 57 | 362 | 55 | 44 |
| Binary | 110110 | 110011 | 10000111 | 111100 | 111110 | 0 | 101111 | 11110010 | 101101 | 100100 |
Color Harmonies of #363387
Complementary color
Monochromatic Colors of #363387
Black with #363387
Text Example
Text Example
White with #363387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363387; }
p { color: rgb(54,51,135); }
H1.HeaderClassName
{
color: #363387;
}
.AnyTagClassName
{
color: #363387;
}
</style>
background-color css
<style>
a { background-color: #363387; }
a { background-color: rgb(54,51,135); }
div.DivClassName
{
background-color: #363387;
}
.BgClassName
{
background-color: #363387;
}
</style>
border-color css
<style>
span { border-color: #363387; }
span { border-color: rgb(54,51,135); }
td.TdClassName
{
border-color: #363387;
}
.TagClassName
{
border-color: #363387;
}
</style>