Shades of Jacksons Purple #404177
Tints of Jacksons Purple #404177
RGB
CMYK
RGB Variations
Color information
#404177 (or 0x404177) is known color: Jacksons Purple. HEX triplet: 40, 41 and 77. RGB value is (64,65,119). Sum of RGB (Red+Green+Blue) = 64+65+119=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #404177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404177 is #BFBE88. Grayscale: #464646. Windows color (decimal): -12566153 or 7815488. OLE color: 7815488.
HSL color Cylindrical-coordinate representation of color #404177: hue angle of 238.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404177 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 65 | 119 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.53 |
| HSL | 238.91º | 0.3% | 0.36% | - |
| HSV(B) | 238.91º | 0.46% | 0.47% | - |
| XYZ | 7.33 | 6.2 | 18.26 | - |
| YUV | 70.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 119 | 0.46 | 0.45 | 0 | 0.53 | 238.91 | 0.3 | 0.36 |
| Hex | 40 | 41 | 77 | 2E | 2D | 0 | 35 | EF | 1E | 24 |
| Octal | 100 | 101 | 167 | 56 | 55 | 0 | 65 | 357 | 36 | 44 |
| Binary | 1000000 | 1000001 | 1110111 | 101110 | 101101 | 0 | 110101 | 11101111 | 11110 | 100100 |
Color Harmonies of #404177
Complementary color
Monochromatic Colors of #404177
Black with #404177
Text Example
Text Example
White with #404177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404177; }
p { color: rgb(64,65,119); }
H1.HeaderClassName
{
color: #404177;
}
.AnyTagClassName
{
color: #404177;
}
</style>
background-color css
<style>
a { background-color: #404177; }
a { background-color: rgb(64,65,119); }
div.DivClassName
{
background-color: #404177;
}
.BgClassName
{
background-color: #404177;
}
</style>
border-color css
<style>
span { border-color: #404177; }
span { border-color: rgb(64,65,119); }
td.TdClassName
{
border-color: #404177;
}
.TagClassName
{
border-color: #404177;
}
</style>