Shades of Jacksons Purple #36418A
Tints of Jacksons Purple #36418A
RGB
CMYK
RGB Variations
Color information
#36418A (or 0x36418A) is known color: Jacksons Purple. HEX triplet: 36, 41 and 8A. RGB value is (54,65,138). Sum of RGB (Red+Green+Blue) = 54+65+138=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #36418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36418A is #C9BE75. Grayscale: #454545. Windows color (decimal): -13221494 or 9060662. OLE color: 9060662.
HSL color Cylindrical-coordinate representation of color #36418A: hue angle of 232.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36418A is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 65 | 138 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.46 |
| HSL | 232.14º | 0.44% | 0.38% | - |
| HSV(B) | 232.14º | 0.61% | 0.54% | - |
| XYZ | 8 | 6.4 | 24.86 | - |
| YUV | 70.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 138 | 0.61 | 0.53 | 0 | 0.46 | 232.14 | 0.44 | 0.38 |
| Hex | 36 | 41 | 8A | 3D | 35 | 0 | 2E | E8 | 2C | 26 |
| Octal | 66 | 101 | 212 | 75 | 65 | 0 | 56 | 350 | 54 | 46 |
| Binary | 110110 | 1000001 | 10001010 | 111101 | 110101 | 0 | 101110 | 11101000 | 101100 | 100110 |
Color Harmonies of #36418A
Complementary color
Monochromatic Colors of #36418A
Black with #36418A
Text Example
Text Example
White with #36418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36418A; }
p { color: rgb(54,65,138); }
H1.HeaderClassName
{
color: #36418A;
}
.AnyTagClassName
{
color: #36418A;
}
</style>
background-color css
<style>
a { background-color: #36418A; }
a { background-color: rgb(54,65,138); }
div.DivClassName
{
background-color: #36418A;
}
.BgClassName
{
background-color: #36418A;
}
</style>
border-color css
<style>
span { border-color: #36418A; }
span { border-color: rgb(54,65,138); }
td.TdClassName
{
border-color: #36418A;
}
.TagClassName
{
border-color: #36418A;
}
</style>