Shades of Jacksons Purple #36358B
Tints of Jacksons Purple #36358B
RGB
CMYK
RGB Variations
Color information
#36358B (or 0x36358B) is known color: Jacksons Purple. HEX triplet: 36, 35 and 8B. RGB value is (54,53,139). Sum of RGB (Red+Green+Blue) = 54+53+139=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #36358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36358B is #C9CA74. Grayscale: #3E3E3E. Windows color (decimal): -13224565 or 9123126. OLE color: 9123126.
HSL color Cylindrical-coordinate representation of color #36358B: hue angle of 240.7º 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 #36358B is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 53 | 139 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.45 |
| HSL | 240.7º | 0.45% | 0.38% | - |
| HSV(B) | 240.7º | 0.62% | 0.55% | - |
| XYZ | 7.45 | 5.19 | 25.04 | - |
| YUV | 63.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 139 | 0.61 | 0.62 | 0 | 0.45 | 240.7 | 0.45 | 0.38 |
| Hex | 36 | 35 | 8B | 3D | 3E | 0 | 2D | F1 | 2D | 26 |
| Octal | 66 | 65 | 213 | 75 | 76 | 0 | 55 | 361 | 55 | 46 |
| Binary | 110110 | 110101 | 10001011 | 111101 | 111110 | 0 | 101101 | 11110001 | 101101 | 100110 |
Color Harmonies of #36358B
Complementary color
Monochromatic Colors of #36358B
Black with #36358B
Text Example
Text Example
White with #36358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36358B; }
p { color: rgb(54,53,139); }
H1.HeaderClassName
{
color: #36358B;
}
.AnyTagClassName
{
color: #36358B;
}
</style>
background-color css
<style>
a { background-color: #36358B; }
a { background-color: rgb(54,53,139); }
div.DivClassName
{
background-color: #36358B;
}
.BgClassName
{
background-color: #36358B;
}
</style>
border-color css
<style>
span { border-color: #36358B; }
span { border-color: rgb(54,53,139); }
td.TdClassName
{
border-color: #36358B;
}
.TagClassName
{
border-color: #36358B;
}
</style>