Shades of Jacksons Purple #372D85
Tints of Jacksons Purple #372D85
RGB
CMYK
RGB Variations
Color information
#372D85 (or 0x372D85) is known color: Jacksons Purple. HEX triplet: 37, 2D and 85. RGB value is (55,45,133). Sum of RGB (Red+Green+Blue) = 55+45+133=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #372D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D85 is #C8D27A. Grayscale: #393939. Windows color (decimal): -13161083 or 8727863. OLE color: 8727863.
HSL color Cylindrical-coordinate representation of color #372D85: hue angle of 246.82º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372D85 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 45 | 133 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.48 |
| HSL | 246.82º | 0.49% | 0.35% | - |
| HSV(B) | 246.82º | 0.66% | 0.52% | - |
| XYZ | 6.75 | 4.38 | 22.68 | - |
| YUV | 58.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 133 | 0.59 | 0.66 | 0 | 0.48 | 246.82 | 0.49 | 0.35 |
| Hex | 37 | 2D | 85 | 3B | 42 | 0 | 30 | F7 | 31 | 23 |
| Octal | 67 | 55 | 205 | 73 | 102 | 0 | 60 | 367 | 61 | 43 |
| Binary | 110111 | 101101 | 10000101 | 111011 | 1000010 | 0 | 110000 | 11110111 | 110001 | 100011 |
Color Harmonies of #372D85
Complementary color
Monochromatic Colors of #372D85
Black with #372D85
Text Example
Text Example
White with #372D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D85; }
p { color: rgb(55,45,133); }
H1.HeaderClassName
{
color: #372D85;
}
.AnyTagClassName
{
color: #372D85;
}
</style>
background-color css
<style>
a { background-color: #372D85; }
a { background-color: rgb(55,45,133); }
div.DivClassName
{
background-color: #372D85;
}
.BgClassName
{
background-color: #372D85;
}
</style>
border-color css
<style>
span { border-color: #372D85; }
span { border-color: rgb(55,45,133); }
td.TdClassName
{
border-color: #372D85;
}
.TagClassName
{
border-color: #372D85;
}
</style>