Shades of Jacksons Purple #404384
Tints of Jacksons Purple #404384
RGB
CMYK
RGB Variations
Color information
#404384 (or 0x404384) is known color: Jacksons Purple. HEX triplet: 40, 43 and 84. RGB value is (64,67,132). Sum of RGB (Red+Green+Blue) = 64+67+132=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #404384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404384 is #BFBC7B. Grayscale: #494949. Windows color (decimal): -12565628 or 8667968. OLE color: 8667968.
HSL color Cylindrical-coordinate representation of color #404384: hue angle of 237.35º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404384 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 67 | 132 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.48 |
| HSL | 237.35º | 0.35% | 0.38% | - |
| HSV(B) | 237.35º | 0.52% | 0.52% | - |
| XYZ | 8.29 | 6.77 | 22.7 | - |
| YUV | 73.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 132 | 0.52 | 0.49 | 0 | 0.48 | 237.35 | 0.35 | 0.38 |
| Hex | 40 | 43 | 84 | 34 | 31 | 0 | 30 | ED | 23 | 26 |
| Octal | 100 | 103 | 204 | 64 | 61 | 0 | 60 | 355 | 43 | 46 |
| Binary | 1000000 | 1000011 | 10000100 | 110100 | 110001 | 0 | 110000 | 11101101 | 100011 | 100110 |
Color Harmonies of #404384
Complementary color
Monochromatic Colors of #404384
Black with #404384
Text Example
Text Example
White with #404384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404384; }
p { color: rgb(64,67,132); }
H1.HeaderClassName
{
color: #404384;
}
.AnyTagClassName
{
color: #404384;
}
</style>
background-color css
<style>
a { background-color: #404384; }
a { background-color: rgb(64,67,132); }
div.DivClassName
{
background-color: #404384;
}
.BgClassName
{
background-color: #404384;
}
</style>
border-color css
<style>
span { border-color: #404384; }
span { border-color: rgb(64,67,132); }
td.TdClassName
{
border-color: #404384;
}
.TagClassName
{
border-color: #404384;
}
</style>