Shades of Jacksons Purple #37348B
Tints of Jacksons Purple #37348B
RGB
CMYK
RGB Variations
Color information
#37348B (or 0x37348B) is known color: Jacksons Purple. HEX triplet: 37, 34 and 8B. RGB value is (55,52,139). Sum of RGB (Red+Green+Blue) = 55+52+139=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #37348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37348B is #C8CB74. Grayscale: #3E3E3E. Windows color (decimal): -13159285 or 9122871. OLE color: 9122871.
HSL color Cylindrical-coordinate representation of color #37348B: hue angle of 242.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37348B is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 52 | 139 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.45 |
| HSL | 242.07º | 0.46% | 0.37% | - |
| HSV(B) | 242.07º | 0.63% | 0.55% | - |
| XYZ | 7.46 | 5.13 | 25.02 | - |
| YUV | 62.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 139 | 0.60 | 0.63 | 0 | 0.45 | 242.07 | 0.46 | 0.37 |
| Hex | 37 | 34 | 8B | 3C | 3F | 0 | 2D | F2 | 2E | 25 |
| Octal | 67 | 64 | 213 | 74 | 77 | 0 | 55 | 362 | 56 | 45 |
| Binary | 110111 | 110100 | 10001011 | 111100 | 111111 | 0 | 101101 | 11110010 | 101110 | 100101 |
Color Harmonies of #37348B
Complementary color
Monochromatic Colors of #37348B
Black with #37348B
Text Example
Text Example
White with #37348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37348B; }
p { color: rgb(55,52,139); }
H1.HeaderClassName
{
color: #37348B;
}
.AnyTagClassName
{
color: #37348B;
}
</style>
background-color css
<style>
a { background-color: #37348B; }
a { background-color: rgb(55,52,139); }
div.DivClassName
{
background-color: #37348B;
}
.BgClassName
{
background-color: #37348B;
}
</style>
border-color css
<style>
span { border-color: #37348B; }
span { border-color: rgb(55,52,139); }
td.TdClassName
{
border-color: #37348B;
}
.TagClassName
{
border-color: #37348B;
}
</style>