Shades of Jacksons Purple #403777
Tints of Jacksons Purple #403777
RGB
CMYK
RGB Variations
Color information
#403777 (or 0x403777) is known color: Jacksons Purple. HEX triplet: 40, 37 and 77. RGB value is (64,55,119). Sum of RGB (Red+Green+Blue) = 64+55+119=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #403777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403777 is #BFC888. Grayscale: #404040. Windows color (decimal): -12568713 or 7812928. OLE color: 7812928.
HSL color Cylindrical-coordinate representation of color #403777: hue angle of 248.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403777 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 55 | 119 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.53 |
| HSL | 248.44º | 0.37% | 0.34% | - |
| HSV(B) | 248.44º | 0.54% | 0.47% | - |
| XYZ | 6.81 | 5.15 | 18.09 | - |
| YUV | 64.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 119 | 0.46 | 0.54 | 0 | 0.53 | 248.44 | 0.37 | 0.34 |
| Hex | 40 | 37 | 77 | 2E | 36 | 0 | 35 | F8 | 25 | 22 |
| Octal | 100 | 67 | 167 | 56 | 66 | 0 | 65 | 370 | 45 | 42 |
| Binary | 1000000 | 110111 | 1110111 | 101110 | 110110 | 0 | 110101 | 11111000 | 100101 | 100010 |
Color Harmonies of #403777
Complementary color
Monochromatic Colors of #403777
Black with #403777
Text Example
Text Example
White with #403777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403777; }
p { color: rgb(64,55,119); }
H1.HeaderClassName
{
color: #403777;
}
.AnyTagClassName
{
color: #403777;
}
</style>
background-color css
<style>
a { background-color: #403777; }
a { background-color: rgb(64,55,119); }
div.DivClassName
{
background-color: #403777;
}
.BgClassName
{
background-color: #403777;
}
</style>
border-color css
<style>
span { border-color: #403777; }
span { border-color: rgb(64,55,119); }
td.TdClassName
{
border-color: #403777;
}
.TagClassName
{
border-color: #403777;
}
</style>