Shades of Jacksons Purple #363C8D
Tints of Jacksons Purple #363C8D
RGB
CMYK
RGB Variations
Color information
#363C8D (or 0x363C8D) is known color: Jacksons Purple. HEX triplet: 36, 3C and 8D. RGB value is (54,60,141). Sum of RGB (Red+Green+Blue) = 54+60+141=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #363C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C8D is #C9C372. Grayscale: #434343. Windows color (decimal): -13222771 or 9255990. OLE color: 9255990.
HSL color Cylindrical-coordinate representation of color #363C8D: hue angle of 235.86º 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 #363C8D is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 60 | 141 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.45 |
| HSL | 235.86º | 0.45% | 0.38% | - |
| HSV(B) | 235.86º | 0.62% | 0.55% | - |
| XYZ | 7.94 | 5.94 | 25.93 | - |
| YUV | 67.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 141 | 0.62 | 0.57 | 0 | 0.45 | 235.86 | 0.45 | 0.38 |
| Hex | 36 | 3C | 8D | 3E | 39 | 0 | 2D | EC | 2D | 26 |
| Octal | 66 | 74 | 215 | 76 | 71 | 0 | 55 | 354 | 55 | 46 |
| Binary | 110110 | 111100 | 10001101 | 111110 | 111001 | 0 | 101101 | 11101100 | 101101 | 100110 |
Color Harmonies of #363C8D
Complementary color
Monochromatic Colors of #363C8D
Black with #363C8D
Text Example
Text Example
White with #363C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C8D; }
p { color: rgb(54,60,141); }
H1.HeaderClassName
{
color: #363C8D;
}
.AnyTagClassName
{
color: #363C8D;
}
</style>
background-color css
<style>
a { background-color: #363C8D; }
a { background-color: rgb(54,60,141); }
div.DivClassName
{
background-color: #363C8D;
}
.BgClassName
{
background-color: #363C8D;
}
</style>
border-color css
<style>
span { border-color: #363C8D; }
span { border-color: rgb(54,60,141); }
td.TdClassName
{
border-color: #363C8D;
}
.TagClassName
{
border-color: #363C8D;
}
</style>