Shades of Jacksons Purple #373081
Tints of Jacksons Purple #373081
RGB
CMYK
RGB Variations
Color information
#373081 (or 0x373081) is known color: Jacksons Purple. HEX triplet: 37, 30 and 81. RGB value is (55,48,129). Sum of RGB (Red+Green+Blue) = 55+48+129=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #373081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373081 is #C8CF7E. Grayscale: #3B3B3B. Windows color (decimal): -13160319 or 8466487. OLE color: 8466487.
HSL color Cylindrical-coordinate representation of color #373081: hue angle of 245.19º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373081 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 48 | 129 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.49 |
| HSL | 245.19º | 0.46% | 0.35% | - |
| HSV(B) | 245.19º | 0.63% | 0.51% | - |
| XYZ | 6.59 | 4.51 | 21.29 | - |
| YUV | 59.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 129 | 0.57 | 0.63 | 0 | 0.49 | 245.19 | 0.46 | 0.35 |
| Hex | 37 | 30 | 81 | 39 | 3F | 0 | 31 | F5 | 2E | 23 |
| Octal | 67 | 60 | 201 | 71 | 77 | 0 | 61 | 365 | 56 | 43 |
| Binary | 110111 | 110000 | 10000001 | 111001 | 111111 | 0 | 110001 | 11110101 | 101110 | 100011 |
Color Harmonies of #373081
Complementary color
Monochromatic Colors of #373081
Black with #373081
Text Example
Text Example
White with #373081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373081; }
p { color: rgb(55,48,129); }
H1.HeaderClassName
{
color: #373081;
}
.AnyTagClassName
{
color: #373081;
}
</style>
background-color css
<style>
a { background-color: #373081; }
a { background-color: rgb(55,48,129); }
div.DivClassName
{
background-color: #373081;
}
.BgClassName
{
background-color: #373081;
}
</style>
border-color css
<style>
span { border-color: #373081; }
span { border-color: rgb(55,48,129); }
td.TdClassName
{
border-color: #373081;
}
.TagClassName
{
border-color: #373081;
}
</style>