Shades of Jacksons Purple #403B7C
Tints of Jacksons Purple #403B7C
RGB
CMYK
RGB Variations
Color information
#403B7C (or 0x403B7C) is known color: Jacksons Purple. HEX triplet: 40, 3B and 7C. RGB value is (64,59,124). Sum of RGB (Red+Green+Blue) = 64+59+124=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #403B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B7C is #BFC483. Grayscale: #434343. Windows color (decimal): -12567684 or 8141632. OLE color: 8141632.
HSL color Cylindrical-coordinate representation of color #403B7C: hue angle of 244.62º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403B7C is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 59 | 124 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.51 |
| HSL | 244.62º | 0.36% | 0.36% | - |
| HSV(B) | 244.62º | 0.52% | 0.49% | - |
| XYZ | 7.32 | 5.67 | 19.78 | - |
| YUV | 67.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 124 | 0.48 | 0.52 | 0 | 0.51 | 244.62 | 0.36 | 0.36 |
| Hex | 40 | 3B | 7C | 30 | 34 | 0 | 33 | F5 | 24 | 24 |
| Octal | 100 | 73 | 174 | 60 | 64 | 0 | 63 | 365 | 44 | 44 |
| Binary | 1000000 | 111011 | 1111100 | 110000 | 110100 | 0 | 110011 | 11110101 | 100100 | 100100 |
Color Harmonies of #403B7C
Complementary color
Monochromatic Colors of #403B7C
Black with #403B7C
Text Example
Text Example
White with #403B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B7C; }
p { color: rgb(64,59,124); }
H1.HeaderClassName
{
color: #403B7C;
}
.AnyTagClassName
{
color: #403B7C;
}
</style>
background-color css
<style>
a { background-color: #403B7C; }
a { background-color: rgb(64,59,124); }
div.DivClassName
{
background-color: #403B7C;
}
.BgClassName
{
background-color: #403B7C;
}
</style>
border-color css
<style>
span { border-color: #403B7C; }
span { border-color: rgb(64,59,124); }
td.TdClassName
{
border-color: #403B7C;
}
.TagClassName
{
border-color: #403B7C;
}
</style>