Shades of Jacksons Purple #404378
Tints of Jacksons Purple #404378
RGB
CMYK
RGB Variations
Color information
#404378 (or 0x404378) is known color: Jacksons Purple. HEX triplet: 40, 43 and 78. RGB value is (64,67,120). Sum of RGB (Red+Green+Blue) = 64+67+120=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #404378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404378 is #BFBC87. Grayscale: #474747. Windows color (decimal): -12565640 or 7881536. OLE color: 7881536.
HSL color Cylindrical-coordinate representation of color #404378: hue angle of 236.79º 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 #404378 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 67 | 120 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.53 |
| HSL | 236.79º | 0.3% | 0.36% | - |
| HSV(B) | 236.79º | 0.47% | 0.47% | - |
| XYZ | 7.51 | 6.46 | 18.62 | - |
| YUV | 72.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 120 | 0.47 | 0.44 | 0 | 0.53 | 236.79 | 0.3 | 0.36 |
| Hex | 40 | 43 | 78 | 2F | 2C | 0 | 35 | ED | 1E | 24 |
| Octal | 100 | 103 | 170 | 57 | 54 | 0 | 65 | 355 | 36 | 44 |
| Binary | 1000000 | 1000011 | 1111000 | 101111 | 101100 | 0 | 110101 | 11101101 | 11110 | 100100 |
Color Harmonies of #404378
Complementary color
Monochromatic Colors of #404378
Black with #404378
Text Example
Text Example
White with #404378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404378; }
p { color: rgb(64,67,120); }
H1.HeaderClassName
{
color: #404378;
}
.AnyTagClassName
{
color: #404378;
}
</style>
background-color css
<style>
a { background-color: #404378; }
a { background-color: rgb(64,67,120); }
div.DivClassName
{
background-color: #404378;
}
.BgClassName
{
background-color: #404378;
}
</style>
border-color css
<style>
span { border-color: #404378; }
span { border-color: rgb(64,67,120); }
td.TdClassName
{
border-color: #404378;
}
.TagClassName
{
border-color: #404378;
}
</style>