Shades of Jacksons Purple #373C86
Tints of Jacksons Purple #373C86
RGB
CMYK
RGB Variations
Color information
#373C86 (or 0x373C86) is known color: Jacksons Purple. HEX triplet: 37, 3C and 86. RGB value is (55,60,134). Sum of RGB (Red+Green+Blue) = 55+60+134=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #373C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C86 is #C8C379. Grayscale: #424242. Windows color (decimal): -13157242 or 8797239. OLE color: 8797239.
HSL color Cylindrical-coordinate representation of color #373C86: hue angle of 236.2º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373C86 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 60 | 134 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.47 |
| HSL | 236.2º | 0.42% | 0.37% | - |
| HSV(B) | 236.2º | 0.59% | 0.53% | - |
| XYZ | 7.49 | 5.77 | 23.27 | - |
| YUV | 66.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 134 | 0.59 | 0.55 | 0 | 0.47 | 236.2 | 0.42 | 0.37 |
| Hex | 37 | 3C | 86 | 3B | 37 | 0 | 2F | EC | 2A | 25 |
| Octal | 67 | 74 | 206 | 73 | 67 | 0 | 57 | 354 | 52 | 45 |
| Binary | 110111 | 111100 | 10000110 | 111011 | 110111 | 0 | 101111 | 11101100 | 101010 | 100101 |
Color Harmonies of #373C86
Complementary color
Monochromatic Colors of #373C86
Black with #373C86
Text Example
Text Example
White with #373C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C86; }
p { color: rgb(55,60,134); }
H1.HeaderClassName
{
color: #373C86;
}
.AnyTagClassName
{
color: #373C86;
}
</style>
background-color css
<style>
a { background-color: #373C86; }
a { background-color: rgb(55,60,134); }
div.DivClassName
{
background-color: #373C86;
}
.BgClassName
{
background-color: #373C86;
}
</style>
border-color css
<style>
span { border-color: #373C86; }
span { border-color: rgb(55,60,134); }
td.TdClassName
{
border-color: #373C86;
}
.TagClassName
{
border-color: #373C86;
}
</style>