Shades of Jacksons Purple #3B467D
Tints of Jacksons Purple #3B467D
RGB
CMYK
RGB Variations
Color information
#3B467D (or 0x3B467D) is known color: Jacksons Purple. HEX triplet: 3B, 46 and 7D. RGB value is (59,70,125). Sum of RGB (Red+Green+Blue) = 59+70+125=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B467D is #C4B982. Grayscale: #484848. Windows color (decimal): -12892547 or 8209979. OLE color: 8209979.
HSL color Cylindrical-coordinate representation of color #3B467D: hue angle of 230º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B467D is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 70 | 125 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.51 |
| HSL | 230º | 0.36% | 0.36% | - |
| HSV(B) | 230º | 0.53% | 0.49% | - |
| XYZ | 7.7 | 6.79 | 20.31 | - |
| YUV | 72.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 125 | 0.53 | 0.44 | 0 | 0.51 | 230 | 0.36 | 0.36 |
| Hex | 3B | 46 | 7D | 35 | 2C | 0 | 33 | E6 | 24 | 24 |
| Octal | 73 | 106 | 175 | 65 | 54 | 0 | 63 | 346 | 44 | 44 |
| Binary | 111011 | 1000110 | 1111101 | 110101 | 101100 | 0 | 110011 | 11100110 | 100100 | 100100 |
Color Harmonies of #3B467D
Complementary color
Monochromatic Colors of #3B467D
Black with #3B467D
Text Example
Text Example
White with #3B467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B467D; }
p { color: rgb(59,70,125); }
H1.HeaderClassName
{
color: #3B467D;
}
.AnyTagClassName
{
color: #3B467D;
}
</style>
background-color css
<style>
a { background-color: #3B467D; }
a { background-color: rgb(59,70,125); }
div.DivClassName
{
background-color: #3B467D;
}
.BgClassName
{
background-color: #3B467D;
}
</style>
border-color css
<style>
span { border-color: #3B467D; }
span { border-color: rgb(59,70,125); }
td.TdClassName
{
border-color: #3B467D;
}
.TagClassName
{
border-color: #3B467D;
}
</style>