Shades of Jacksons Purple #363D8D
Tints of Jacksons Purple #363D8D
RGB
CMYK
RGB Variations
Color information
#363D8D (or 0x363D8D) is known color: Jacksons Purple. HEX triplet: 36, 3D and 8D. RGB value is (54,61,141). Sum of RGB (Red+Green+Blue) = 54+61+141=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #363D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D8D is #C9C272. Grayscale: #434343. Windows color (decimal): -13222515 or 9256246. OLE color: 9256246.
HSL color Cylindrical-coordinate representation of color #363D8D: hue angle of 235.17º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363D8D is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 61 | 141 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.45 |
| HSL | 235.17º | 0.45% | 0.38% | - |
| HSV(B) | 235.17º | 0.62% | 0.55% | - |
| XYZ | 8 | 6.04 | 25.94 | - |
| YUV | 68.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 141 | 0.62 | 0.57 | 0 | 0.45 | 235.17 | 0.45 | 0.38 |
| Hex | 36 | 3D | 8D | 3E | 39 | 0 | 2D | EB | 2D | 26 |
| Octal | 66 | 75 | 215 | 76 | 71 | 0 | 55 | 353 | 55 | 46 |
| Binary | 110110 | 111101 | 10001101 | 111110 | 111001 | 0 | 101101 | 11101011 | 101101 | 100110 |
Color Harmonies of #363D8D
Complementary color
Monochromatic Colors of #363D8D
Black with #363D8D
Text Example
Text Example
White with #363D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D8D; }
p { color: rgb(54,61,141); }
H1.HeaderClassName
{
color: #363D8D;
}
.AnyTagClassName
{
color: #363D8D;
}
</style>
background-color css
<style>
a { background-color: #363D8D; }
a { background-color: rgb(54,61,141); }
div.DivClassName
{
background-color: #363D8D;
}
.BgClassName
{
background-color: #363D8D;
}
</style>
border-color css
<style>
span { border-color: #363D8D; }
span { border-color: rgb(54,61,141); }
td.TdClassName
{
border-color: #363D8D;
}
.TagClassName
{
border-color: #363D8D;
}
</style>