Shades of Jacksons Purple #373188
Tints of Jacksons Purple #373188
RGB
CMYK
RGB Variations
Color information
#373188 (or 0x373188) is known color: Jacksons Purple. HEX triplet: 37, 31 and 88. RGB value is (55,49,136). Sum of RGB (Red+Green+Blue) = 55+49+136=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #373188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373188 is #C8CE77. Grayscale: #3C3C3C. Windows color (decimal): -13160056 or 8925495. OLE color: 8925495.
HSL color Cylindrical-coordinate representation of color #373188: hue angle of 244.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373188 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 49 | 136 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.47 |
| HSL | 244.14º | 0.47% | 0.36% | - |
| HSV(B) | 244.14º | 0.64% | 0.53% | - |
| XYZ | 7.12 | 4.79 | 23.84 | - |
| YUV | 60.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 136 | 0.60 | 0.64 | 0 | 0.47 | 244.14 | 0.47 | 0.36 |
| Hex | 37 | 31 | 88 | 3C | 40 | 0 | 2F | F4 | 2F | 24 |
| Octal | 67 | 61 | 210 | 74 | 100 | 0 | 57 | 364 | 57 | 44 |
| Binary | 110111 | 110001 | 10001000 | 111100 | 1000000 | 0 | 101111 | 11110100 | 101111 | 100100 |
Color Harmonies of #373188
Complementary color
Monochromatic Colors of #373188
Black with #373188
Text Example
Text Example
White with #373188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373188; }
p { color: rgb(55,49,136); }
H1.HeaderClassName
{
color: #373188;
}
.AnyTagClassName
{
color: #373188;
}
</style>
background-color css
<style>
a { background-color: #373188; }
a { background-color: rgb(55,49,136); }
div.DivClassName
{
background-color: #373188;
}
.BgClassName
{
background-color: #373188;
}
</style>
border-color css
<style>
span { border-color: #373188; }
span { border-color: rgb(55,49,136); }
td.TdClassName
{
border-color: #373188;
}
.TagClassName
{
border-color: #373188;
}
</style>