Shades of Jacksons Purple #37408C
Tints of Jacksons Purple #37408C
RGB
CMYK
RGB Variations
Color information
#37408C (or 0x37408C) is known color: Jacksons Purple. HEX triplet: 37, 40 and 8C. RGB value is (55,64,140). Sum of RGB (Red+Green+Blue) = 55+64+140=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #37408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37408C is #C8BF73. Grayscale: #454545. Windows color (decimal): -13156212 or 9191479. OLE color: 9191479.
HSL color Cylindrical-coordinate representation of color #37408C: hue angle of 233.65º 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 #37408C is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 64 | 140 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.45 |
| HSL | 233.65º | 0.44% | 0.38% | - |
| HSV(B) | 233.65º | 0.61% | 0.55% | - |
| XYZ | 8.14 | 6.37 | 25.61 | - |
| YUV | 69.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 140 | 0.61 | 0.54 | 0 | 0.45 | 233.65 | 0.44 | 0.38 |
| Hex | 37 | 40 | 8C | 3D | 36 | 0 | 2D | EA | 2C | 26 |
| Octal | 67 | 100 | 214 | 75 | 66 | 0 | 55 | 352 | 54 | 46 |
| Binary | 110111 | 1000000 | 10001100 | 111101 | 110110 | 0 | 101101 | 11101010 | 101100 | 100110 |
Color Harmonies of #37408C
Complementary color
Monochromatic Colors of #37408C
Black with #37408C
Text Example
Text Example
White with #37408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37408C; }
p { color: rgb(55,64,140); }
H1.HeaderClassName
{
color: #37408C;
}
.AnyTagClassName
{
color: #37408C;
}
</style>
background-color css
<style>
a { background-color: #37408C; }
a { background-color: rgb(55,64,140); }
div.DivClassName
{
background-color: #37408C;
}
.BgClassName
{
background-color: #37408C;
}
</style>
border-color css
<style>
span { border-color: #37408C; }
span { border-color: rgb(55,64,140); }
td.TdClassName
{
border-color: #37408C;
}
.TagClassName
{
border-color: #37408C;
}
</style>