Shades of Jacksons Purple #373C96
Tints of Jacksons Purple #373C96
RGB
CMYK
RGB Variations
Color information
#373C96 (or 0x373C96) is known color: Jacksons Purple. HEX triplet: 37, 3C and 96. RGB value is (55,60,150). Sum of RGB (Red+Green+Blue) = 55+60+150=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #373C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C96 is #C8C369. Grayscale: #444444. Windows color (decimal): -13157226 or 9845815. OLE color: 9845815.
HSL color Cylindrical-coordinate representation of color #373C96: hue angle of 236.84º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373C96 is Cyan = 0.63, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 60 | 150 | - |
| CMYK | 0.63 | 0.6 | 0 | 0.41 |
| HSL | 236.84º | 0.46% | 0.4% | - |
| HSV(B) | 236.84º | 0.63% | 0.59% | - |
| XYZ | 8.7 | 6.25 | 29.6 | - |
| YUV | 68.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 150 | 0.63 | 0.6 | 0 | 0.41 | 236.84 | 0.46 | 0.4 |
| Hex | 37 | 3C | 96 | 3F | 3C | 0 | 29 | ED | 2E | 28 |
| Octal | 67 | 74 | 226 | 77 | 74 | 0 | 51 | 355 | 56 | 50 |
| Binary | 110111 | 111100 | 10010110 | 111111 | 111100 | 0 | 101001 | 11101101 | 101110 | 101000 |
Color Harmonies of #373C96
Complementary color
Monochromatic Colors of #373C96
Black with #373C96
Text Example
Text Example
White with #373C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C96; }
p { color: rgb(55,60,150); }
H1.HeaderClassName
{
color: #373C96;
}
.AnyTagClassName
{
color: #373C96;
}
</style>
background-color css
<style>
a { background-color: #373C96; }
a { background-color: rgb(55,60,150); }
div.DivClassName
{
background-color: #373C96;
}
.BgClassName
{
background-color: #373C96;
}
</style>
border-color css
<style>
span { border-color: #373C96; }
span { border-color: rgb(55,60,150); }
td.TdClassName
{
border-color: #373C96;
}
.TagClassName
{
border-color: #373C96;
}
</style>