Shades of Jacksons Purple #36318B
Tints of Jacksons Purple #36318B
RGB
CMYK
RGB Variations
Color information
#36318B (or 0x36318B) is known color: Jacksons Purple. HEX triplet: 36, 31 and 8B. RGB value is (54,49,139). Sum of RGB (Red+Green+Blue) = 54+49+139=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #36318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36318B is #C9CE74. Grayscale: #3C3C3C. Windows color (decimal): -13225589 or 9122102. OLE color: 9122102.
HSL color Cylindrical-coordinate representation of color #36318B: hue angle of 243.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36318B is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 49 | 139 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.45 |
| HSL | 243.33º | 0.48% | 0.37% | - |
| HSV(B) | 243.33º | 0.65% | 0.55% | - |
| XYZ | 7.28 | 4.84 | 24.98 | - |
| YUV | 60.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 139 | 0.61 | 0.65 | 0 | 0.45 | 243.33 | 0.48 | 0.37 |
| Hex | 36 | 31 | 8B | 3D | 41 | 0 | 2D | F3 | 30 | 25 |
| Octal | 66 | 61 | 213 | 75 | 101 | 0 | 55 | 363 | 60 | 45 |
| Binary | 110110 | 110001 | 10001011 | 111101 | 1000001 | 0 | 101101 | 11110011 | 110000 | 100101 |
Color Harmonies of #36318B
Complementary color
Monochromatic Colors of #36318B
Black with #36318B
Text Example
Text Example
White with #36318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36318B; }
p { color: rgb(54,49,139); }
H1.HeaderClassName
{
color: #36318B;
}
.AnyTagClassName
{
color: #36318B;
}
</style>
background-color css
<style>
a { background-color: #36318B; }
a { background-color: rgb(54,49,139); }
div.DivClassName
{
background-color: #36318B;
}
.BgClassName
{
background-color: #36318B;
}
</style>
border-color css
<style>
span { border-color: #36318B; }
span { border-color: rgb(54,49,139); }
td.TdClassName
{
border-color: #36318B;
}
.TagClassName
{
border-color: #36318B;
}
</style>