Shades of Jacksons Purple #373380
Tints of Jacksons Purple #373380
RGB
CMYK
RGB Variations
Color information
#373380 (or 0x373380) is known color: Jacksons Purple. HEX triplet: 37, 33 and 80. RGB value is (55,51,128). Sum of RGB (Red+Green+Blue) = 55+51+128=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #373380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373380 is #C8CC7F. Grayscale: #3C3C3C. Windows color (decimal): -13159552 or 8401719. OLE color: 8401719.
HSL color Cylindrical-coordinate representation of color #373380: hue angle of 243.12º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373380 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 51 | 128 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.50 |
| HSL | 243.12º | 0.43% | 0.35% | - |
| HSV(B) | 243.12º | 0.6% | 0.5% | - |
| XYZ | 6.66 | 4.74 | 20.99 | - |
| YUV | 60.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 128 | 0.57 | 0.60 | 0 | 0.50 | 243.12 | 0.43 | 0.35 |
| Hex | 37 | 33 | 80 | 39 | 3C | 0 | 32 | F3 | 2B | 23 |
| Octal | 67 | 63 | 200 | 71 | 74 | 0 | 62 | 363 | 53 | 43 |
| Binary | 110111 | 110011 | 10000000 | 111001 | 111100 | 0 | 110010 | 11110011 | 101011 | 100011 |
Color Harmonies of #373380
Complementary color
Monochromatic Colors of #373380
Black with #373380
Text Example
Text Example
White with #373380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373380; }
p { color: rgb(55,51,128); }
H1.HeaderClassName
{
color: #373380;
}
.AnyTagClassName
{
color: #373380;
}
</style>
background-color css
<style>
a { background-color: #373380; }
a { background-color: rgb(55,51,128); }
div.DivClassName
{
background-color: #373380;
}
.BgClassName
{
background-color: #373380;
}
</style>
border-color css
<style>
span { border-color: #373380; }
span { border-color: rgb(55,51,128); }
td.TdClassName
{
border-color: #373380;
}
.TagClassName
{
border-color: #373380;
}
</style>