Shades of Jacksons Purple #37348C
Tints of Jacksons Purple #37348C
RGB
CMYK
RGB Variations
Color information
#37348C (or 0x37348C) is known color: Jacksons Purple. HEX triplet: 37, 34 and 8C. RGB value is (55,52,140). Sum of RGB (Red+Green+Blue) = 55+52+140=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #37348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37348C is #C8CB73. Grayscale: #3E3E3E. Windows color (decimal): -13159284 or 9188407. OLE color: 9188407.
HSL color Cylindrical-coordinate representation of color #37348C: hue angle of 242.05º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37348C is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 52 | 140 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.45 |
| HSL | 242.05º | 0.46% | 0.38% | - |
| HSV(B) | 242.05º | 0.63% | 0.55% | - |
| XYZ | 7.54 | 5.16 | 25.41 | - |
| YUV | 62.93 | 171.49 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 140 | 0.61 | 0.63 | 0 | 0.45 | 242.05 | 0.46 | 0.38 |
| Hex | 37 | 34 | 8C | 3D | 3F | 0 | 2D | F2 | 2E | 26 |
| Octal | 67 | 64 | 214 | 75 | 77 | 0 | 55 | 362 | 56 | 46 |
| Binary | 110111 | 110100 | 10001100 | 111101 | 111111 | 0 | 101101 | 11110010 | 101110 | 100110 |
Color Harmonies of #37348C
Complementary color
Monochromatic Colors of #37348C
Black with #37348C
Text Example
Text Example
White with #37348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37348C; }
p { color: rgb(55,52,140); }
H1.HeaderClassName
{
color: #37348C;
}
.AnyTagClassName
{
color: #37348C;
}
</style>
background-color css
<style>
a { background-color: #37348C; }
a { background-color: rgb(55,52,140); }
div.DivClassName
{
background-color: #37348C;
}
.BgClassName
{
background-color: #37348C;
}
</style>
border-color css
<style>
span { border-color: #37348C; }
span { border-color: rgb(55,52,140); }
td.TdClassName
{
border-color: #37348C;
}
.TagClassName
{
border-color: #37348C;
}
</style>