Shades of Jacksons Purple #363A90
Tints of Jacksons Purple #363A90
RGB
CMYK
RGB Variations
Color information
#363A90 (or 0x363A90) is known color: Jacksons Purple. HEX triplet: 36, 3A and 90. RGB value is (54,58,144). Sum of RGB (Red+Green+Blue) = 54+58+144=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #363A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A90 is #C9C56F. Grayscale: #424242. Windows color (decimal): -13223280 or 9452086. OLE color: 9452086.
HSL color Cylindrical-coordinate representation of color #363A90: hue angle of 237.33º 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 #363A90 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 58 | 144 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.44 |
| HSL | 237.33º | 0.45% | 0.39% | - |
| HSV(B) | 237.33º | 0.63% | 0.56% | - |
| XYZ | 8.07 | 5.82 | 27.08 | - |
| YUV | 66.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 144 | 0.63 | 0.60 | 0 | 0.44 | 237.33 | 0.45 | 0.39 |
| Hex | 36 | 3A | 90 | 3F | 3C | 0 | 2C | ED | 2D | 27 |
| Octal | 66 | 72 | 220 | 77 | 74 | 0 | 54 | 355 | 55 | 47 |
| Binary | 110110 | 111010 | 10010000 | 111111 | 111100 | 0 | 101100 | 11101101 | 101101 | 100111 |
Color Harmonies of #363A90
Complementary color
Monochromatic Colors of #363A90
Black with #363A90
Text Example
Text Example
White with #363A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A90; }
p { color: rgb(54,58,144); }
H1.HeaderClassName
{
color: #363A90;
}
.AnyTagClassName
{
color: #363A90;
}
</style>
background-color css
<style>
a { background-color: #363A90; }
a { background-color: rgb(54,58,144); }
div.DivClassName
{
background-color: #363A90;
}
.BgClassName
{
background-color: #363A90;
}
</style>
border-color css
<style>
span { border-color: #363A90; }
span { border-color: rgb(54,58,144); }
td.TdClassName
{
border-color: #363A90;
}
.TagClassName
{
border-color: #363A90;
}
</style>