Shades of Jacksons Purple #373389
Tints of Jacksons Purple #373389
RGB
CMYK
RGB Variations
Color information
#373389 (or 0x373389) is known color: Jacksons Purple. HEX triplet: 37, 33 and 89. RGB value is (55,51,137). Sum of RGB (Red+Green+Blue) = 55+51+137=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #373389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373389 is #C8CC76. Grayscale: #3D3D3D. Windows color (decimal): -13159543 or 8991543. OLE color: 8991543.
HSL color Cylindrical-coordinate representation of color #373389: hue angle of 242.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373389 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 51 | 137 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.46 |
| HSL | 242.79º | 0.46% | 0.37% | - |
| HSV(B) | 242.79º | 0.63% | 0.54% | - |
| XYZ | 7.27 | 4.99 | 24.25 | - |
| YUV | 62 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 137 | 0.60 | 0.63 | 0 | 0.46 | 242.79 | 0.46 | 0.37 |
| Hex | 37 | 33 | 89 | 3C | 3F | 0 | 2E | F3 | 2E | 25 |
| Octal | 67 | 63 | 211 | 74 | 77 | 0 | 56 | 363 | 56 | 45 |
| Binary | 110111 | 110011 | 10001001 | 111100 | 111111 | 0 | 101110 | 11110011 | 101110 | 100101 |
Color Harmonies of #373389
Complementary color
Monochromatic Colors of #373389
Black with #373389
Text Example
Text Example
White with #373389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373389; }
p { color: rgb(55,51,137); }
H1.HeaderClassName
{
color: #373389;
}
.AnyTagClassName
{
color: #373389;
}
</style>
background-color css
<style>
a { background-color: #373389; }
a { background-color: rgb(55,51,137); }
div.DivClassName
{
background-color: #373389;
}
.BgClassName
{
background-color: #373389;
}
</style>
border-color css
<style>
span { border-color: #373389; }
span { border-color: rgb(55,51,137); }
td.TdClassName
{
border-color: #373389;
}
.TagClassName
{
border-color: #373389;
}
</style>