Shades of Jacksons Purple #403A7D
Tints of Jacksons Purple #403A7D
RGB
CMYK
RGB Variations
Color information
#403A7D (or 0x403A7D) is known color: Jacksons Purple. HEX triplet: 40, 3A and 7D. RGB value is (64,58,125). Sum of RGB (Red+Green+Blue) = 64+58+125=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #403A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A7D is #BFC582. Grayscale: #434343. Windows color (decimal): -12567939 or 8206912. OLE color: 8206912.
HSL color Cylindrical-coordinate representation of color #403A7D: hue angle of 245.37º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403A7D is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 58 | 125 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.51 |
| HSL | 245.37º | 0.37% | 0.36% | - |
| HSV(B) | 245.37º | 0.54% | 0.49% | - |
| XYZ | 7.33 | 5.6 | 20.1 | - |
| YUV | 67.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 125 | 0.49 | 0.54 | 0 | 0.51 | 245.37 | 0.37 | 0.36 |
| Hex | 40 | 3A | 7D | 31 | 36 | 0 | 33 | F5 | 25 | 24 |
| Octal | 100 | 72 | 175 | 61 | 66 | 0 | 63 | 365 | 45 | 44 |
| Binary | 1000000 | 111010 | 1111101 | 110001 | 110110 | 0 | 110011 | 11110101 | 100101 | 100100 |
Color Harmonies of #403A7D
Complementary color
Monochromatic Colors of #403A7D
Black with #403A7D
Text Example
Text Example
White with #403A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A7D; }
p { color: rgb(64,58,125); }
H1.HeaderClassName
{
color: #403A7D;
}
.AnyTagClassName
{
color: #403A7D;
}
</style>
background-color css
<style>
a { background-color: #403A7D; }
a { background-color: rgb(64,58,125); }
div.DivClassName
{
background-color: #403A7D;
}
.BgClassName
{
background-color: #403A7D;
}
</style>
border-color css
<style>
span { border-color: #403A7D; }
span { border-color: rgb(64,58,125); }
td.TdClassName
{
border-color: #403A7D;
}
.TagClassName
{
border-color: #403A7D;
}
</style>