Shades of Jacksons Purple #404178
Tints of Jacksons Purple #404178
RGB
CMYK
RGB Variations
Color information
#404178 (or 0x404178) is known color: Jacksons Purple. HEX triplet: 40, 41 and 78. RGB value is (64,65,120). Sum of RGB (Red+Green+Blue) = 64+65+120=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #404178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404178 is #BFBE87. Grayscale: #464646. Windows color (decimal): -12566152 or 7881024. OLE color: 7881024.
HSL color Cylindrical-coordinate representation of color #404178: hue angle of 238.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404178 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 65 | 120 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.53 |
| HSL | 238.93º | 0.3% | 0.36% | - |
| HSV(B) | 238.93º | 0.47% | 0.47% | - |
| XYZ | 7.39 | 6.23 | 18.58 | - |
| YUV | 70.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 120 | 0.47 | 0.46 | 0 | 0.53 | 238.93 | 0.3 | 0.36 |
| Hex | 40 | 41 | 78 | 2F | 2E | 0 | 35 | EF | 1E | 24 |
| Octal | 100 | 101 | 170 | 57 | 56 | 0 | 65 | 357 | 36 | 44 |
| Binary | 1000000 | 1000001 | 1111000 | 101111 | 101110 | 0 | 110101 | 11101111 | 11110 | 100100 |
Color Harmonies of #404178
Complementary color
Monochromatic Colors of #404178
Black with #404178
Text Example
Text Example
White with #404178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404178; }
p { color: rgb(64,65,120); }
H1.HeaderClassName
{
color: #404178;
}
.AnyTagClassName
{
color: #404178;
}
</style>
background-color css
<style>
a { background-color: #404178; }
a { background-color: rgb(64,65,120); }
div.DivClassName
{
background-color: #404178;
}
.BgClassName
{
background-color: #404178;
}
</style>
border-color css
<style>
span { border-color: #404178; }
span { border-color: rgb(64,65,120); }
td.TdClassName
{
border-color: #404178;
}
.TagClassName
{
border-color: #404178;
}
</style>