Shades of Jacksons Purple #403B7F
Tints of Jacksons Purple #403B7F
RGB
CMYK
RGB Variations
Color information
#403B7F (or 0x403B7F) is known color: Jacksons Purple. HEX triplet: 40, 3B and 7F. RGB value is (64,59,127). Sum of RGB (Red+Green+Blue) = 64+59+127=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #403B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B7F is #BFC480. Grayscale: #434343. Windows color (decimal): -12567681 or 8338240. OLE color: 8338240.
HSL color Cylindrical-coordinate representation of color #403B7F: hue angle of 244.41º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403B7F is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 59 | 127 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.50 |
| HSL | 244.41º | 0.37% | 0.36% | - |
| HSV(B) | 244.41º | 0.54% | 0.5% | - |
| XYZ | 7.51 | 5.75 | 20.79 | - |
| YUV | 68.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 127 | 0.50 | 0.54 | 0 | 0.50 | 244.41 | 0.37 | 0.36 |
| Hex | 40 | 3B | 7F | 32 | 36 | 0 | 32 | F4 | 25 | 24 |
| Octal | 100 | 73 | 177 | 62 | 66 | 0 | 62 | 364 | 45 | 44 |
| Binary | 1000000 | 111011 | 1111111 | 110010 | 110110 | 0 | 110010 | 11110100 | 100101 | 100100 |
Color Harmonies of #403B7F
Complementary color
Monochromatic Colors of #403B7F
Black with #403B7F
Text Example
Text Example
White with #403B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B7F; }
p { color: rgb(64,59,127); }
H1.HeaderClassName
{
color: #403B7F;
}
.AnyTagClassName
{
color: #403B7F;
}
</style>
background-color css
<style>
a { background-color: #403B7F; }
a { background-color: rgb(64,59,127); }
div.DivClassName
{
background-color: #403B7F;
}
.BgClassName
{
background-color: #403B7F;
}
</style>
border-color css
<style>
span { border-color: #403B7F; }
span { border-color: rgb(64,59,127); }
td.TdClassName
{
border-color: #403B7F;
}
.TagClassName
{
border-color: #403B7F;
}
</style>