Shades of Jacksons Purple #403F7B
Tints of Jacksons Purple #403F7B
RGB
CMYK
RGB Variations
Color information
#403F7B (or 0x403F7B) is known color: Jacksons Purple. HEX triplet: 40, 3F and 7B. RGB value is (64,63,123). Sum of RGB (Red+Green+Blue) = 64+63+123=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #403F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F7B is #BFC084. Grayscale: #454545. Windows color (decimal): -12566661 or 8077120. OLE color: 8077120.
HSL color Cylindrical-coordinate representation of color #403F7B: hue angle of 241º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #403F7B is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 63 | 123 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.52 |
| HSL | 241º | 0.32% | 0.36% | - |
| HSV(B) | 241º | 0.49% | 0.48% | - |
| XYZ | 7.47 | 6.08 | 19.52 | - |
| YUV | 70.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 123 | 0.48 | 0.49 | 0 | 0.52 | 241 | 0.32 | 0.36 |
| Hex | 40 | 3F | 7B | 30 | 31 | 0 | 34 | F1 | 20 | 24 |
| Octal | 100 | 77 | 173 | 60 | 61 | 0 | 64 | 361 | 40 | 44 |
| Binary | 1000000 | 111111 | 1111011 | 110000 | 110001 | 0 | 110100 | 11110001 | 100000 | 100100 |
Color Harmonies of #403F7B
Complementary color
Monochromatic Colors of #403F7B
Black with #403F7B
Text Example
Text Example
White with #403F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F7B; }
p { color: rgb(64,63,123); }
H1.HeaderClassName
{
color: #403F7B;
}
.AnyTagClassName
{
color: #403F7B;
}
</style>
background-color css
<style>
a { background-color: #403F7B; }
a { background-color: rgb(64,63,123); }
div.DivClassName
{
background-color: #403F7B;
}
.BgClassName
{
background-color: #403F7B;
}
</style>
border-color css
<style>
span { border-color: #403F7B; }
span { border-color: rgb(64,63,123); }
td.TdClassName
{
border-color: #403F7B;
}
.TagClassName
{
border-color: #403F7B;
}
</style>