Shades of Jacksons Purple #373287
Tints of Jacksons Purple #373287
RGB
CMYK
RGB Variations
Color information
#373287 (or 0x373287) is known color: Jacksons Purple. HEX triplet: 37, 32 and 87. RGB value is (55,50,135). Sum of RGB (Red+Green+Blue) = 55+50+135=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #373287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373287 is #C8CD78. Grayscale: #3C3C3C. Windows color (decimal): -13159801 or 8860215. OLE color: 8860215.
HSL color Cylindrical-coordinate representation of color #373287: hue angle of 243.53º 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 #373287 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 50 | 135 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.47 |
| HSL | 243.53º | 0.46% | 0.36% | - |
| HSV(B) | 243.53º | 0.63% | 0.53% | - |
| XYZ | 7.09 | 4.84 | 23.48 | - |
| YUV | 61.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 135 | 0.59 | 0.63 | 0 | 0.47 | 243.53 | 0.46 | 0.36 |
| Hex | 37 | 32 | 87 | 3B | 3F | 0 | 2F | F4 | 2E | 24 |
| Octal | 67 | 62 | 207 | 73 | 77 | 0 | 57 | 364 | 56 | 44 |
| Binary | 110111 | 110010 | 10000111 | 111011 | 111111 | 0 | 101111 | 11110100 | 101110 | 100100 |
Color Harmonies of #373287
Complementary color
Monochromatic Colors of #373287
Black with #373287
Text Example
Text Example
White with #373287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373287; }
p { color: rgb(55,50,135); }
H1.HeaderClassName
{
color: #373287;
}
.AnyTagClassName
{
color: #373287;
}
</style>
background-color css
<style>
a { background-color: #373287; }
a { background-color: rgb(55,50,135); }
div.DivClassName
{
background-color: #373287;
}
.BgClassName
{
background-color: #373287;
}
</style>
border-color css
<style>
span { border-color: #373287; }
span { border-color: rgb(55,50,135); }
td.TdClassName
{
border-color: #373287;
}
.TagClassName
{
border-color: #373287;
}
</style>