Shades of Jacksons Purple #3F448A
Tints of Jacksons Purple #3F448A
RGB
CMYK
RGB Variations
Color information
#3F448A (or 0x3F448A) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 8A. RGB value is (63,68,138). Sum of RGB (Red+Green+Blue) = 63+68+138=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F448A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F448A is #C0BB75. Grayscale: #4A4A4A. Windows color (decimal): -12630902 or 9061439. OLE color: 9061439.
HSL color Cylindrical-coordinate representation of color #3F448A: hue angle of 236º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F448A is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 68 | 138 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.46 |
| HSL | 236º | 0.37% | 0.39% | - |
| HSV(B) | 236º | 0.54% | 0.54% | - |
| XYZ | 8.7 | 7.03 | 24.94 | - |
| YUV | 74.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 138 | 0.54 | 0.51 | 0 | 0.46 | 236 | 0.37 | 0.39 |
| Hex | 3F | 44 | 8A | 36 | 33 | 0 | 2E | EC | 25 | 27 |
| Octal | 77 | 104 | 212 | 66 | 63 | 0 | 56 | 354 | 45 | 47 |
| Binary | 111111 | 1000100 | 10001010 | 110110 | 110011 | 0 | 101110 | 11101100 | 100101 | 100111 |
Color Harmonies of #3F448A
Complementary color
Monochromatic Colors of #3F448A
Black with #3F448A
Text Example
Text Example
White with #3F448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F448A; }
p { color: rgb(63,68,138); }
H1.HeaderClassName
{
color: #3F448A;
}
.AnyTagClassName
{
color: #3F448A;
}
</style>
background-color css
<style>
a { background-color: #3F448A; }
a { background-color: rgb(63,68,138); }
div.DivClassName
{
background-color: #3F448A;
}
.BgClassName
{
background-color: #3F448A;
}
</style>
border-color css
<style>
span { border-color: #3F448A; }
span { border-color: rgb(63,68,138); }
td.TdClassName
{
border-color: #3F448A;
}
.TagClassName
{
border-color: #3F448A;
}
</style>