Shades of Jacksons Purple #372D7D
Tints of Jacksons Purple #372D7D
RGB
CMYK
RGB Variations
Color information
#372D7D (or 0x372D7D) is known color: Jacksons Purple. HEX triplet: 37, 2D and 7D. RGB value is (55,45,125). Sum of RGB (Red+Green+Blue) = 55+45+125=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #372D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D7D is #C8D282. Grayscale: #383838. Windows color (decimal): -13161091 or 8203575. OLE color: 8203575.
HSL color Cylindrical-coordinate representation of color #372D7D: hue angle of 247.5º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #372D7D is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 45 | 125 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.51 |
| HSL | 247.5º | 0.47% | 0.33% | - |
| HSV(B) | 247.5º | 0.64% | 0.49% | - |
| XYZ | 6.22 | 4.17 | 19.88 | - |
| YUV | 57.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 125 | 0.56 | 0.64 | 0 | 0.51 | 247.5 | 0.47 | 0.33 |
| Hex | 37 | 2D | 7D | 38 | 40 | 0 | 33 | F8 | 2F | 21 |
| Octal | 67 | 55 | 175 | 70 | 100 | 0 | 63 | 370 | 57 | 41 |
| Binary | 110111 | 101101 | 1111101 | 111000 | 1000000 | 0 | 110011 | 11111000 | 101111 | 100001 |
Color Harmonies of #372D7D
Complementary color
Monochromatic Colors of #372D7D
Black with #372D7D
Text Example
Text Example
White with #372D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D7D; }
p { color: rgb(55,45,125); }
H1.HeaderClassName
{
color: #372D7D;
}
.AnyTagClassName
{
color: #372D7D;
}
</style>
background-color css
<style>
a { background-color: #372D7D; }
a { background-color: rgb(55,45,125); }
div.DivClassName
{
background-color: #372D7D;
}
.BgClassName
{
background-color: #372D7D;
}
</style>
border-color css
<style>
span { border-color: #372D7D; }
span { border-color: rgb(55,45,125); }
td.TdClassName
{
border-color: #372D7D;
}
.TagClassName
{
border-color: #372D7D;
}
</style>