Shades of Jacksons Purple #373C92
Tints of Jacksons Purple #373C92
RGB
CMYK
RGB Variations
Color information
#373C92 (or 0x373C92) is known color: Jacksons Purple. HEX triplet: 37, 3C and 92. RGB value is (55,60,146). Sum of RGB (Red+Green+Blue) = 55+60+146=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #373C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C92 is #C8C36D. Grayscale: #434343. Windows color (decimal): -13157230 or 9583671. OLE color: 9583671.
HSL color Cylindrical-coordinate representation of color #373C92: hue angle of 236.7º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373C92 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 60 | 146 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.43 |
| HSL | 236.7º | 0.45% | 0.39% | - |
| HSV(B) | 236.7º | 0.62% | 0.57% | - |
| XYZ | 8.38 | 6.12 | 27.93 | - |
| YUV | 68.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 146 | 0.62 | 0.59 | 0 | 0.43 | 236.7 | 0.45 | 0.39 |
| Hex | 37 | 3C | 92 | 3E | 3B | 0 | 2B | ED | 2D | 27 |
| Octal | 67 | 74 | 222 | 76 | 73 | 0 | 53 | 355 | 55 | 47 |
| Binary | 110111 | 111100 | 10010010 | 111110 | 111011 | 0 | 101011 | 11101101 | 101101 | 100111 |
Color Harmonies of #373C92
Complementary color
Monochromatic Colors of #373C92
Black with #373C92
Text Example
Text Example
White with #373C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C92; }
p { color: rgb(55,60,146); }
H1.HeaderClassName
{
color: #373C92;
}
.AnyTagClassName
{
color: #373C92;
}
</style>
background-color css
<style>
a { background-color: #373C92; }
a { background-color: rgb(55,60,146); }
div.DivClassName
{
background-color: #373C92;
}
.BgClassName
{
background-color: #373C92;
}
</style>
border-color css
<style>
span { border-color: #373C92; }
span { border-color: rgb(55,60,146); }
td.TdClassName
{
border-color: #373C92;
}
.TagClassName
{
border-color: #373C92;
}
</style>