Shades of Jacksons Purple #373189
Tints of Jacksons Purple #373189
RGB
CMYK
RGB Variations
Color information
#373189 (or 0x373189) is known color: Jacksons Purple. HEX triplet: 37, 31 and 89. RGB value is (55,49,137). Sum of RGB (Red+Green+Blue) = 55+49+137=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #373189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373189 is #C8CE76. Grayscale: #3C3C3C. Windows color (decimal): -13160055 or 8991031. OLE color: 8991031.
HSL color Cylindrical-coordinate representation of color #373189: hue angle of 244.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373189 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 49 | 137 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.46 |
| HSL | 244.09º | 0.47% | 0.36% | - |
| HSV(B) | 244.09º | 0.64% | 0.54% | - |
| XYZ | 7.19 | 4.81 | 24.22 | - |
| YUV | 60.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 137 | 0.60 | 0.64 | 0 | 0.46 | 244.09 | 0.47 | 0.36 |
| Hex | 37 | 31 | 89 | 3C | 40 | 0 | 2E | F4 | 2F | 24 |
| Octal | 67 | 61 | 211 | 74 | 100 | 0 | 56 | 364 | 57 | 44 |
| Binary | 110111 | 110001 | 10001001 | 111100 | 1000000 | 0 | 101110 | 11110100 | 101111 | 100100 |
Color Harmonies of #373189
Complementary color
Monochromatic Colors of #373189
Black with #373189
Text Example
Text Example
White with #373189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373189; }
p { color: rgb(55,49,137); }
H1.HeaderClassName
{
color: #373189;
}
.AnyTagClassName
{
color: #373189;
}
</style>
background-color css
<style>
a { background-color: #373189; }
a { background-color: rgb(55,49,137); }
div.DivClassName
{
background-color: #373189;
}
.BgClassName
{
background-color: #373189;
}
</style>
border-color css
<style>
span { border-color: #373189; }
span { border-color: rgb(55,49,137); }
td.TdClassName
{
border-color: #373189;
}
.TagClassName
{
border-color: #373189;
}
</style>