Shades of Jacksons Purple #474D83
Tints of Jacksons Purple #474D83
RGB
CMYK
RGB Variations
Color information
#474D83 (or 0x474D83) is known color: Jacksons Purple. HEX triplet: 47, 4D and 83. RGB value is (71,77,131). Sum of RGB (Red+Green+Blue) = 71+77+131=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 77 (30.47% from 255 or 27.60% 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 #474D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D83 is #B8B27C. Grayscale: #515151. Windows color (decimal): -12104317 or 8604999. OLE color: 8604999.
HSL color Cylindrical-coordinate representation of color #474D83: hue angle of 234º 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 #474D83 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 77 | 131 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.49 |
| HSL | 234º | 0.3% | 0.4% | - |
| HSV(B) | 234º | 0.46% | 0.51% | - |
| XYZ | 9.35 | 8.29 | 22.58 | - |
| YUV | 81.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 131 | 0.46 | 0.41 | 0 | 0.49 | 234 | 0.3 | 0.4 |
| Hex | 47 | 4D | 83 | 2E | 29 | 0 | 31 | EA | 1E | 28 |
| Octal | 107 | 115 | 203 | 56 | 51 | 0 | 61 | 352 | 36 | 50 |
| Binary | 1000111 | 1001101 | 10000011 | 101110 | 101001 | 0 | 110001 | 11101010 | 11110 | 101000 |
Color Harmonies of #474D83
Complementary color
Monochromatic Colors of #474D83
Black with #474D83
Text Example
Text Example
White with #474D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D83; }
p { color: rgb(71,77,131); }
H1.HeaderClassName
{
color: #474D83;
}
.AnyTagClassName
{
color: #474D83;
}
</style>
background-color css
<style>
a { background-color: #474D83; }
a { background-color: rgb(71,77,131); }
div.DivClassName
{
background-color: #474D83;
}
.BgClassName
{
background-color: #474D83;
}
</style>
border-color css
<style>
span { border-color: #474D83; }
span { border-color: rgb(71,77,131); }
td.TdClassName
{
border-color: #474D83;
}
.TagClassName
{
border-color: #474D83;
}
</style>