Shades of Jacksons Purple #403D87
Tints of Jacksons Purple #403D87
RGB
CMYK
RGB Variations
Color information
#403D87 (or 0x403D87) is known color: Jacksons Purple. HEX triplet: 40, 3D and 87. RGB value is (64,61,135). Sum of RGB (Red+Green+Blue) = 64+61+135=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #403D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D87 is #BFC278. Grayscale: #464646. Windows color (decimal): -12567161 or 8863040. OLE color: 8863040.
HSL color Cylindrical-coordinate representation of color #403D87: hue angle of 242.43º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403D87 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 61 | 135 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.47 |
| HSL | 242.43º | 0.38% | 0.38% | - |
| HSV(B) | 242.43º | 0.55% | 0.53% | - |
| XYZ | 8.16 | 6.18 | 23.68 | - |
| YUV | 70.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 135 | 0.53 | 0.55 | 0 | 0.47 | 242.43 | 0.38 | 0.38 |
| Hex | 40 | 3D | 87 | 35 | 37 | 0 | 2F | F2 | 26 | 26 |
| Octal | 100 | 75 | 207 | 65 | 67 | 0 | 57 | 362 | 46 | 46 |
| Binary | 1000000 | 111101 | 10000111 | 110101 | 110111 | 0 | 101111 | 11110010 | 100110 | 100110 |
Color Harmonies of #403D87
Complementary color
Monochromatic Colors of #403D87
Black with #403D87
Text Example
Text Example
White with #403D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D87; }
p { color: rgb(64,61,135); }
H1.HeaderClassName
{
color: #403D87;
}
.AnyTagClassName
{
color: #403D87;
}
</style>
background-color css
<style>
a { background-color: #403D87; }
a { background-color: rgb(64,61,135); }
div.DivClassName
{
background-color: #403D87;
}
.BgClassName
{
background-color: #403D87;
}
</style>
border-color css
<style>
span { border-color: #403D87; }
span { border-color: rgb(64,61,135); }
td.TdClassName
{
border-color: #403D87;
}
.TagClassName
{
border-color: #403D87;
}
</style>