Shades of Jacksons Purple #404280
Tints of Jacksons Purple #404280
RGB
CMYK
RGB Variations
Color information
#404280 (or 0x404280) is known color: Jacksons Purple. HEX triplet: 40, 42 and 80. RGB value is (64,66,128). Sum of RGB (Red+Green+Blue) = 64+66+128=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #404280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404280 is #BFBD7F. Grayscale: #484848. Windows color (decimal): -12565888 or 8405568. OLE color: 8405568.
HSL color Cylindrical-coordinate representation of color #404280: hue angle of 238.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404280 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 66 | 128 | - |
| CMYK | 0.5 | 0.48 | 0 | 0.50 |
| HSL | 238.13º | 0.33% | 0.38% | - |
| HSV(B) | 238.13º | 0.5% | 0.5% | - |
| XYZ | 7.96 | 6.54 | 21.27 | - |
| YUV | 72.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 128 | 0.5 | 0.48 | 0 | 0.50 | 238.13 | 0.33 | 0.38 |
| Hex | 40 | 42 | 80 | 32 | 30 | 0 | 32 | EE | 21 | 26 |
| Octal | 100 | 102 | 200 | 62 | 60 | 0 | 62 | 356 | 41 | 46 |
| Binary | 1000000 | 1000010 | 10000000 | 110010 | 110000 | 0 | 110010 | 11101110 | 100001 | 100110 |
Color Harmonies of #404280
Complementary color
Monochromatic Colors of #404280
Black with #404280
Text Example
Text Example
White with #404280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404280; }
p { color: rgb(64,66,128); }
H1.HeaderClassName
{
color: #404280;
}
.AnyTagClassName
{
color: #404280;
}
</style>
background-color css
<style>
a { background-color: #404280; }
a { background-color: rgb(64,66,128); }
div.DivClassName
{
background-color: #404280;
}
.BgClassName
{
background-color: #404280;
}
</style>
border-color css
<style>
span { border-color: #404280; }
span { border-color: rgb(64,66,128); }
td.TdClassName
{
border-color: #404280;
}
.TagClassName
{
border-color: #404280;
}
</style>