Shades of Jacksons Purple #373282
Tints of Jacksons Purple #373282
RGB
CMYK
RGB Variations
Color information
#373282 (or 0x373282) is known color: Jacksons Purple. HEX triplet: 37, 32 and 82. RGB value is (55,50,130). Sum of RGB (Red+Green+Blue) = 55+50+130=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #373282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373282 is #C8CD7D. Grayscale: #3C3C3C. Windows color (decimal): -13159806 or 8532535. OLE color: 8532535.
HSL color Cylindrical-coordinate representation of color #373282: hue angle of 243.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373282 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 50 | 130 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.49 |
| HSL | 243.75º | 0.44% | 0.35% | - |
| HSV(B) | 243.75º | 0.62% | 0.51% | - |
| XYZ | 6.75 | 4.71 | 21.67 | - |
| YUV | 60.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 130 | 0.58 | 0.62 | 0 | 0.49 | 243.75 | 0.44 | 0.35 |
| Hex | 37 | 32 | 82 | 3A | 3E | 0 | 31 | F4 | 2C | 23 |
| Octal | 67 | 62 | 202 | 72 | 76 | 0 | 61 | 364 | 54 | 43 |
| Binary | 110111 | 110010 | 10000010 | 111010 | 111110 | 0 | 110001 | 11110100 | 101100 | 100011 |
Color Harmonies of #373282
Complementary color
Monochromatic Colors of #373282
Black with #373282
Text Example
Text Example
White with #373282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373282; }
p { color: rgb(55,50,130); }
H1.HeaderClassName
{
color: #373282;
}
.AnyTagClassName
{
color: #373282;
}
</style>
background-color css
<style>
a { background-color: #373282; }
a { background-color: rgb(55,50,130); }
div.DivClassName
{
background-color: #373282;
}
.BgClassName
{
background-color: #373282;
}
</style>
border-color css
<style>
span { border-color: #373282; }
span { border-color: rgb(55,50,130); }
td.TdClassName
{
border-color: #373282;
}
.TagClassName
{
border-color: #373282;
}
</style>