Shades of Jacksons Purple #363D96
Tints of Jacksons Purple #363D96
RGB
CMYK
RGB Variations
Color information
#363D96 (or 0x363D96) is known color: Jacksons Purple. HEX triplet: 36, 3D and 96. RGB value is (54,61,150). Sum of RGB (Red+Green+Blue) = 54+61+150=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #363D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D96 is #C9C269. Grayscale: #444444. Windows color (decimal): -13222506 or 9846070. OLE color: 9846070.
HSL color Cylindrical-coordinate representation of color #363D96: hue angle of 235.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363D96 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 61 | 150 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.41 |
| HSL | 235.63º | 0.47% | 0.4% | - |
| HSV(B) | 235.63º | 0.64% | 0.59% | - |
| XYZ | 8.7 | 6.32 | 29.62 | - |
| YUV | 69.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 150 | 0.64 | 0.59 | 0 | 0.41 | 235.63 | 0.47 | 0.4 |
| Hex | 36 | 3D | 96 | 40 | 3B | 0 | 29 | EC | 2F | 28 |
| Octal | 66 | 75 | 226 | 100 | 73 | 0 | 51 | 354 | 57 | 50 |
| Binary | 110110 | 111101 | 10010110 | 1000000 | 111011 | 0 | 101001 | 11101100 | 101111 | 101000 |
Color Harmonies of #363D96
Complementary color
Monochromatic Colors of #363D96
Black with #363D96
Text Example
Text Example
White with #363D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D96; }
p { color: rgb(54,61,150); }
H1.HeaderClassName
{
color: #363D96;
}
.AnyTagClassName
{
color: #363D96;
}
</style>
background-color css
<style>
a { background-color: #363D96; }
a { background-color: rgb(54,61,150); }
div.DivClassName
{
background-color: #363D96;
}
.BgClassName
{
background-color: #363D96;
}
</style>
border-color css
<style>
span { border-color: #363D96; }
span { border-color: rgb(54,61,150); }
td.TdClassName
{
border-color: #363D96;
}
.TagClassName
{
border-color: #363D96;
}
</style>