Shades of Jacksons Purple #363B90
Tints of Jacksons Purple #363B90
RGB
CMYK
RGB Variations
Color information
#363B90 (or 0x363B90) is known color: Jacksons Purple. HEX triplet: 36, 3B and 90. RGB value is (54,59,144). Sum of RGB (Red+Green+Blue) = 54+59+144=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #363B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B90 is #C9C46F. Grayscale: #424242. Windows color (decimal): -13223024 or 9452342. OLE color: 9452342.
HSL color Cylindrical-coordinate representation of color #363B90: hue angle of 236.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363B90 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 59 | 144 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.44 |
| HSL | 236.67º | 0.45% | 0.39% | - |
| HSV(B) | 236.67º | 0.63% | 0.56% | - |
| XYZ | 8.12 | 5.93 | 27.1 | - |
| YUV | 67.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 144 | 0.63 | 0.59 | 0 | 0.44 | 236.67 | 0.45 | 0.39 |
| Hex | 36 | 3B | 90 | 3F | 3B | 0 | 2C | ED | 2D | 27 |
| Octal | 66 | 73 | 220 | 77 | 73 | 0 | 54 | 355 | 55 | 47 |
| Binary | 110110 | 111011 | 10010000 | 111111 | 111011 | 0 | 101100 | 11101101 | 101101 | 100111 |
Color Harmonies of #363B90
Complementary color
Monochromatic Colors of #363B90
Black with #363B90
Text Example
Text Example
White with #363B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B90; }
p { color: rgb(54,59,144); }
H1.HeaderClassName
{
color: #363B90;
}
.AnyTagClassName
{
color: #363B90;
}
</style>
background-color css
<style>
a { background-color: #363B90; }
a { background-color: rgb(54,59,144); }
div.DivClassName
{
background-color: #363B90;
}
.BgClassName
{
background-color: #363B90;
}
</style>
border-color css
<style>
span { border-color: #363B90; }
span { border-color: rgb(54,59,144); }
td.TdClassName
{
border-color: #363B90;
}
.TagClassName
{
border-color: #363B90;
}
</style>