Shades of Jacksons Purple #37418B
Tints of Jacksons Purple #37418B
RGB
CMYK
RGB Variations
Color information
#37418B (or 0x37418B) is known color: Jacksons Purple. HEX triplet: 37, 41 and 8B. RGB value is (55,65,139). Sum of RGB (Red+Green+Blue) = 55+65+139=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #37418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37418B is #C8BE74. Grayscale: #464646. Windows color (decimal): -13155957 or 9126199. OLE color: 9126199.
HSL color Cylindrical-coordinate representation of color #37418B: hue angle of 232.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37418B is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 65 | 139 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.45 |
| HSL | 232.86º | 0.43% | 0.38% | - |
| HSV(B) | 232.86º | 0.6% | 0.55% | - |
| XYZ | 8.13 | 6.46 | 25.24 | - |
| YUV | 70.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 139 | 0.60 | 0.53 | 0 | 0.45 | 232.86 | 0.43 | 0.38 |
| Hex | 37 | 41 | 8B | 3C | 35 | 0 | 2D | E9 | 2B | 26 |
| Octal | 67 | 101 | 213 | 74 | 65 | 0 | 55 | 351 | 53 | 46 |
| Binary | 110111 | 1000001 | 10001011 | 111100 | 110101 | 0 | 101101 | 11101001 | 101011 | 100110 |
Color Harmonies of #37418B
Complementary color
Monochromatic Colors of #37418B
Black with #37418B
Text Example
Text Example
White with #37418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37418B; }
p { color: rgb(55,65,139); }
H1.HeaderClassName
{
color: #37418B;
}
.AnyTagClassName
{
color: #37418B;
}
</style>
background-color css
<style>
a { background-color: #37418B; }
a { background-color: rgb(55,65,139); }
div.DivClassName
{
background-color: #37418B;
}
.BgClassName
{
background-color: #37418B;
}
</style>
border-color css
<style>
span { border-color: #37418B; }
span { border-color: rgb(55,65,139); }
td.TdClassName
{
border-color: #37418B;
}
.TagClassName
{
border-color: #37418B;
}
</style>