Shades of Jacksons Purple #404692
Tints of Jacksons Purple #404692
RGB
CMYK
RGB Variations
Color information
#404692 (or 0x404692) is known color: Jacksons Purple. HEX triplet: 40, 46 and 92. RGB value is (64,70,146). Sum of RGB (Red+Green+Blue) = 64+70+146=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #404692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404692 is #BFB96D. Grayscale: #4C4C4C. Windows color (decimal): -12564846 or 9586240. OLE color: 9586240.
HSL color Cylindrical-coordinate representation of color #404692: hue angle of 235.61º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404692 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 70 | 146 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.43 |
| HSL | 235.61º | 0.39% | 0.41% | - |
| HSV(B) | 235.61º | 0.56% | 0.57% | - |
| XYZ | 9.49 | 7.55 | 28.15 | - |
| YUV | 76.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 146 | 0.56 | 0.52 | 0 | 0.43 | 235.61 | 0.39 | 0.41 |
| Hex | 40 | 46 | 92 | 38 | 34 | 0 | 2B | EC | 27 | 29 |
| Octal | 100 | 106 | 222 | 70 | 64 | 0 | 53 | 354 | 47 | 51 |
| Binary | 1000000 | 1000110 | 10010010 | 111000 | 110100 | 0 | 101011 | 11101100 | 100111 | 101001 |
Color Harmonies of #404692
Complementary color
Monochromatic Colors of #404692
Black with #404692
Text Example
Text Example
White with #404692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404692; }
p { color: rgb(64,70,146); }
H1.HeaderClassName
{
color: #404692;
}
.AnyTagClassName
{
color: #404692;
}
</style>
background-color css
<style>
a { background-color: #404692; }
a { background-color: rgb(64,70,146); }
div.DivClassName
{
background-color: #404692;
}
.BgClassName
{
background-color: #404692;
}
</style>
border-color css
<style>
span { border-color: #404692; }
span { border-color: rgb(64,70,146); }
td.TdClassName
{
border-color: #404692;
}
.TagClassName
{
border-color: #404692;
}
</style>