Shades of Jacksons Purple #474882
Tints of Jacksons Purple #474882
RGB
CMYK
RGB Variations
Color information
#474882 (or 0x474882) is known color: Jacksons Purple. HEX triplet: 47, 48 and 82. RGB value is (71,72,130). Sum of RGB (Red+Green+Blue) = 71+72+130=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #474882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474882 is #B8B77D. Grayscale: #4E4E4E. Windows color (decimal): -12105598 or 8538183. OLE color: 8538183.
HSL color Cylindrical-coordinate representation of color #474882: hue angle of 238.98º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474882 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 72 | 130 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.49 |
| HSL | 238.98º | 0.29% | 0.39% | - |
| HSV(B) | 238.98º | 0.45% | 0.51% | - |
| XYZ | 8.95 | 7.59 | 22.11 | - |
| YUV | 78.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 130 | 0.45 | 0.45 | 0 | 0.49 | 238.98 | 0.29 | 0.39 |
| Hex | 47 | 48 | 82 | 2D | 2D | 0 | 31 | EF | 1D | 27 |
| Octal | 107 | 110 | 202 | 55 | 55 | 0 | 61 | 357 | 35 | 47 |
| Binary | 1000111 | 1001000 | 10000010 | 101101 | 101101 | 0 | 110001 | 11101111 | 11101 | 100111 |
Color Harmonies of #474882
Complementary color
Monochromatic Colors of #474882
Black with #474882
Text Example
Text Example
White with #474882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474882; }
p { color: rgb(71,72,130); }
H1.HeaderClassName
{
color: #474882;
}
.AnyTagClassName
{
color: #474882;
}
</style>
background-color css
<style>
a { background-color: #474882; }
a { background-color: rgb(71,72,130); }
div.DivClassName
{
background-color: #474882;
}
.BgClassName
{
background-color: #474882;
}
</style>
border-color css
<style>
span { border-color: #474882; }
span { border-color: rgb(71,72,130); }
td.TdClassName
{
border-color: #474882;
}
.TagClassName
{
border-color: #474882;
}
</style>