Shades of Jacksons Purple #37358B
Tints of Jacksons Purple #37358B
RGB
CMYK
RGB Variations
Color information
#37358B (or 0x37358B) is known color: Jacksons Purple. HEX triplet: 37, 35 and 8B. RGB value is (55,53,139). Sum of RGB (Red+Green+Blue) = 55+53+139=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #37358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37358B is #C8CA74. Grayscale: #3F3F3F. Windows color (decimal): -13159029 or 9123127. OLE color: 9123127.
HSL color Cylindrical-coordinate representation of color #37358B: hue angle of 241.4º 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 #37358B is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 53 | 139 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.45 |
| HSL | 241.4º | 0.45% | 0.38% | - |
| HSV(B) | 241.4º | 0.62% | 0.55% | - |
| XYZ | 7.51 | 5.22 | 25.04 | - |
| YUV | 63.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 139 | 0.60 | 0.62 | 0 | 0.45 | 241.4 | 0.45 | 0.38 |
| Hex | 37 | 35 | 8B | 3C | 3E | 0 | 2D | F1 | 2D | 26 |
| Octal | 67 | 65 | 213 | 74 | 76 | 0 | 55 | 361 | 55 | 46 |
| Binary | 110111 | 110101 | 10001011 | 111100 | 111110 | 0 | 101101 | 11110001 | 101101 | 100110 |
Color Harmonies of #37358B
Complementary color
Monochromatic Colors of #37358B
Black with #37358B
Text Example
Text Example
White with #37358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37358B; }
p { color: rgb(55,53,139); }
H1.HeaderClassName
{
color: #37358B;
}
.AnyTagClassName
{
color: #37358B;
}
</style>
background-color css
<style>
a { background-color: #37358B; }
a { background-color: rgb(55,53,139); }
div.DivClassName
{
background-color: #37358B;
}
.BgClassName
{
background-color: #37358B;
}
</style>
border-color css
<style>
span { border-color: #37358B; }
span { border-color: rgb(55,53,139); }
td.TdClassName
{
border-color: #37358B;
}
.TagClassName
{
border-color: #37358B;
}
</style>