Shades of Jacksons Purple #3A3376
Tints of Jacksons Purple #3A3376
RGB
CMYK
RGB Variations
Color information
#3A3376 (or 0x3A3376) is known color: Jacksons Purple. HEX triplet: 3A, 33 and 76. RGB value is (58,51,118). Sum of RGB (Red+Green+Blue) = 58+51+118=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3376 is #C5CC89. Grayscale: #3C3C3C. Windows color (decimal): -12962954 or 7746362. OLE color: 7746362.
HSL color Cylindrical-coordinate representation of color #3A3376: hue angle of 246.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A3376 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 51 | 118 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.54 |
| HSL | 246.27º | 0.4% | 0.33% | - |
| HSV(B) | 246.27º | 0.57% | 0.46% | - |
| XYZ | 6.2 | 4.58 | 17.7 | - |
| YUV | 60.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 118 | 0.51 | 0.57 | 0 | 0.54 | 246.27 | 0.4 | 0.33 |
| Hex | 3A | 33 | 76 | 33 | 39 | 0 | 36 | F6 | 28 | 21 |
| Octal | 72 | 63 | 166 | 63 | 71 | 0 | 66 | 366 | 50 | 41 |
| Binary | 111010 | 110011 | 1110110 | 110011 | 111001 | 0 | 110110 | 11110110 | 101000 | 100001 |
Color Harmonies of #3A3376
Complementary color
Monochromatic Colors of #3A3376
Black with #3A3376
Text Example
Text Example
White with #3A3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3376; }
p { color: rgb(58,51,118); }
H1.HeaderClassName
{
color: #3A3376;
}
.AnyTagClassName
{
color: #3A3376;
}
</style>
background-color css
<style>
a { background-color: #3A3376; }
a { background-color: rgb(58,51,118); }
div.DivClassName
{
background-color: #3A3376;
}
.BgClassName
{
background-color: #3A3376;
}
</style>
border-color css
<style>
span { border-color: #3A3376; }
span { border-color: rgb(58,51,118); }
td.TdClassName
{
border-color: #3A3376;
}
.TagClassName
{
border-color: #3A3376;
}
</style>