Shades of Jacksons Purple #37387D
Tints of Jacksons Purple #37387D
RGB
CMYK
RGB Variations
Color information
#37387D (or 0x37387D) is known color: Jacksons Purple. HEX triplet: 37, 38 and 7D. RGB value is (55,56,125). Sum of RGB (Red+Green+Blue) = 55+56+125=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #37387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37387D is #C8C782. Grayscale: #3F3F3F. Windows color (decimal): -13158275 or 8206391. OLE color: 8206391.
HSL color Cylindrical-coordinate representation of color #37387D: hue angle of 239.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37387D is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 56 | 125 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.51 |
| HSL | 239.14º | 0.39% | 0.35% | - |
| HSV(B) | 239.14º | 0.56% | 0.49% | - |
| XYZ | 6.69 | 5.12 | 20.04 | - |
| YUV | 63.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 125 | 0.56 | 0.55 | 0 | 0.51 | 239.14 | 0.39 | 0.35 |
| Hex | 37 | 38 | 7D | 38 | 37 | 0 | 33 | EF | 27 | 23 |
| Octal | 67 | 70 | 175 | 70 | 67 | 0 | 63 | 357 | 47 | 43 |
| Binary | 110111 | 111000 | 1111101 | 111000 | 110111 | 0 | 110011 | 11101111 | 100111 | 100011 |
Color Harmonies of #37387D
Complementary color
Monochromatic Colors of #37387D
Black with #37387D
Text Example
Text Example
White with #37387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37387D; }
p { color: rgb(55,56,125); }
H1.HeaderClassName
{
color: #37387D;
}
.AnyTagClassName
{
color: #37387D;
}
</style>
background-color css
<style>
a { background-color: #37387D; }
a { background-color: rgb(55,56,125); }
div.DivClassName
{
background-color: #37387D;
}
.BgClassName
{
background-color: #37387D;
}
</style>
border-color css
<style>
span { border-color: #37387D; }
span { border-color: rgb(55,56,125); }
td.TdClassName
{
border-color: #37387D;
}
.TagClassName
{
border-color: #37387D;
}
</style>