Shades of Jacksons Purple #373C85
Tints of Jacksons Purple #373C85
RGB
CMYK
RGB Variations
Color information
#373C85 (or 0x373C85) is known color: Jacksons Purple. HEX triplet: 37, 3C and 85. RGB value is (55,60,133). Sum of RGB (Red+Green+Blue) = 55+60+133=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #373C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C85 is #C8C37A. Grayscale: #424242. Windows color (decimal): -13157243 or 8731703. OLE color: 8731703.
HSL color Cylindrical-coordinate representation of color #373C85: hue angle of 236.15º 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 #373C85 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 60 | 133 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.48 |
| HSL | 236.15º | 0.41% | 0.37% | - |
| HSV(B) | 236.15º | 0.59% | 0.52% | - |
| XYZ | 7.43 | 5.74 | 22.91 | - |
| YUV | 66.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 133 | 0.59 | 0.55 | 0 | 0.48 | 236.15 | 0.41 | 0.37 |
| Hex | 37 | 3C | 85 | 3B | 37 | 0 | 30 | EC | 29 | 25 |
| Octal | 67 | 74 | 205 | 73 | 67 | 0 | 60 | 354 | 51 | 45 |
| Binary | 110111 | 111100 | 10000101 | 111011 | 110111 | 0 | 110000 | 11101100 | 101001 | 100101 |
Color Harmonies of #373C85
Complementary color
Monochromatic Colors of #373C85
Black with #373C85
Text Example
Text Example
White with #373C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C85; }
p { color: rgb(55,60,133); }
H1.HeaderClassName
{
color: #373C85;
}
.AnyTagClassName
{
color: #373C85;
}
</style>
background-color css
<style>
a { background-color: #373C85; }
a { background-color: rgb(55,60,133); }
div.DivClassName
{
background-color: #373C85;
}
.BgClassName
{
background-color: #373C85;
}
</style>
border-color css
<style>
span { border-color: #373C85; }
span { border-color: rgb(55,60,133); }
td.TdClassName
{
border-color: #373C85;
}
.TagClassName
{
border-color: #373C85;
}
</style>