Shades of Jacksons Purple #484783
Tints of Jacksons Purple #484783
RGB
CMYK
RGB Variations
Color information
#484783 (or 0x484783) is known color: Jacksons Purple. HEX triplet: 48, 47 and 83. RGB value is (72,71,131). Sum of RGB (Red+Green+Blue) = 72+71+131=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #484783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484783 is #B7B87C. Grayscale: #4D4D4D. Windows color (decimal): -12040317 or 8603464. OLE color: 8603464.
HSL color Cylindrical-coordinate representation of color #484783: hue angle of 241º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #484783 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 71 | 131 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.49 |
| HSL | 241º | 0.3% | 0.4% | - |
| HSV(B) | 241º | 0.46% | 0.51% | - |
| XYZ | 9.02 | 7.52 | 22.45 | - |
| YUV | 78.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 131 | 0.45 | 0.46 | 0 | 0.49 | 241 | 0.3 | 0.4 |
| Hex | 48 | 47 | 83 | 2D | 2E | 0 | 31 | F1 | 1E | 28 |
| Octal | 110 | 107 | 203 | 55 | 56 | 0 | 61 | 361 | 36 | 50 |
| Binary | 1001000 | 1000111 | 10000011 | 101101 | 101110 | 0 | 110001 | 11110001 | 11110 | 101000 |
Color Harmonies of #484783
Complementary color
Monochromatic Colors of #484783
Black with #484783
Text Example
Text Example
White with #484783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484783; }
p { color: rgb(72,71,131); }
H1.HeaderClassName
{
color: #484783;
}
.AnyTagClassName
{
color: #484783;
}
</style>
background-color css
<style>
a { background-color: #484783; }
a { background-color: rgb(72,71,131); }
div.DivClassName
{
background-color: #484783;
}
.BgClassName
{
background-color: #484783;
}
</style>
border-color css
<style>
span { border-color: #484783; }
span { border-color: rgb(72,71,131); }
td.TdClassName
{
border-color: #484783;
}
.TagClassName
{
border-color: #484783;
}
</style>