Shades of Jacksons Purple #363A91
Tints of Jacksons Purple #363A91
RGB
CMYK
RGB Variations
Color information
#363A91 (or 0x363A91) is known color: Jacksons Purple. HEX triplet: 36, 3A and 91. RGB value is (54,58,145). Sum of RGB (Red+Green+Blue) = 54+58+145=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #363A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A91 is #C9C56E. Grayscale: #424242. Windows color (decimal): -13223279 or 9517622. OLE color: 9517622.
HSL color Cylindrical-coordinate representation of color #363A91: hue angle of 237.36º 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 #363A91 is Cyan = 0.63, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 58 | 145 | - |
| CMYK | 0.63 | 0.6 | 0 | 0.43 |
| HSL | 237.36º | 0.46% | 0.39% | - |
| HSV(B) | 237.36º | 0.63% | 0.57% | - |
| XYZ | 8.15 | 5.85 | 27.49 | - |
| YUV | 66.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 145 | 0.63 | 0.6 | 0 | 0.43 | 237.36 | 0.46 | 0.39 |
| Hex | 36 | 3A | 91 | 3F | 3C | 0 | 2B | ED | 2E | 27 |
| Octal | 66 | 72 | 221 | 77 | 74 | 0 | 53 | 355 | 56 | 47 |
| Binary | 110110 | 111010 | 10010001 | 111111 | 111100 | 0 | 101011 | 11101101 | 101110 | 100111 |
Color Harmonies of #363A91
Complementary color
Monochromatic Colors of #363A91
Black with #363A91
Text Example
Text Example
White with #363A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A91; }
p { color: rgb(54,58,145); }
H1.HeaderClassName
{
color: #363A91;
}
.AnyTagClassName
{
color: #363A91;
}
</style>
background-color css
<style>
a { background-color: #363A91; }
a { background-color: rgb(54,58,145); }
div.DivClassName
{
background-color: #363A91;
}
.BgClassName
{
background-color: #363A91;
}
</style>
border-color css
<style>
span { border-color: #363A91; }
span { border-color: rgb(54,58,145); }
td.TdClassName
{
border-color: #363A91;
}
.TagClassName
{
border-color: #363A91;
}
</style>