Shades of Jacksons Purple #37358D
Tints of Jacksons Purple #37358D
RGB
CMYK
RGB Variations
Color information
#37358D (or 0x37358D) is known color: Jacksons Purple. HEX triplet: 37, 35 and 8D. RGB value is (55,53,141). Sum of RGB (Red+Green+Blue) = 55+53+141=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #37358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37358D is #C8CA72. Grayscale: #3F3F3F. Windows color (decimal): -13159027 or 9254199. OLE color: 9254199.
HSL color Cylindrical-coordinate representation of color #37358D: hue angle of 241.36º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37358D is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 53 | 141 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.45 |
| HSL | 241.36º | 0.45% | 0.38% | - |
| HSV(B) | 241.36º | 0.62% | 0.55% | - |
| XYZ | 7.66 | 5.28 | 25.82 | - |
| YUV | 63.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 141 | 0.61 | 0.62 | 0 | 0.45 | 241.36 | 0.45 | 0.38 |
| Hex | 37 | 35 | 8D | 3D | 3E | 0 | 2D | F1 | 2D | 26 |
| Octal | 67 | 65 | 215 | 75 | 76 | 0 | 55 | 361 | 55 | 46 |
| Binary | 110111 | 110101 | 10001101 | 111101 | 111110 | 0 | 101101 | 11110001 | 101101 | 100110 |
Color Harmonies of #37358D
Complementary color
Monochromatic Colors of #37358D
Black with #37358D
Text Example
Text Example
White with #37358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37358D; }
p { color: rgb(55,53,141); }
H1.HeaderClassName
{
color: #37358D;
}
.AnyTagClassName
{
color: #37358D;
}
</style>
background-color css
<style>
a { background-color: #37358D; }
a { background-color: rgb(55,53,141); }
div.DivClassName
{
background-color: #37358D;
}
.BgClassName
{
background-color: #37358D;
}
</style>
border-color css
<style>
span { border-color: #37358D; }
span { border-color: rgb(55,53,141); }
td.TdClassName
{
border-color: #37358D;
}
.TagClassName
{
border-color: #37358D;
}
</style>