Shades of Jacksons Purple #3F458B
Tints of Jacksons Purple #3F458B
RGB
CMYK
RGB Variations
Color information
#3F458B (or 0x3F458B) is known color: Jacksons Purple. HEX triplet: 3F, 45 and 8B. RGB value is (63,69,139). Sum of RGB (Red+Green+Blue) = 63+69+139=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F458B is #C0BA74. Grayscale: #4A4A4A. Windows color (decimal): -12630645 or 9127231. OLE color: 9127231.
HSL color Cylindrical-coordinate representation of color #3F458B: hue angle of 235.26º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F458B is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 69 | 139 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.45 |
| HSL | 235.26º | 0.38% | 0.4% | - |
| HSV(B) | 235.26º | 0.55% | 0.55% | - |
| XYZ | 8.84 | 7.18 | 25.35 | - |
| YUV | 75.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 139 | 0.55 | 0.50 | 0 | 0.45 | 235.26 | 0.38 | 0.4 |
| Hex | 3F | 45 | 8B | 37 | 32 | 0 | 2D | EB | 26 | 28 |
| Octal | 77 | 105 | 213 | 67 | 62 | 0 | 55 | 353 | 46 | 50 |
| Binary | 111111 | 1000101 | 10001011 | 110111 | 110010 | 0 | 101101 | 11101011 | 100110 | 101000 |
Color Harmonies of #3F458B
Complementary color
Monochromatic Colors of #3F458B
Black with #3F458B
Text Example
Text Example
White with #3F458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F458B; }
p { color: rgb(63,69,139); }
H1.HeaderClassName
{
color: #3F458B;
}
.AnyTagClassName
{
color: #3F458B;
}
</style>
background-color css
<style>
a { background-color: #3F458B; }
a { background-color: rgb(63,69,139); }
div.DivClassName
{
background-color: #3F458B;
}
.BgClassName
{
background-color: #3F458B;
}
</style>
border-color css
<style>
span { border-color: #3F458B; }
span { border-color: rgb(63,69,139); }
td.TdClassName
{
border-color: #3F458B;
}
.TagClassName
{
border-color: #3F458B;
}
</style>