Shades of Jacksons Purple #373A94
Tints of Jacksons Purple #373A94
RGB
CMYK
RGB Variations
Color information
#373A94 (or 0x373A94) is known color: Jacksons Purple. HEX triplet: 37, 3A and 94. RGB value is (55,58,148). Sum of RGB (Red+Green+Blue) = 55+58+148=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #373A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A94 is #C8C56B. Grayscale: #434343. Windows color (decimal): -13157740 or 9714231. OLE color: 9714231.
HSL color Cylindrical-coordinate representation of color #373A94: hue angle of 238.06º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373A94 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 58 | 148 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.42 |
| HSL | 238.06º | 0.46% | 0.4% | - |
| HSV(B) | 238.06º | 0.63% | 0.58% | - |
| XYZ | 8.43 | 5.98 | 28.73 | - |
| YUV | 67.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 148 | 0.63 | 0.61 | 0 | 0.42 | 238.06 | 0.46 | 0.4 |
| Hex | 37 | 3A | 94 | 3F | 3D | 0 | 2A | EE | 2E | 28 |
| Octal | 67 | 72 | 224 | 77 | 75 | 0 | 52 | 356 | 56 | 50 |
| Binary | 110111 | 111010 | 10010100 | 111111 | 111101 | 0 | 101010 | 11101110 | 101110 | 101000 |
Color Harmonies of #373A94
Complementary color
Monochromatic Colors of #373A94
Black with #373A94
Text Example
Text Example
White with #373A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A94; }
p { color: rgb(55,58,148); }
H1.HeaderClassName
{
color: #373A94;
}
.AnyTagClassName
{
color: #373A94;
}
</style>
background-color css
<style>
a { background-color: #373A94; }
a { background-color: rgb(55,58,148); }
div.DivClassName
{
background-color: #373A94;
}
.BgClassName
{
background-color: #373A94;
}
</style>
border-color css
<style>
span { border-color: #373A94; }
span { border-color: rgb(55,58,148); }
td.TdClassName
{
border-color: #373A94;
}
.TagClassName
{
border-color: #373A94;
}
</style>