Shades of Jacksons Purple #36348F
Tints of Jacksons Purple #36348F
RGB
CMYK
RGB Variations
Color information
#36348F (or 0x36348F) is known color: Jacksons Purple. HEX triplet: 36, 34 and 8F. RGB value is (54,52,143). Sum of RGB (Red+Green+Blue) = 54+52+143=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #36348F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36348F is #C9CB70. Grayscale: #3E3E3E. Windows color (decimal): -13224817 or 9385014. OLE color: 9385014.
HSL color Cylindrical-coordinate representation of color #36348F: hue angle of 241.32º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36348F is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 52 | 143 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.44 |
| HSL | 241.32º | 0.47% | 0.38% | - |
| HSV(B) | 241.32º | 0.64% | 0.56% | - |
| XYZ | 7.71 | 5.22 | 26.59 | - |
| YUV | 62.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 143 | 0.62 | 0.64 | 0 | 0.44 | 241.32 | 0.47 | 0.38 |
| Hex | 36 | 34 | 8F | 3E | 40 | 0 | 2C | F1 | 2F | 26 |
| Octal | 66 | 64 | 217 | 76 | 100 | 0 | 54 | 361 | 57 | 46 |
| Binary | 110110 | 110100 | 10001111 | 111110 | 1000000 | 0 | 101100 | 11110001 | 101111 | 100110 |
Color Harmonies of #36348F
Complementary color
Monochromatic Colors of #36348F
Black with #36348F
Text Example
Text Example
White with #36348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36348F; }
p { color: rgb(54,52,143); }
H1.HeaderClassName
{
color: #36348F;
}
.AnyTagClassName
{
color: #36348F;
}
</style>
background-color css
<style>
a { background-color: #36348F; }
a { background-color: rgb(54,52,143); }
div.DivClassName
{
background-color: #36348F;
}
.BgClassName
{
background-color: #36348F;
}
</style>
border-color css
<style>
span { border-color: #36348F; }
span { border-color: rgb(54,52,143); }
td.TdClassName
{
border-color: #36348F;
}
.TagClassName
{
border-color: #36348F;
}
</style>