Shades of Jacksons Purple #3B3874
Tints of Jacksons Purple #3B3874
RGB
CMYK
RGB Variations
Color information
#3B3874 (or 0x3B3874) is known color: Jacksons Purple. HEX triplet: 3B, 38 and 74. RGB value is (59,56,116). Sum of RGB (Red+Green+Blue) = 59+56+116=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B3874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3874 is #C4C78B. Grayscale: #3F3F3F. Windows color (decimal): -12896140 or 7616571. OLE color: 7616571.
HSL color Cylindrical-coordinate representation of color #3B3874: hue angle of 243º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B3874 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 56 | 116 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.55 |
| HSL | 243º | 0.35% | 0.34% | - |
| HSV(B) | 243º | 0.52% | 0.45% | - |
| XYZ | 6.37 | 5.02 | 17.16 | - |
| YUV | 63.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 116 | 0.49 | 0.52 | 0 | 0.55 | 243 | 0.35 | 0.34 |
| Hex | 3B | 38 | 74 | 31 | 34 | 0 | 37 | F3 | 23 | 22 |
| Octal | 73 | 70 | 164 | 61 | 64 | 0 | 67 | 363 | 43 | 42 |
| Binary | 111011 | 111000 | 1110100 | 110001 | 110100 | 0 | 110111 | 11110011 | 100011 | 100010 |
Color Harmonies of #3B3874
Complementary color
Monochromatic Colors of #3B3874
Black with #3B3874
Text Example
Text Example
White with #3B3874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3874; }
p { color: rgb(59,56,116); }
H1.HeaderClassName
{
color: #3B3874;
}
.AnyTagClassName
{
color: #3B3874;
}
</style>
background-color css
<style>
a { background-color: #3B3874; }
a { background-color: rgb(59,56,116); }
div.DivClassName
{
background-color: #3B3874;
}
.BgClassName
{
background-color: #3B3874;
}
</style>
border-color css
<style>
span { border-color: #3B3874; }
span { border-color: rgb(59,56,116); }
td.TdClassName
{
border-color: #3B3874;
}
.TagClassName
{
border-color: #3B3874;
}
</style>