Shades of Jacksons Purple #36388D
Tints of Jacksons Purple #36388D
RGB
CMYK
RGB Variations
Color information
#36388D (or 0x36388D) is known color: Jacksons Purple. HEX triplet: 36, 38 and 8D. RGB value is (54,56,141). Sum of RGB (Red+Green+Blue) = 54+56+141=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #36388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36388D is #C9C772. Grayscale: #404040. Windows color (decimal): -13223795 or 9254966. OLE color: 9254966.
HSL color Cylindrical-coordinate representation of color #36388D: hue angle of 238.62º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36388D is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 56 | 141 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.45 |
| HSL | 238.62º | 0.45% | 0.38% | - |
| HSV(B) | 238.62º | 0.62% | 0.55% | - |
| XYZ | 7.74 | 5.54 | 25.86 | - |
| YUV | 65.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 141 | 0.62 | 0.60 | 0 | 0.45 | 238.62 | 0.45 | 0.38 |
| Hex | 36 | 38 | 8D | 3E | 3C | 0 | 2D | EF | 2D | 26 |
| Octal | 66 | 70 | 215 | 76 | 74 | 0 | 55 | 357 | 55 | 46 |
| Binary | 110110 | 111000 | 10001101 | 111110 | 111100 | 0 | 101101 | 11101111 | 101101 | 100110 |
Color Harmonies of #36388D
Complementary color
Monochromatic Colors of #36388D
Black with #36388D
Text Example
Text Example
White with #36388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36388D; }
p { color: rgb(54,56,141); }
H1.HeaderClassName
{
color: #36388D;
}
.AnyTagClassName
{
color: #36388D;
}
</style>
background-color css
<style>
a { background-color: #36388D; }
a { background-color: rgb(54,56,141); }
div.DivClassName
{
background-color: #36388D;
}
.BgClassName
{
background-color: #36388D;
}
</style>
border-color css
<style>
span { border-color: #36388D; }
span { border-color: rgb(54,56,141); }
td.TdClassName
{
border-color: #36388D;
}
.TagClassName
{
border-color: #36388D;
}
</style>