Shades of Jacksons Purple #373D97
Tints of Jacksons Purple #373D97
RGB
CMYK
RGB Variations
Color information
#373D97 (or 0x373D97) is known color: Jacksons Purple. HEX triplet: 37, 3D and 97. RGB value is (55,61,151). Sum of RGB (Red+Green+Blue) = 55+61+151=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #373D97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373D97 is #C8C268. Grayscale: #454545. Windows color (decimal): -13156969 or 9911607. OLE color: 9911607.
HSL color Cylindrical-coordinate representation of color #373D97: hue angle of 236.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373D97 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 61 | 151 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.41 |
| HSL | 236.25º | 0.47% | 0.4% | - |
| HSV(B) | 236.25º | 0.64% | 0.59% | - |
| XYZ | 8.83 | 6.38 | 30.05 | - |
| YUV | 69.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 151 | 0.64 | 0.60 | 0 | 0.41 | 236.25 | 0.47 | 0.4 |
| Hex | 37 | 3D | 97 | 40 | 3C | 0 | 29 | EC | 2F | 28 |
| Octal | 67 | 75 | 227 | 100 | 74 | 0 | 51 | 354 | 57 | 50 |
| Binary | 110111 | 111101 | 10010111 | 1000000 | 111100 | 0 | 101001 | 11101100 | 101111 | 101000 |
Color Harmonies of #373D97
Complementary color
Monochromatic Colors of #373D97
Black with #373D97
Text Example
Text Example
White with #373D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D97; }
p { color: rgb(55,61,151); }
H1.HeaderClassName
{
color: #373D97;
}
.AnyTagClassName
{
color: #373D97;
}
</style>
background-color css
<style>
a { background-color: #373D97; }
a { background-color: rgb(55,61,151); }
div.DivClassName
{
background-color: #373D97;
}
.BgClassName
{
background-color: #373D97;
}
</style>
border-color css
<style>
span { border-color: #373D97; }
span { border-color: rgb(55,61,151); }
td.TdClassName
{
border-color: #373D97;
}
.TagClassName
{
border-color: #373D97;
}
</style>