Shades of Jacksons Purple #474881
Tints of Jacksons Purple #474881
RGB
CMYK
RGB Variations
Color information
#474881 (or 0x474881) is known color: Jacksons Purple. HEX triplet: 47, 48 and 81. RGB value is (71,72,129). Sum of RGB (Red+Green+Blue) = 71+72+129=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #474881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474881 is #B8B77E. Grayscale: #4D4D4D. Windows color (decimal): -12105599 or 8472647. OLE color: 8472647.
HSL color Cylindrical-coordinate representation of color #474881: hue angle of 238.97º 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 #474881 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 72 | 129 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.49 |
| HSL | 238.97º | 0.29% | 0.39% | - |
| HSV(B) | 238.97º | 0.45% | 0.51% | - |
| XYZ | 8.88 | 7.56 | 21.76 | - |
| YUV | 78.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 129 | 0.45 | 0.44 | 0 | 0.49 | 238.97 | 0.29 | 0.39 |
| Hex | 47 | 48 | 81 | 2D | 2C | 0 | 31 | EF | 1D | 27 |
| Octal | 107 | 110 | 201 | 55 | 54 | 0 | 61 | 357 | 35 | 47 |
| Binary | 1000111 | 1001000 | 10000001 | 101101 | 101100 | 0 | 110001 | 11101111 | 11101 | 100111 |
Color Harmonies of #474881
Complementary color
Monochromatic Colors of #474881
Black with #474881
Text Example
Text Example
White with #474881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474881; }
p { color: rgb(71,72,129); }
H1.HeaderClassName
{
color: #474881;
}
.AnyTagClassName
{
color: #474881;
}
</style>
background-color css
<style>
a { background-color: #474881; }
a { background-color: rgb(71,72,129); }
div.DivClassName
{
background-color: #474881;
}
.BgClassName
{
background-color: #474881;
}
</style>
border-color css
<style>
span { border-color: #474881; }
span { border-color: rgb(71,72,129); }
td.TdClassName
{
border-color: #474881;
}
.TagClassName
{
border-color: #474881;
}
</style>