Shades of Jacksons Purple #36377F
Tints of Jacksons Purple #36377F
RGB
CMYK
RGB Variations
Color information
#36377F (or 0x36377F) is known color: Jacksons Purple. HEX triplet: 36, 37 and 7F. RGB value is (54,55,127). Sum of RGB (Red+Green+Blue) = 54+55+127=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #36377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36377F is #C9C880. Grayscale: #3E3E3E. Windows color (decimal): -13224065 or 8337206. OLE color: 8337206.
HSL color Cylindrical-coordinate representation of color #36377F: hue angle of 239.18º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36377F is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 55 | 127 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.50 |
| HSL | 239.18º | 0.4% | 0.35% | - |
| HSV(B) | 239.18º | 0.57% | 0.5% | - |
| XYZ | 6.72 | 5.05 | 20.7 | - |
| YUV | 62.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 127 | 0.57 | 0.57 | 0 | 0.50 | 239.18 | 0.4 | 0.35 |
| Hex | 36 | 37 | 7F | 39 | 39 | 0 | 32 | EF | 28 | 23 |
| Octal | 66 | 67 | 177 | 71 | 71 | 0 | 62 | 357 | 50 | 43 |
| Binary | 110110 | 110111 | 1111111 | 111001 | 111001 | 0 | 110010 | 11101111 | 101000 | 100011 |
Color Harmonies of #36377F
Complementary color
Monochromatic Colors of #36377F
Black with #36377F
Text Example
Text Example
White with #36377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36377F; }
p { color: rgb(54,55,127); }
H1.HeaderClassName
{
color: #36377F;
}
.AnyTagClassName
{
color: #36377F;
}
</style>
background-color css
<style>
a { background-color: #36377F; }
a { background-color: rgb(54,55,127); }
div.DivClassName
{
background-color: #36377F;
}
.BgClassName
{
background-color: #36377F;
}
</style>
border-color css
<style>
span { border-color: #36377F; }
span { border-color: rgb(54,55,127); }
td.TdClassName
{
border-color: #36377F;
}
.TagClassName
{
border-color: #36377F;
}
</style>