Shades of Jacksons Purple #373182
Tints of Jacksons Purple #373182
RGB
CMYK
RGB Variations
Color information
#373182 (or 0x373182) is known color: Jacksons Purple. HEX triplet: 37, 31 and 82. RGB value is (55,49,130). Sum of RGB (Red+Green+Blue) = 55+49+130=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #373182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373182 is #C8CE7D. Grayscale: #3B3B3B. Windows color (decimal): -13160062 or 8532279. OLE color: 8532279.
HSL color Cylindrical-coordinate representation of color #373182: hue angle of 244.44º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373182 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 49 | 130 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.49 |
| HSL | 244.44º | 0.45% | 0.35% | - |
| HSV(B) | 244.44º | 0.62% | 0.51% | - |
| XYZ | 6.7 | 4.62 | 21.66 | - |
| YUV | 60.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 130 | 0.58 | 0.62 | 0 | 0.49 | 244.44 | 0.45 | 0.35 |
| Hex | 37 | 31 | 82 | 3A | 3E | 0 | 31 | F4 | 2D | 23 |
| Octal | 67 | 61 | 202 | 72 | 76 | 0 | 61 | 364 | 55 | 43 |
| Binary | 110111 | 110001 | 10000010 | 111010 | 111110 | 0 | 110001 | 11110100 | 101101 | 100011 |
Color Harmonies of #373182
Complementary color
Monochromatic Colors of #373182
Black with #373182
Text Example
Text Example
White with #373182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373182; }
p { color: rgb(55,49,130); }
H1.HeaderClassName
{
color: #373182;
}
.AnyTagClassName
{
color: #373182;
}
</style>
background-color css
<style>
a { background-color: #373182; }
a { background-color: rgb(55,49,130); }
div.DivClassName
{
background-color: #373182;
}
.BgClassName
{
background-color: #373182;
}
</style>
border-color css
<style>
span { border-color: #373182; }
span { border-color: rgb(55,49,130); }
td.TdClassName
{
border-color: #373182;
}
.TagClassName
{
border-color: #373182;
}
</style>