Shades of Jacksons Purple #3F3A7C
Tints of Jacksons Purple #3F3A7C
RGB
CMYK
RGB Variations
Color information
#3F3A7C (or 0x3F3A7C) is known color: Jacksons Purple. HEX triplet: 3F, 3A and 7C. RGB value is (63,58,124). Sum of RGB (Red+Green+Blue) = 63+58+124=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F3A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A7C is #C0C583. Grayscale: #424242. Windows color (decimal): -12633476 or 8141375. OLE color: 8141375.
HSL color Cylindrical-coordinate representation of color #3F3A7C: hue angle of 244.55º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F3A7C is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 58 | 124 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.51 |
| HSL | 244.55º | 0.36% | 0.36% | - |
| HSV(B) | 244.55º | 0.53% | 0.49% | - |
| XYZ | 7.2 | 5.54 | 19.76 | - |
| YUV | 67.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 124 | 0.49 | 0.53 | 0 | 0.51 | 244.55 | 0.36 | 0.36 |
| Hex | 3F | 3A | 7C | 31 | 35 | 0 | 33 | F5 | 24 | 24 |
| Octal | 77 | 72 | 174 | 61 | 65 | 0 | 63 | 365 | 44 | 44 |
| Binary | 111111 | 111010 | 1111100 | 110001 | 110101 | 0 | 110011 | 11110101 | 100100 | 100100 |
Color Harmonies of #3F3A7C
Complementary color
Monochromatic Colors of #3F3A7C
Black with #3F3A7C
Text Example
Text Example
White with #3F3A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A7C; }
p { color: rgb(63,58,124); }
H1.HeaderClassName
{
color: #3F3A7C;
}
.AnyTagClassName
{
color: #3F3A7C;
}
</style>
background-color css
<style>
a { background-color: #3F3A7C; }
a { background-color: rgb(63,58,124); }
div.DivClassName
{
background-color: #3F3A7C;
}
.BgClassName
{
background-color: #3F3A7C;
}
</style>
border-color css
<style>
span { border-color: #3F3A7C; }
span { border-color: rgb(63,58,124); }
td.TdClassName
{
border-color: #3F3A7C;
}
.TagClassName
{
border-color: #3F3A7C;
}
</style>