Shades of Jacksons Purple #363D91
Tints of Jacksons Purple #363D91
RGB
CMYK
RGB Variations
Color information
#363D91 (or 0x363D91) is known color: Jacksons Purple. HEX triplet: 36, 3D and 91. RGB value is (54,61,145). Sum of RGB (Red+Green+Blue) = 54+61+145=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #363D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D91 is #C9C26E. Grayscale: #444444. Windows color (decimal): -13222511 or 9518390. OLE color: 9518390.
HSL color Cylindrical-coordinate representation of color #363D91: hue angle of 235.38º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363D91 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 61 | 145 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.43 |
| HSL | 235.38º | 0.46% | 0.39% | - |
| HSV(B) | 235.38º | 0.63% | 0.57% | - |
| XYZ | 8.3 | 6.17 | 27.54 | - |
| YUV | 68.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 145 | 0.63 | 0.58 | 0 | 0.43 | 235.38 | 0.46 | 0.39 |
| Hex | 36 | 3D | 91 | 3F | 3A | 0 | 2B | EB | 2E | 27 |
| Octal | 66 | 75 | 221 | 77 | 72 | 0 | 53 | 353 | 56 | 47 |
| Binary | 110110 | 111101 | 10010001 | 111111 | 111010 | 0 | 101011 | 11101011 | 101110 | 100111 |
Color Harmonies of #363D91
Complementary color
Monochromatic Colors of #363D91
Black with #363D91
Text Example
Text Example
White with #363D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D91; }
p { color: rgb(54,61,145); }
H1.HeaderClassName
{
color: #363D91;
}
.AnyTagClassName
{
color: #363D91;
}
</style>
background-color css
<style>
a { background-color: #363D91; }
a { background-color: rgb(54,61,145); }
div.DivClassName
{
background-color: #363D91;
}
.BgClassName
{
background-color: #363D91;
}
</style>
border-color css
<style>
span { border-color: #363D91; }
span { border-color: rgb(54,61,145); }
td.TdClassName
{
border-color: #363D91;
}
.TagClassName
{
border-color: #363D91;
}
</style>