Shades of Jacksons Purple #3A378B
Tints of Jacksons Purple #3A378B
RGB
CMYK
RGB Variations
Color information
#3A378B (or 0x3A378B) is known color: Jacksons Purple. HEX triplet: 3A, 37 and 8B. RGB value is (58,55,139). Sum of RGB (Red+Green+Blue) = 58+55+139=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A378B is #C5C874. Grayscale: #414141. Windows color (decimal): -12961909 or 9123642. OLE color: 9123642.
HSL color Cylindrical-coordinate representation of color #3A378B: hue angle of 242.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A378B is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 55 | 139 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.45 |
| HSL | 242.14º | 0.43% | 0.38% | - |
| HSV(B) | 242.14º | 0.6% | 0.55% | - |
| XYZ | 7.77 | 5.5 | 25.08 | - |
| YUV | 65.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 139 | 0.58 | 0.60 | 0 | 0.45 | 242.14 | 0.43 | 0.38 |
| Hex | 3A | 37 | 8B | 3A | 3C | 0 | 2D | F2 | 2B | 26 |
| Octal | 72 | 67 | 213 | 72 | 74 | 0 | 55 | 362 | 53 | 46 |
| Binary | 111010 | 110111 | 10001011 | 111010 | 111100 | 0 | 101101 | 11110010 | 101011 | 100110 |
Color Harmonies of #3A378B
Complementary color
Monochromatic Colors of #3A378B
Black with #3A378B
Text Example
Text Example
White with #3A378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A378B; }
p { color: rgb(58,55,139); }
H1.HeaderClassName
{
color: #3A378B;
}
.AnyTagClassName
{
color: #3A378B;
}
</style>
background-color css
<style>
a { background-color: #3A378B; }
a { background-color: rgb(58,55,139); }
div.DivClassName
{
background-color: #3A378B;
}
.BgClassName
{
background-color: #3A378B;
}
</style>
border-color css
<style>
span { border-color: #3A378B; }
span { border-color: rgb(58,55,139); }
td.TdClassName
{
border-color: #3A378B;
}
.TagClassName
{
border-color: #3A378B;
}
</style>