Shades of Jacksons Purple #36418C
Tints of Jacksons Purple #36418C
RGB
CMYK
RGB Variations
Color information
#36418C (or 0x36418C) is known color: Jacksons Purple. HEX triplet: 36, 41 and 8C. RGB value is (54,65,140). Sum of RGB (Red+Green+Blue) = 54+65+140=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #36418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36418C is #C9BE73. Grayscale: #454545. Windows color (decimal): -13221492 or 9191734. OLE color: 9191734.
HSL color Cylindrical-coordinate representation of color #36418C: hue angle of 232.33º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36418C is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 65 | 140 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.45 |
| HSL | 232.33º | 0.44% | 0.38% | - |
| HSV(B) | 232.33º | 0.61% | 0.55% | - |
| XYZ | 8.15 | 6.46 | 25.63 | - |
| YUV | 70.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 140 | 0.61 | 0.54 | 0 | 0.45 | 232.33 | 0.44 | 0.38 |
| Hex | 36 | 41 | 8C | 3D | 36 | 0 | 2D | E8 | 2C | 26 |
| Octal | 66 | 101 | 214 | 75 | 66 | 0 | 55 | 350 | 54 | 46 |
| Binary | 110110 | 1000001 | 10001100 | 111101 | 110110 | 0 | 101101 | 11101000 | 101100 | 100110 |
Color Harmonies of #36418C
Complementary color
Monochromatic Colors of #36418C
Black with #36418C
Text Example
Text Example
White with #36418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36418C; }
p { color: rgb(54,65,140); }
H1.HeaderClassName
{
color: #36418C;
}
.AnyTagClassName
{
color: #36418C;
}
</style>
background-color css
<style>
a { background-color: #36418C; }
a { background-color: rgb(54,65,140); }
div.DivClassName
{
background-color: #36418C;
}
.BgClassName
{
background-color: #36418C;
}
</style>
border-color css
<style>
span { border-color: #36418C; }
span { border-color: rgb(54,65,140); }
td.TdClassName
{
border-color: #36418C;
}
.TagClassName
{
border-color: #36418C;
}
</style>