Shades of Jacksons Purple #3F438E
Tints of Jacksons Purple #3F438E
RGB
CMYK
RGB Variations
Color information
#3F438E (or 0x3F438E) is known color: Jacksons Purple. HEX triplet: 3F, 43 and 8E. RGB value is (63,67,142). Sum of RGB (Red+Green+Blue) = 63+67+142=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F438E is #C0BC71. Grayscale: #4A4A4A. Windows color (decimal): -12631154 or 9323327. OLE color: 9323327.
HSL color Cylindrical-coordinate representation of color #3F438E: hue angle of 236.96º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F438E is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 67 | 142 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.44 |
| HSL | 236.96º | 0.39% | 0.4% | - |
| HSV(B) | 236.96º | 0.56% | 0.56% | - |
| XYZ | 8.94 | 7.02 | 26.48 | - |
| YUV | 74.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 142 | 0.56 | 0.53 | 0 | 0.44 | 236.96 | 0.39 | 0.4 |
| Hex | 3F | 43 | 8E | 38 | 35 | 0 | 2C | ED | 27 | 28 |
| Octal | 77 | 103 | 216 | 70 | 65 | 0 | 54 | 355 | 47 | 50 |
| Binary | 111111 | 1000011 | 10001110 | 111000 | 110101 | 0 | 101100 | 11101101 | 100111 | 101000 |
Color Harmonies of #3F438E
Complementary color
Monochromatic Colors of #3F438E
Black with #3F438E
Text Example
Text Example
White with #3F438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F438E; }
p { color: rgb(63,67,142); }
H1.HeaderClassName
{
color: #3F438E;
}
.AnyTagClassName
{
color: #3F438E;
}
</style>
background-color css
<style>
a { background-color: #3F438E; }
a { background-color: rgb(63,67,142); }
div.DivClassName
{
background-color: #3F438E;
}
.BgClassName
{
background-color: #3F438E;
}
</style>
border-color css
<style>
span { border-color: #3F438E; }
span { border-color: rgb(63,67,142); }
td.TdClassName
{
border-color: #3F438E;
}
.TagClassName
{
border-color: #3F438E;
}
</style>