Shades of Jacksons Purple #484982
Tints of Jacksons Purple #484982
RGB
CMYK
RGB Variations
Color information
#484982 (or 0x484982) is known color: Jacksons Purple. HEX triplet: 48, 49 and 82. RGB value is (72,73,130). Sum of RGB (Red+Green+Blue) = 72+73+130=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #484982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484982 is #B7B67D. Grayscale: #4E4E4E. Windows color (decimal): -12039806 or 8538440. OLE color: 8538440.
HSL color Cylindrical-coordinate representation of color #484982: hue angle of 238.97º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #484982 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 73 | 130 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.49 |
| HSL | 238.97º | 0.29% | 0.4% | - |
| HSV(B) | 238.97º | 0.45% | 0.51% | - |
| XYZ | 9.08 | 7.75 | 22.14 | - |
| YUV | 79.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 130 | 0.45 | 0.44 | 0 | 0.49 | 238.97 | 0.29 | 0.4 |
| Hex | 48 | 49 | 82 | 2D | 2C | 0 | 31 | EF | 1D | 28 |
| Octal | 110 | 111 | 202 | 55 | 54 | 0 | 61 | 357 | 35 | 50 |
| Binary | 1001000 | 1001001 | 10000010 | 101101 | 101100 | 0 | 110001 | 11101111 | 11101 | 101000 |
Color Harmonies of #484982
Complementary color
Monochromatic Colors of #484982
Black with #484982
Text Example
Text Example
White with #484982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484982; }
p { color: rgb(72,73,130); }
H1.HeaderClassName
{
color: #484982;
}
.AnyTagClassName
{
color: #484982;
}
</style>
background-color css
<style>
a { background-color: #484982; }
a { background-color: rgb(72,73,130); }
div.DivClassName
{
background-color: #484982;
}
.BgClassName
{
background-color: #484982;
}
</style>
border-color css
<style>
span { border-color: #484982; }
span { border-color: rgb(72,73,130); }
td.TdClassName
{
border-color: #484982;
}
.TagClassName
{
border-color: #484982;
}
</style>