Shades of Jacksons Purple #373587
Tints of Jacksons Purple #373587
RGB
CMYK
RGB Variations
Color information
#373587 (or 0x373587) is known color: Jacksons Purple. HEX triplet: 37, 35 and 87. RGB value is (55,53,135). Sum of RGB (Red+Green+Blue) = 55+53+135=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #373587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373587 is #C8CA78. Grayscale: #3E3E3E. Windows color (decimal): -13159033 or 8860983. OLE color: 8860983.
HSL color Cylindrical-coordinate representation of color #373587: hue angle of 241.46º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #373587 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 53 | 135 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.47 |
| HSL | 241.46º | 0.44% | 0.37% | - |
| HSV(B) | 241.46º | 0.61% | 0.53% | - |
| XYZ | 7.22 | 5.11 | 23.53 | - |
| YUV | 62.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 135 | 0.59 | 0.61 | 0 | 0.47 | 241.46 | 0.44 | 0.37 |
| Hex | 37 | 35 | 87 | 3B | 3D | 0 | 2F | F1 | 2C | 25 |
| Octal | 67 | 65 | 207 | 73 | 75 | 0 | 57 | 361 | 54 | 45 |
| Binary | 110111 | 110101 | 10000111 | 111011 | 111101 | 0 | 101111 | 11110001 | 101100 | 100101 |
Color Harmonies of #373587
Complementary color
Monochromatic Colors of #373587
Black with #373587
Text Example
Text Example
White with #373587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373587; }
p { color: rgb(55,53,135); }
H1.HeaderClassName
{
color: #373587;
}
.AnyTagClassName
{
color: #373587;
}
</style>
background-color css
<style>
a { background-color: #373587; }
a { background-color: rgb(55,53,135); }
div.DivClassName
{
background-color: #373587;
}
.BgClassName
{
background-color: #373587;
}
</style>
border-color css
<style>
span { border-color: #373587; }
span { border-color: rgb(55,53,135); }
td.TdClassName
{
border-color: #373587;
}
.TagClassName
{
border-color: #373587;
}
</style>