Shades of Jacksons Purple #484B8A
Tints of Jacksons Purple #484B8A
RGB
CMYK
RGB Variations
Color information
#484B8A (or 0x484B8A) is known color: Jacksons Purple. HEX triplet: 48, 4B and 8A. RGB value is (72,75,138). Sum of RGB (Red+Green+Blue) = 72+75+138=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #484B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B8A is #B7B475. Grayscale: #515151. Windows color (decimal): -12039286 or 9063240. OLE color: 9063240.
HSL color Cylindrical-coordinate representation of color #484B8A: hue angle of 237.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484B8A is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 75 | 138 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.46 |
| HSL | 237.27º | 0.31% | 0.41% | - |
| HSV(B) | 237.27º | 0.48% | 0.54% | - |
| XYZ | 9.78 | 8.24 | 25.12 | - |
| YUV | 81.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 138 | 0.48 | 0.46 | 0 | 0.46 | 237.27 | 0.31 | 0.41 |
| Hex | 48 | 4B | 8A | 30 | 2E | 0 | 2E | ED | 1F | 29 |
| Octal | 110 | 113 | 212 | 60 | 56 | 0 | 56 | 355 | 37 | 51 |
| Binary | 1001000 | 1001011 | 10001010 | 110000 | 101110 | 0 | 101110 | 11101101 | 11111 | 101001 |
Color Harmonies of #484B8A
Complementary color
Monochromatic Colors of #484B8A
Black with #484B8A
Text Example
Text Example
White with #484B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B8A; }
p { color: rgb(72,75,138); }
H1.HeaderClassName
{
color: #484B8A;
}
.AnyTagClassName
{
color: #484B8A;
}
</style>
background-color css
<style>
a { background-color: #484B8A; }
a { background-color: rgb(72,75,138); }
div.DivClassName
{
background-color: #484B8A;
}
.BgClassName
{
background-color: #484B8A;
}
</style>
border-color css
<style>
span { border-color: #484B8A; }
span { border-color: rgb(72,75,138); }
td.TdClassName
{
border-color: #484B8A;
}
.TagClassName
{
border-color: #484B8A;
}
</style>