Shades of Jacksons Purple #363483
Tints of Jacksons Purple #363483
RGB
CMYK
RGB Variations
Color information
#363483 (or 0x363483) is known color: Jacksons Purple. HEX triplet: 36, 34 and 83. RGB value is (54,52,131). Sum of RGB (Red+Green+Blue) = 54+52+131=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #363483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363483 is #C9CB7C. Grayscale: #3D3D3D. Windows color (decimal): -13224829 or 8598582. OLE color: 8598582.
HSL color Cylindrical-coordinate representation of color #363483: hue angle of 241.52º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363483 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 52 | 131 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.49 |
| HSL | 241.52º | 0.43% | 0.36% | - |
| HSV(B) | 241.52º | 0.6% | 0.51% | - |
| XYZ | 6.85 | 4.88 | 22.05 | - |
| YUV | 61.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 131 | 0.59 | 0.60 | 0 | 0.49 | 241.52 | 0.43 | 0.36 |
| Hex | 36 | 34 | 83 | 3B | 3C | 0 | 31 | F2 | 2B | 24 |
| Octal | 66 | 64 | 203 | 73 | 74 | 0 | 61 | 362 | 53 | 44 |
| Binary | 110110 | 110100 | 10000011 | 111011 | 111100 | 0 | 110001 | 11110010 | 101011 | 100100 |
Color Harmonies of #363483
Complementary color
Monochromatic Colors of #363483
Black with #363483
Text Example
Text Example
White with #363483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363483; }
p { color: rgb(54,52,131); }
H1.HeaderClassName
{
color: #363483;
}
.AnyTagClassName
{
color: #363483;
}
</style>
background-color css
<style>
a { background-color: #363483; }
a { background-color: rgb(54,52,131); }
div.DivClassName
{
background-color: #363483;
}
.BgClassName
{
background-color: #363483;
}
</style>
border-color css
<style>
span { border-color: #363483; }
span { border-color: rgb(54,52,131); }
td.TdClassName
{
border-color: #363483;
}
.TagClassName
{
border-color: #363483;
}
</style>