Shades of Jacksons Purple #363085
Tints of Jacksons Purple #363085
RGB
CMYK
RGB Variations
Color information
#363085 (or 0x363085) is known color: Jacksons Purple. HEX triplet: 36, 30 and 85. RGB value is (54,48,133). Sum of RGB (Red+Green+Blue) = 54+48+133=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #363085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363085 is #C9CF7A. Grayscale: #3B3B3B. Windows color (decimal): -13225851 or 8728630. OLE color: 8728630.
HSL color Cylindrical-coordinate representation of color #363085: hue angle of 244.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363085 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 48 | 133 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.48 |
| HSL | 244.24º | 0.47% | 0.35% | - |
| HSV(B) | 244.24º | 0.64% | 0.52% | - |
| XYZ | 6.81 | 4.59 | 22.72 | - |
| YUV | 59.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 133 | 0.59 | 0.64 | 0 | 0.48 | 244.24 | 0.47 | 0.35 |
| Hex | 36 | 30 | 85 | 3B | 40 | 0 | 30 | F4 | 2F | 23 |
| Octal | 66 | 60 | 205 | 73 | 100 | 0 | 60 | 364 | 57 | 43 |
| Binary | 110110 | 110000 | 10000101 | 111011 | 1000000 | 0 | 110000 | 11110100 | 101111 | 100011 |
Color Harmonies of #363085
Complementary color
Monochromatic Colors of #363085
Black with #363085
Text Example
Text Example
White with #363085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363085; }
p { color: rgb(54,48,133); }
H1.HeaderClassName
{
color: #363085;
}
.AnyTagClassName
{
color: #363085;
}
</style>
background-color css
<style>
a { background-color: #363085; }
a { background-color: rgb(54,48,133); }
div.DivClassName
{
background-color: #363085;
}
.BgClassName
{
background-color: #363085;
}
</style>
border-color css
<style>
span { border-color: #363085; }
span { border-color: rgb(54,48,133); }
td.TdClassName
{
border-color: #363085;
}
.TagClassName
{
border-color: #363085;
}
</style>