Shades of Jacksons Purple #403D84
Tints of Jacksons Purple #403D84
RGB
CMYK
RGB Variations
Color information
#403D84 (or 0x403D84) is known color: Jacksons Purple. HEX triplet: 40, 3D and 84. RGB value is (64,61,132). Sum of RGB (Red+Green+Blue) = 64+61+132=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #403D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D84 is #BFC27B. Grayscale: #454545. Windows color (decimal): -12567164 or 8666432. OLE color: 8666432.
HSL color Cylindrical-coordinate representation of color #403D84: hue angle of 242.54º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403D84 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 61 | 132 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.48 |
| HSL | 242.54º | 0.37% | 0.38% | - |
| HSV(B) | 242.54º | 0.54% | 0.52% | - |
| XYZ | 7.95 | 6.09 | 22.59 | - |
| YUV | 69.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 132 | 0.52 | 0.54 | 0 | 0.48 | 242.54 | 0.37 | 0.38 |
| Hex | 40 | 3D | 84 | 34 | 36 | 0 | 30 | F3 | 25 | 26 |
| Octal | 100 | 75 | 204 | 64 | 66 | 0 | 60 | 363 | 45 | 46 |
| Binary | 1000000 | 111101 | 10000100 | 110100 | 110110 | 0 | 110000 | 11110011 | 100101 | 100110 |
Color Harmonies of #403D84
Complementary color
Monochromatic Colors of #403D84
Black with #403D84
Text Example
Text Example
White with #403D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D84; }
p { color: rgb(64,61,132); }
H1.HeaderClassName
{
color: #403D84;
}
.AnyTagClassName
{
color: #403D84;
}
</style>
background-color css
<style>
a { background-color: #403D84; }
a { background-color: rgb(64,61,132); }
div.DivClassName
{
background-color: #403D84;
}
.BgClassName
{
background-color: #403D84;
}
</style>
border-color css
<style>
span { border-color: #403D84; }
span { border-color: rgb(64,61,132); }
td.TdClassName
{
border-color: #403D84;
}
.TagClassName
{
border-color: #403D84;
}
</style>