Shades of Jacksons Purple #3F437D
Tints of Jacksons Purple #3F437D
RGB
CMYK
RGB Variations
Color information
#3F437D (or 0x3F437D) is known color: Jacksons Purple. HEX triplet: 3F, 43 and 7D. RGB value is (63,67,125). Sum of RGB (Red+Green+Blue) = 63+67+125=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F437D is #C0BC82. Grayscale: #484848. Windows color (decimal): -12631171 or 8209215. OLE color: 8209215.
HSL color Cylindrical-coordinate representation of color #3F437D: hue angle of 236.13º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F437D is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 67 | 125 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.51 |
| HSL | 236.13º | 0.33% | 0.37% | - |
| HSV(B) | 236.13º | 0.5% | 0.49% | - |
| XYZ | 7.76 | 6.55 | 20.26 | - |
| YUV | 72.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 125 | 0.50 | 0.46 | 0 | 0.51 | 236.13 | 0.33 | 0.37 |
| Hex | 3F | 43 | 7D | 32 | 2E | 0 | 33 | EC | 21 | 25 |
| Octal | 77 | 103 | 175 | 62 | 56 | 0 | 63 | 354 | 41 | 45 |
| Binary | 111111 | 1000011 | 1111101 | 110010 | 101110 | 0 | 110011 | 11101100 | 100001 | 100101 |
Color Harmonies of #3F437D
Complementary color
Monochromatic Colors of #3F437D
Black with #3F437D
Text Example
Text Example
White with #3F437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F437D; }
p { color: rgb(63,67,125); }
H1.HeaderClassName
{
color: #3F437D;
}
.AnyTagClassName
{
color: #3F437D;
}
</style>
background-color css
<style>
a { background-color: #3F437D; }
a { background-color: rgb(63,67,125); }
div.DivClassName
{
background-color: #3F437D;
}
.BgClassName
{
background-color: #3F437D;
}
</style>
border-color css
<style>
span { border-color: #3F437D; }
span { border-color: rgb(63,67,125); }
td.TdClassName
{
border-color: #3F437D;
}
.TagClassName
{
border-color: #3F437D;
}
</style>