Shades of Jacksons Purple #373186
Tints of Jacksons Purple #373186
RGB
CMYK
RGB Variations
Color information
#373186 (or 0x373186) is known color: Jacksons Purple. HEX triplet: 37, 31 and 86. RGB value is (55,49,134). Sum of RGB (Red+Green+Blue) = 55+49+134=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #373186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373186 is #C8CE79. Grayscale: #3C3C3C. Windows color (decimal): -13160058 or 8794423. OLE color: 8794423.
HSL color Cylindrical-coordinate representation of color #373186: hue angle of 244.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373186 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 49 | 134 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.47 |
| HSL | 244.24º | 0.46% | 0.36% | - |
| HSV(B) | 244.24º | 0.63% | 0.53% | - |
| XYZ | 6.98 | 4.73 | 23.1 | - |
| YUV | 60.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 134 | 0.59 | 0.63 | 0 | 0.47 | 244.24 | 0.46 | 0.36 |
| Hex | 37 | 31 | 86 | 3B | 3F | 0 | 2F | F4 | 2E | 24 |
| Octal | 67 | 61 | 206 | 73 | 77 | 0 | 57 | 364 | 56 | 44 |
| Binary | 110111 | 110001 | 10000110 | 111011 | 111111 | 0 | 101111 | 11110100 | 101110 | 100100 |
Color Harmonies of #373186
Complementary color
Monochromatic Colors of #373186
Black with #373186
Text Example
Text Example
White with #373186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373186; }
p { color: rgb(55,49,134); }
H1.HeaderClassName
{
color: #373186;
}
.AnyTagClassName
{
color: #373186;
}
</style>
background-color css
<style>
a { background-color: #373186; }
a { background-color: rgb(55,49,134); }
div.DivClassName
{
background-color: #373186;
}
.BgClassName
{
background-color: #373186;
}
</style>
border-color css
<style>
span { border-color: #373186; }
span { border-color: rgb(55,49,134); }
td.TdClassName
{
border-color: #373186;
}
.TagClassName
{
border-color: #373186;
}
</style>