Shades of Jacksons Purple #404288
Tints of Jacksons Purple #404288
RGB
CMYK
RGB Variations
Color information
#404288 (or 0x404288) is known color: Jacksons Purple. HEX triplet: 40, 42 and 88. RGB value is (64,66,136). Sum of RGB (Red+Green+Blue) = 64+66+136=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #404288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404288 is #BFBD77. Grayscale: #494949. Windows color (decimal): -12565880 or 8929856. OLE color: 8929856.
HSL color Cylindrical-coordinate representation of color #404288: hue angle of 238.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404288 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 66 | 136 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.47 |
| HSL | 238.33º | 0.36% | 0.39% | - |
| HSV(B) | 238.33º | 0.53% | 0.53% | - |
| XYZ | 8.51 | 6.76 | 24.15 | - |
| YUV | 73.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 136 | 0.53 | 0.51 | 0 | 0.47 | 238.33 | 0.36 | 0.39 |
| Hex | 40 | 42 | 88 | 35 | 33 | 0 | 2F | EE | 24 | 27 |
| Octal | 100 | 102 | 210 | 65 | 63 | 0 | 57 | 356 | 44 | 47 |
| Binary | 1000000 | 1000010 | 10001000 | 110101 | 110011 | 0 | 101111 | 11101110 | 100100 | 100111 |
Color Harmonies of #404288
Complementary color
Monochromatic Colors of #404288
Black with #404288
Text Example
Text Example
White with #404288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404288; }
p { color: rgb(64,66,136); }
H1.HeaderClassName
{
color: #404288;
}
.AnyTagClassName
{
color: #404288;
}
</style>
background-color css
<style>
a { background-color: #404288; }
a { background-color: rgb(64,66,136); }
div.DivClassName
{
background-color: #404288;
}
.BgClassName
{
background-color: #404288;
}
</style>
border-color css
<style>
span { border-color: #404288; }
span { border-color: rgb(64,66,136); }
td.TdClassName
{
border-color: #404288;
}
.TagClassName
{
border-color: #404288;
}
</style>