Shades of Jacksons Purple #484C83
Tints of Jacksons Purple #484C83
RGB
CMYK
RGB Variations
Color information
#484C83 (or 0x484C83) is known color: Jacksons Purple. HEX triplet: 48, 4C and 83. RGB value is (72,76,131). Sum of RGB (Red+Green+Blue) = 72+76+131=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #484C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484C83 is #B7B37C. Grayscale: #505050. Windows color (decimal): -12039037 or 8604744. OLE color: 8604744.
HSL color Cylindrical-coordinate representation of color #484C83: hue angle of 235.93º 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 #484C83 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 76 | 131 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.49 |
| HSL | 235.93º | 0.29% | 0.4% | - |
| HSV(B) | 235.93º | 0.45% | 0.51% | - |
| XYZ | 9.35 | 8.19 | 22.56 | - |
| YUV | 81.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 131 | 0.45 | 0.42 | 0 | 0.49 | 235.93 | 0.29 | 0.4 |
| Hex | 48 | 4C | 83 | 2D | 2A | 0 | 31 | EC | 1D | 28 |
| Octal | 110 | 114 | 203 | 55 | 52 | 0 | 61 | 354 | 35 | 50 |
| Binary | 1001000 | 1001100 | 10000011 | 101101 | 101010 | 0 | 110001 | 11101100 | 11101 | 101000 |
Color Harmonies of #484C83
Complementary color
Monochromatic Colors of #484C83
Black with #484C83
Text Example
Text Example
White with #484C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C83; }
p { color: rgb(72,76,131); }
H1.HeaderClassName
{
color: #484C83;
}
.AnyTagClassName
{
color: #484C83;
}
</style>
background-color css
<style>
a { background-color: #484C83; }
a { background-color: rgb(72,76,131); }
div.DivClassName
{
background-color: #484C83;
}
.BgClassName
{
background-color: #484C83;
}
</style>
border-color css
<style>
span { border-color: #484C83; }
span { border-color: rgb(72,76,131); }
td.TdClassName
{
border-color: #484C83;
}
.TagClassName
{
border-color: #484C83;
}
</style>