Shades of Jacksons Purple #373E8D
Tints of Jacksons Purple #373E8D
RGB
CMYK
RGB Variations
Color information
#373E8D (or 0x373E8D) is known color: Jacksons Purple. HEX triplet: 37, 3E and 8D. RGB value is (55,62,141). Sum of RGB (Red+Green+Blue) = 55+62+141=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #373E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373E8D is #C8C172. Grayscale: #444444. Windows color (decimal): -13156723 or 9256503. OLE color: 9256503.
HSL color Cylindrical-coordinate representation of color #373E8D: hue angle of 235.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #373E8D is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 62 | 141 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.45 |
| HSL | 235.12º | 0.44% | 0.38% | - |
| HSV(B) | 235.12º | 0.61% | 0.55% | - |
| XYZ | 8.11 | 6.18 | 25.97 | - |
| YUV | 68.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 141 | 0.61 | 0.56 | 0 | 0.45 | 235.12 | 0.44 | 0.38 |
| Hex | 37 | 3E | 8D | 3D | 38 | 0 | 2D | EB | 2C | 26 |
| Octal | 67 | 76 | 215 | 75 | 70 | 0 | 55 | 353 | 54 | 46 |
| Binary | 110111 | 111110 | 10001101 | 111101 | 111000 | 0 | 101101 | 11101011 | 101100 | 100110 |
Color Harmonies of #373E8D
Complementary color
Monochromatic Colors of #373E8D
Black with #373E8D
Text Example
Text Example
White with #373E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E8D; }
p { color: rgb(55,62,141); }
H1.HeaderClassName
{
color: #373E8D;
}
.AnyTagClassName
{
color: #373E8D;
}
</style>
background-color css
<style>
a { background-color: #373E8D; }
a { background-color: rgb(55,62,141); }
div.DivClassName
{
background-color: #373E8D;
}
.BgClassName
{
background-color: #373E8D;
}
</style>
border-color css
<style>
span { border-color: #373E8D; }
span { border-color: rgb(55,62,141); }
td.TdClassName
{
border-color: #373E8D;
}
.TagClassName
{
border-color: #373E8D;
}
</style>