Shades of Jacksons Purple #3B3674
Tints of Jacksons Purple #3B3674
RGB
CMYK
RGB Variations
Color information
#3B3674 (or 0x3B3674) is known color: Jacksons Purple. HEX triplet: 3B, 36 and 74. RGB value is (59,54,116). Sum of RGB (Red+Green+Blue) = 59+54+116=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B3674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3674 is #C4C98B. Grayscale: #3E3E3E. Windows color (decimal): -12896652 or 7616059. OLE color: 7616059.
HSL color Cylindrical-coordinate representation of color #3B3674: hue angle of 244.84º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B3674 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 54 | 116 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.55 |
| HSL | 244.84º | 0.36% | 0.33% | - |
| HSV(B) | 244.84º | 0.53% | 0.45% | - |
| XYZ | 6.28 | 4.83 | 17.12 | - |
| YUV | 62.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 116 | 0.49 | 0.53 | 0 | 0.55 | 244.84 | 0.36 | 0.33 |
| Hex | 3B | 36 | 74 | 31 | 35 | 0 | 37 | F5 | 24 | 21 |
| Octal | 73 | 66 | 164 | 61 | 65 | 0 | 67 | 365 | 44 | 41 |
| Binary | 111011 | 110110 | 1110100 | 110001 | 110101 | 0 | 110111 | 11110101 | 100100 | 100001 |
Color Harmonies of #3B3674
Complementary color
Monochromatic Colors of #3B3674
Black with #3B3674
Text Example
Text Example
White with #3B3674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3674; }
p { color: rgb(59,54,116); }
H1.HeaderClassName
{
color: #3B3674;
}
.AnyTagClassName
{
color: #3B3674;
}
</style>
background-color css
<style>
a { background-color: #3B3674; }
a { background-color: rgb(59,54,116); }
div.DivClassName
{
background-color: #3B3674;
}
.BgClassName
{
background-color: #3B3674;
}
</style>
border-color css
<style>
span { border-color: #3B3674; }
span { border-color: rgb(59,54,116); }
td.TdClassName
{
border-color: #3B3674;
}
.TagClassName
{
border-color: #3B3674;
}
</style>