Shades of Jacksons Purple #373388
Tints of Jacksons Purple #373388
RGB
CMYK
RGB Variations
Color information
#373388 (or 0x373388) is known color: Jacksons Purple. HEX triplet: 37, 33 and 88. RGB value is (55,51,136). Sum of RGB (Red+Green+Blue) = 55+51+136=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #373388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373388 is #C8CC77. Grayscale: #3D3D3D. Windows color (decimal): -13159544 or 8926007. OLE color: 8926007.
HSL color Cylindrical-coordinate representation of color #373388: hue angle of 242.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373388 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 51 | 136 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.47 |
| HSL | 242.82º | 0.45% | 0.37% | - |
| HSV(B) | 242.82º | 0.63% | 0.53% | - |
| XYZ | 7.2 | 4.96 | 23.87 | - |
| YUV | 61.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 136 | 0.60 | 0.62 | 0 | 0.47 | 242.82 | 0.45 | 0.37 |
| Hex | 37 | 33 | 88 | 3C | 3E | 0 | 2F | F3 | 2D | 25 |
| Octal | 67 | 63 | 210 | 74 | 76 | 0 | 57 | 363 | 55 | 45 |
| Binary | 110111 | 110011 | 10001000 | 111100 | 111110 | 0 | 101111 | 11110011 | 101101 | 100101 |
Color Harmonies of #373388
Complementary color
Monochromatic Colors of #373388
Black with #373388
Text Example
Text Example
White with #373388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373388; }
p { color: rgb(55,51,136); }
H1.HeaderClassName
{
color: #373388;
}
.AnyTagClassName
{
color: #373388;
}
</style>
background-color css
<style>
a { background-color: #373388; }
a { background-color: rgb(55,51,136); }
div.DivClassName
{
background-color: #373388;
}
.BgClassName
{
background-color: #373388;
}
</style>
border-color css
<style>
span { border-color: #373388; }
span { border-color: rgb(55,51,136); }
td.TdClassName
{
border-color: #373388;
}
.TagClassName
{
border-color: #373388;
}
</style>