Shades of Jacksons Purple #37408E
Tints of Jacksons Purple #37408E
RGB
CMYK
RGB Variations
Color information
#37408E (or 0x37408E) is known color: Jacksons Purple. HEX triplet: 37, 40 and 8E. RGB value is (55,64,142). Sum of RGB (Red+Green+Blue) = 55+64+142=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #37408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37408E is #C8BF71. Grayscale: #454545. Windows color (decimal): -13156210 or 9322551. OLE color: 9322551.
HSL color Cylindrical-coordinate representation of color #37408E: hue angle of 233.79º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37408E is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 64 | 142 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.44 |
| HSL | 233.79º | 0.44% | 0.39% | - |
| HSV(B) | 233.79º | 0.61% | 0.56% | - |
| XYZ | 8.29 | 6.43 | 26.4 | - |
| YUV | 70.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 142 | 0.61 | 0.55 | 0 | 0.44 | 233.79 | 0.44 | 0.39 |
| Hex | 37 | 40 | 8E | 3D | 37 | 0 | 2C | EA | 2C | 27 |
| Octal | 67 | 100 | 216 | 75 | 67 | 0 | 54 | 352 | 54 | 47 |
| Binary | 110111 | 1000000 | 10001110 | 111101 | 110111 | 0 | 101100 | 11101010 | 101100 | 100111 |
Color Harmonies of #37408E
Complementary color
Monochromatic Colors of #37408E
Black with #37408E
Text Example
Text Example
White with #37408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37408E; }
p { color: rgb(55,64,142); }
H1.HeaderClassName
{
color: #37408E;
}
.AnyTagClassName
{
color: #37408E;
}
</style>
background-color css
<style>
a { background-color: #37408E; }
a { background-color: rgb(55,64,142); }
div.DivClassName
{
background-color: #37408E;
}
.BgClassName
{
background-color: #37408E;
}
</style>
border-color css
<style>
span { border-color: #37408E; }
span { border-color: rgb(55,64,142); }
td.TdClassName
{
border-color: #37408E;
}
.TagClassName
{
border-color: #37408E;
}
</style>