Shades of Jacksons Purple #3F4381
Tints of Jacksons Purple #3F4381
RGB
CMYK
RGB Variations
Color information
#3F4381 (or 0x3F4381) is known color: Jacksons Purple. HEX triplet: 3F, 43 and 81. RGB value is (63,67,129). Sum of RGB (Red+Green+Blue) = 63+67+129=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F4381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4381 is #C0BC7E. Grayscale: #484848. Windows color (decimal): -12631167 or 8471359. OLE color: 8471359.
HSL color Cylindrical-coordinate representation of color #3F4381: hue angle of 236.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F4381 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 67 | 129 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.49 |
| HSL | 236.36º | 0.34% | 0.38% | - |
| HSV(B) | 236.36º | 0.51% | 0.51% | - |
| XYZ | 8.02 | 6.66 | 21.63 | - |
| YUV | 72.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 129 | 0.51 | 0.48 | 0 | 0.49 | 236.36 | 0.34 | 0.38 |
| Hex | 3F | 43 | 81 | 33 | 30 | 0 | 31 | EC | 22 | 26 |
| Octal | 77 | 103 | 201 | 63 | 60 | 0 | 61 | 354 | 42 | 46 |
| Binary | 111111 | 1000011 | 10000001 | 110011 | 110000 | 0 | 110001 | 11101100 | 100010 | 100110 |
Color Harmonies of #3F4381
Complementary color
Monochromatic Colors of #3F4381
Black with #3F4381
Text Example
Text Example
White with #3F4381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4381; }
p { color: rgb(63,67,129); }
H1.HeaderClassName
{
color: #3F4381;
}
.AnyTagClassName
{
color: #3F4381;
}
</style>
background-color css
<style>
a { background-color: #3F4381; }
a { background-color: rgb(63,67,129); }
div.DivClassName
{
background-color: #3F4381;
}
.BgClassName
{
background-color: #3F4381;
}
</style>
border-color css
<style>
span { border-color: #3F4381; }
span { border-color: rgb(63,67,129); }
td.TdClassName
{
border-color: #3F4381;
}
.TagClassName
{
border-color: #3F4381;
}
</style>