Shades of Jacksons Purple #363F87
Tints of Jacksons Purple #363F87
RGB
CMYK
RGB Variations
Color information
#363F87 (or 0x363F87) is known color: Jacksons Purple. HEX triplet: 36, 3F and 87. RGB value is (54,63,135). Sum of RGB (Red+Green+Blue) = 54+63+135=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #363F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F87 is #C9C078. Grayscale: #444444. Windows color (decimal): -13222009 or 8863542. OLE color: 8863542.
HSL color Cylindrical-coordinate representation of color #363F87: hue angle of 233.33º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363F87 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 63 | 135 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.47 |
| HSL | 233.33º | 0.43% | 0.37% | - |
| HSV(B) | 233.33º | 0.6% | 0.53% | - |
| XYZ | 7.67 | 6.09 | 23.69 | - |
| YUV | 68.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 135 | 0.60 | 0.53 | 0 | 0.47 | 233.33 | 0.43 | 0.37 |
| Hex | 36 | 3F | 87 | 3C | 35 | 0 | 2F | E9 | 2B | 25 |
| Octal | 66 | 77 | 207 | 74 | 65 | 0 | 57 | 351 | 53 | 45 |
| Binary | 110110 | 111111 | 10000111 | 111100 | 110101 | 0 | 101111 | 11101001 | 101011 | 100101 |
Color Harmonies of #363F87
Complementary color
Monochromatic Colors of #363F87
Black with #363F87
Text Example
Text Example
White with #363F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F87; }
p { color: rgb(54,63,135); }
H1.HeaderClassName
{
color: #363F87;
}
.AnyTagClassName
{
color: #363F87;
}
</style>
background-color css
<style>
a { background-color: #363F87; }
a { background-color: rgb(54,63,135); }
div.DivClassName
{
background-color: #363F87;
}
.BgClassName
{
background-color: #363F87;
}
</style>
border-color css
<style>
span { border-color: #363F87; }
span { border-color: rgb(54,63,135); }
td.TdClassName
{
border-color: #363F87;
}
.TagClassName
{
border-color: #363F87;
}
</style>