Shades of Jacksons Purple #373982
Tints of Jacksons Purple #373982
RGB
CMYK
RGB Variations
Color information
#373982 (or 0x373982) is known color: Jacksons Purple. HEX triplet: 37, 39 and 82. RGB value is (55,57,130). Sum of RGB (Red+Green+Blue) = 55+57+130=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #373982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373982 is #C8C67D. Grayscale: #404040. Windows color (decimal): -13158014 or 8534327. OLE color: 8534327.
HSL color Cylindrical-coordinate representation of color #373982: hue angle of 238.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373982 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 57 | 130 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.49 |
| HSL | 238.4º | 0.41% | 0.36% | - |
| HSV(B) | 238.4º | 0.58% | 0.51% | - |
| XYZ | 7.07 | 5.35 | 21.78 | - |
| YUV | 64.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 130 | 0.58 | 0.56 | 0 | 0.49 | 238.4 | 0.41 | 0.36 |
| Hex | 37 | 39 | 82 | 3A | 38 | 0 | 31 | EE | 29 | 24 |
| Octal | 67 | 71 | 202 | 72 | 70 | 0 | 61 | 356 | 51 | 44 |
| Binary | 110111 | 111001 | 10000010 | 111010 | 111000 | 0 | 110001 | 11101110 | 101001 | 100100 |
Color Harmonies of #373982
Complementary color
Monochromatic Colors of #373982
Black with #373982
Text Example
Text Example
White with #373982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373982; }
p { color: rgb(55,57,130); }
H1.HeaderClassName
{
color: #373982;
}
.AnyTagClassName
{
color: #373982;
}
</style>
background-color css
<style>
a { background-color: #373982; }
a { background-color: rgb(55,57,130); }
div.DivClassName
{
background-color: #373982;
}
.BgClassName
{
background-color: #373982;
}
</style>
border-color css
<style>
span { border-color: #373982; }
span { border-color: rgb(55,57,130); }
td.TdClassName
{
border-color: #373982;
}
.TagClassName
{
border-color: #373982;
}
</style>