Shades of Jacksons Purple #3B4683
Tints of Jacksons Purple #3B4683
RGB
CMYK
RGB Variations
Color information
#3B4683 (or 0x3B4683) is known color: Jacksons Purple. HEX triplet: 3B, 46 and 83. RGB value is (59,70,131). Sum of RGB (Red+Green+Blue) = 59+70+131=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B4683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4683 is #C4B97C. Grayscale: #494949. Windows color (decimal): -12892541 or 8603195. OLE color: 8603195.
HSL color Cylindrical-coordinate representation of color #3B4683: hue angle of 230.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B4683 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 70 | 131 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.49 |
| HSL | 230.83º | 0.38% | 0.37% | - |
| HSV(B) | 230.83º | 0.55% | 0.51% | - |
| XYZ | 8.09 | 6.95 | 22.39 | - |
| YUV | 73.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 131 | 0.55 | 0.47 | 0 | 0.49 | 230.83 | 0.38 | 0.37 |
| Hex | 3B | 46 | 83 | 37 | 2F | 0 | 31 | E7 | 26 | 25 |
| Octal | 73 | 106 | 203 | 67 | 57 | 0 | 61 | 347 | 46 | 45 |
| Binary | 111011 | 1000110 | 10000011 | 110111 | 101111 | 0 | 110001 | 11100111 | 100110 | 100101 |
Color Harmonies of #3B4683
Complementary color
Monochromatic Colors of #3B4683
Black with #3B4683
Text Example
Text Example
White with #3B4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4683; }
p { color: rgb(59,70,131); }
H1.HeaderClassName
{
color: #3B4683;
}
.AnyTagClassName
{
color: #3B4683;
}
</style>
background-color css
<style>
a { background-color: #3B4683; }
a { background-color: rgb(59,70,131); }
div.DivClassName
{
background-color: #3B4683;
}
.BgClassName
{
background-color: #3B4683;
}
</style>
border-color css
<style>
span { border-color: #3B4683; }
span { border-color: rgb(59,70,131); }
td.TdClassName
{
border-color: #3B4683;
}
.TagClassName
{
border-color: #3B4683;
}
</style>