Shades of Jacksons Purple #363285
Tints of Jacksons Purple #363285
RGB
CMYK
RGB Variations
Color information
#363285 (or 0x363285) is known color: Jacksons Purple. HEX triplet: 36, 32 and 85. RGB value is (54,50,133). Sum of RGB (Red+Green+Blue) = 54+50+133=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #363285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363285 is #C9CD7A. Grayscale: #3C3C3C. Windows color (decimal): -13225339 or 8729142. OLE color: 8729142.
HSL color Cylindrical-coordinate representation of color #363285: hue angle of 242.89º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363285 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 50 | 133 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.48 |
| HSL | 242.89º | 0.45% | 0.36% | - |
| HSV(B) | 242.89º | 0.62% | 0.52% | - |
| XYZ | 6.9 | 4.76 | 22.75 | - |
| YUV | 60.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 133 | 0.59 | 0.62 | 0 | 0.48 | 242.89 | 0.45 | 0.36 |
| Hex | 36 | 32 | 85 | 3B | 3E | 0 | 30 | F3 | 2D | 24 |
| Octal | 66 | 62 | 205 | 73 | 76 | 0 | 60 | 363 | 55 | 44 |
| Binary | 110110 | 110010 | 10000101 | 111011 | 111110 | 0 | 110000 | 11110011 | 101101 | 100100 |
Color Harmonies of #363285
Complementary color
Monochromatic Colors of #363285
Black with #363285
Text Example
Text Example
White with #363285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363285; }
p { color: rgb(54,50,133); }
H1.HeaderClassName
{
color: #363285;
}
.AnyTagClassName
{
color: #363285;
}
</style>
background-color css
<style>
a { background-color: #363285; }
a { background-color: rgb(54,50,133); }
div.DivClassName
{
background-color: #363285;
}
.BgClassName
{
background-color: #363285;
}
</style>
border-color css
<style>
span { border-color: #363285; }
span { border-color: rgb(54,50,133); }
td.TdClassName
{
border-color: #363285;
}
.TagClassName
{
border-color: #363285;
}
</style>