Shades of Jacksons Purple #36377C
Tints of Jacksons Purple #36377C
RGB
CMYK
RGB Variations
Color information
#36377C (or 0x36377C) is known color: Jacksons Purple. HEX triplet: 36, 37 and 7C. RGB value is (54,55,124). Sum of RGB (Red+Green+Blue) = 54+55+124=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #36377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36377C is #C9C883. Grayscale: #3E3E3E. Windows color (decimal): -13224068 or 8140598. OLE color: 8140598.
HSL color Cylindrical-coordinate representation of color #36377C: hue angle of 239.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36377C is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 55 | 124 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.51 |
| HSL | 239.14º | 0.39% | 0.35% | - |
| HSV(B) | 239.14º | 0.56% | 0.49% | - |
| XYZ | 6.53 | 4.97 | 19.68 | - |
| YUV | 62.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 124 | 0.56 | 0.56 | 0 | 0.51 | 239.14 | 0.39 | 0.35 |
| Hex | 36 | 37 | 7C | 38 | 38 | 0 | 33 | EF | 27 | 23 |
| Octal | 66 | 67 | 174 | 70 | 70 | 0 | 63 | 357 | 47 | 43 |
| Binary | 110110 | 110111 | 1111100 | 111000 | 111000 | 0 | 110011 | 11101111 | 100111 | 100011 |
Color Harmonies of #36377C
Complementary color
Monochromatic Colors of #36377C
Black with #36377C
Text Example
Text Example
White with #36377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36377C; }
p { color: rgb(54,55,124); }
H1.HeaderClassName
{
color: #36377C;
}
.AnyTagClassName
{
color: #36377C;
}
</style>
background-color css
<style>
a { background-color: #36377C; }
a { background-color: rgb(54,55,124); }
div.DivClassName
{
background-color: #36377C;
}
.BgClassName
{
background-color: #36377C;
}
</style>
border-color css
<style>
span { border-color: #36377C; }
span { border-color: rgb(54,55,124); }
td.TdClassName
{
border-color: #36377C;
}
.TagClassName
{
border-color: #36377C;
}
</style>