Shades of Jacksons Purple #37418C
Tints of Jacksons Purple #37418C
RGB
CMYK
RGB Variations
Color information
#37418C (or 0x37418C) is known color: Jacksons Purple. HEX triplet: 37, 41 and 8C. RGB value is (55,65,140). Sum of RGB (Red+Green+Blue) = 55+65+140=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #37418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37418C is #C8BE73. Grayscale: #464646. Windows color (decimal): -13155956 or 9191735. OLE color: 9191735.
HSL color Cylindrical-coordinate representation of color #37418C: hue angle of 232.94º 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 #37418C is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 65 | 140 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.45 |
| HSL | 232.94º | 0.44% | 0.38% | - |
| HSV(B) | 232.94º | 0.61% | 0.55% | - |
| XYZ | 8.2 | 6.49 | 25.63 | - |
| YUV | 70.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 140 | 0.61 | 0.54 | 0 | 0.45 | 232.94 | 0.44 | 0.38 |
| Hex | 37 | 41 | 8C | 3D | 36 | 0 | 2D | E9 | 2C | 26 |
| Octal | 67 | 101 | 214 | 75 | 66 | 0 | 55 | 351 | 54 | 46 |
| Binary | 110111 | 1000001 | 10001100 | 111101 | 110110 | 0 | 101101 | 11101001 | 101100 | 100110 |
Color Harmonies of #37418C
Complementary color
Monochromatic Colors of #37418C
Black with #37418C
Text Example
Text Example
White with #37418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37418C; }
p { color: rgb(55,65,140); }
H1.HeaderClassName
{
color: #37418C;
}
.AnyTagClassName
{
color: #37418C;
}
</style>
background-color css
<style>
a { background-color: #37418C; }
a { background-color: rgb(55,65,140); }
div.DivClassName
{
background-color: #37418C;
}
.BgClassName
{
background-color: #37418C;
}
</style>
border-color css
<style>
span { border-color: #37418C; }
span { border-color: rgb(55,65,140); }
td.TdClassName
{
border-color: #37418C;
}
.TagClassName
{
border-color: #37418C;
}
</style>