Shades of Jacksons Purple #373784
Tints of Jacksons Purple #373784
RGB
CMYK
RGB Variations
Color information
#373784 (or 0x373784) is known color: Jacksons Purple. HEX triplet: 37, 37 and 84. RGB value is (55,55,132). Sum of RGB (Red+Green+Blue) = 55+55+132=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #373784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373784 is #C8C87B. Grayscale: #3F3F3F. Windows color (decimal): -13158524 or 8664887. OLE color: 8664887.
HSL color Cylindrical-coordinate representation of color #373784: hue angle of 240º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373784 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 55 | 132 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.48 |
| HSL | 240º | 0.41% | 0.37% | - |
| HSV(B) | 240º | 0.58% | 0.52% | - |
| XYZ | 7.11 | 5.21 | 22.46 | - |
| YUV | 63.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 55 | 132 | 0.58 | 0.58 | 0 | 0.48 | 240 | 0.41 | 0.37 |
| Hex | 37 | 37 | 84 | 3A | 3A | 0 | 30 | F0 | 29 | 25 |
| Octal | 67 | 67 | 204 | 72 | 72 | 0 | 60 | 360 | 51 | 45 |
| Binary | 110111 | 110111 | 10000100 | 111010 | 111010 | 0 | 110000 | 11110000 | 101001 | 100101 |
Color Harmonies of #373784
Complementary color
Monochromatic Colors of #373784
Black with #373784
Text Example
Text Example
White with #373784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373784; }
p { color: rgb(55,55,132); }
H1.HeaderClassName
{
color: #373784;
}
.AnyTagClassName
{
color: #373784;
}
</style>
background-color css
<style>
a { background-color: #373784; }
a { background-color: rgb(55,55,132); }
div.DivClassName
{
background-color: #373784;
}
.BgClassName
{
background-color: #373784;
}
</style>
border-color css
<style>
span { border-color: #373784; }
span { border-color: rgb(55,55,132); }
td.TdClassName
{
border-color: #373784;
}
.TagClassName
{
border-color: #373784;
}
</style>