Shades of Jacksons Purple #373F85
Tints of Jacksons Purple #373F85
RGB
CMYK
RGB Variations
Color information
#373F85 (or 0x373F85) is known color: Jacksons Purple. HEX triplet: 37, 3F and 85. RGB value is (55,63,133). Sum of RGB (Red+Green+Blue) = 55+63+133=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #373F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F85 is #C8C07A. Grayscale: #444444. Windows color (decimal): -13156475 or 8732471. OLE color: 8732471.
HSL color Cylindrical-coordinate representation of color #373F85: hue angle of 233.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373F85 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 63 | 133 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.48 |
| HSL | 233.85º | 0.41% | 0.37% | - |
| HSV(B) | 233.85º | 0.59% | 0.52% | - |
| XYZ | 7.59 | 6.06 | 22.96 | - |
| YUV | 68.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 133 | 0.59 | 0.53 | 0 | 0.48 | 233.85 | 0.41 | 0.37 |
| Hex | 37 | 3F | 85 | 3B | 35 | 0 | 30 | EA | 29 | 25 |
| Octal | 67 | 77 | 205 | 73 | 65 | 0 | 60 | 352 | 51 | 45 |
| Binary | 110111 | 111111 | 10000101 | 111011 | 110101 | 0 | 110000 | 11101010 | 101001 | 100101 |
Color Harmonies of #373F85
Complementary color
Monochromatic Colors of #373F85
Black with #373F85
Text Example
Text Example
White with #373F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F85; }
p { color: rgb(55,63,133); }
H1.HeaderClassName
{
color: #373F85;
}
.AnyTagClassName
{
color: #373F85;
}
</style>
background-color css
<style>
a { background-color: #373F85; }
a { background-color: rgb(55,63,133); }
div.DivClassName
{
background-color: #373F85;
}
.BgClassName
{
background-color: #373F85;
}
</style>
border-color css
<style>
span { border-color: #373F85; }
span { border-color: rgb(55,63,133); }
td.TdClassName
{
border-color: #373F85;
}
.TagClassName
{
border-color: #373F85;
}
</style>