Shades of Jacksons Purple #373B84
Tints of Jacksons Purple #373B84
RGB
CMYK
RGB Variations
Color information
#373B84 (or 0x373B84) is known color: Jacksons Purple. HEX triplet: 37, 3B and 84. RGB value is (55,59,132). Sum of RGB (Red+Green+Blue) = 55+59+132=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #373B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B84 is #C8C47B. Grayscale: #414141. Windows color (decimal): -13157500 or 8665911. OLE color: 8665911.
HSL color Cylindrical-coordinate representation of color #373B84: hue angle of 236.88º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373B84 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 59 | 132 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.48 |
| HSL | 236.88º | 0.41% | 0.37% | - |
| HSV(B) | 236.88º | 0.58% | 0.52% | - |
| XYZ | 7.3 | 5.61 | 22.53 | - |
| YUV | 66.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 132 | 0.58 | 0.55 | 0 | 0.48 | 236.88 | 0.41 | 0.37 |
| Hex | 37 | 3B | 84 | 3A | 37 | 0 | 30 | ED | 29 | 25 |
| Octal | 67 | 73 | 204 | 72 | 67 | 0 | 60 | 355 | 51 | 45 |
| Binary | 110111 | 111011 | 10000100 | 111010 | 110111 | 0 | 110000 | 11101101 | 101001 | 100101 |
Color Harmonies of #373B84
Complementary color
Monochromatic Colors of #373B84
Black with #373B84
Text Example
Text Example
White with #373B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B84; }
p { color: rgb(55,59,132); }
H1.HeaderClassName
{
color: #373B84;
}
.AnyTagClassName
{
color: #373B84;
}
</style>
background-color css
<style>
a { background-color: #373B84; }
a { background-color: rgb(55,59,132); }
div.DivClassName
{
background-color: #373B84;
}
.BgClassName
{
background-color: #373B84;
}
</style>
border-color css
<style>
span { border-color: #373B84; }
span { border-color: rgb(55,59,132); }
td.TdClassName
{
border-color: #373B84;
}
.TagClassName
{
border-color: #373B84;
}
</style>