Shades of Jacksons Purple #373582
Tints of Jacksons Purple #373582
RGB
CMYK
RGB Variations
Color information
#373582 (or 0x373582) is known color: Jacksons Purple. HEX triplet: 37, 35 and 82. RGB value is (55,53,130). Sum of RGB (Red+Green+Blue) = 55+53+130=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #373582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373582 is #C8CA7D. Grayscale: #3E3E3E. Windows color (decimal): -13159038 or 8533303. OLE color: 8533303.
HSL color Cylindrical-coordinate representation of color #373582: hue angle of 241.56º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373582 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 53 | 130 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.49 |
| HSL | 241.56º | 0.42% | 0.36% | - |
| HSV(B) | 241.56º | 0.59% | 0.51% | - |
| XYZ | 6.88 | 4.97 | 21.72 | - |
| YUV | 62.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 130 | 0.58 | 0.59 | 0 | 0.49 | 241.56 | 0.42 | 0.36 |
| Hex | 37 | 35 | 82 | 3A | 3B | 0 | 31 | F2 | 2A | 24 |
| Octal | 67 | 65 | 202 | 72 | 73 | 0 | 61 | 362 | 52 | 44 |
| Binary | 110111 | 110101 | 10000010 | 111010 | 111011 | 0 | 110001 | 11110010 | 101010 | 100100 |
Color Harmonies of #373582
Complementary color
Monochromatic Colors of #373582
Black with #373582
Text Example
Text Example
White with #373582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373582; }
p { color: rgb(55,53,130); }
H1.HeaderClassName
{
color: #373582;
}
.AnyTagClassName
{
color: #373582;
}
</style>
background-color css
<style>
a { background-color: #373582; }
a { background-color: rgb(55,53,130); }
div.DivClassName
{
background-color: #373582;
}
.BgClassName
{
background-color: #373582;
}
</style>
border-color css
<style>
span { border-color: #373582; }
span { border-color: rgb(55,53,130); }
td.TdClassName
{
border-color: #373582;
}
.TagClassName
{
border-color: #373582;
}
</style>