Shades of Jacksons Purple #404383
Tints of Jacksons Purple #404383
RGB
CMYK
RGB Variations
Color information
#404383 (or 0x404383) is known color: Jacksons Purple. HEX triplet: 40, 43 and 83. RGB value is (64,67,131). Sum of RGB (Red+Green+Blue) = 64+67+131=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #404383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404383 is #BFBC7C. Grayscale: #494949. Windows color (decimal): -12565629 or 8602432. OLE color: 8602432.
HSL color Cylindrical-coordinate representation of color #404383: hue angle of 237.31º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404383 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 67 | 131 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.49 |
| HSL | 237.31º | 0.34% | 0.38% | - |
| HSV(B) | 237.31º | 0.51% | 0.51% | - |
| XYZ | 8.22 | 6.74 | 22.34 | - |
| YUV | 73.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 131 | 0.51 | 0.49 | 0 | 0.49 | 237.31 | 0.34 | 0.38 |
| Hex | 40 | 43 | 83 | 33 | 31 | 0 | 31 | ED | 22 | 26 |
| Octal | 100 | 103 | 203 | 63 | 61 | 0 | 61 | 355 | 42 | 46 |
| Binary | 1000000 | 1000011 | 10000011 | 110011 | 110001 | 0 | 110001 | 11101101 | 100010 | 100110 |
Color Harmonies of #404383
Complementary color
Monochromatic Colors of #404383
Black with #404383
Text Example
Text Example
White with #404383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404383; }
p { color: rgb(64,67,131); }
H1.HeaderClassName
{
color: #404383;
}
.AnyTagClassName
{
color: #404383;
}
</style>
background-color css
<style>
a { background-color: #404383; }
a { background-color: rgb(64,67,131); }
div.DivClassName
{
background-color: #404383;
}
.BgClassName
{
background-color: #404383;
}
</style>
border-color css
<style>
span { border-color: #404383; }
span { border-color: rgb(64,67,131); }
td.TdClassName
{
border-color: #404383;
}
.TagClassName
{
border-color: #404383;
}
</style>