Shades of Jacksons Purple #3A387C
Tints of Jacksons Purple #3A387C
RGB
CMYK
RGB Variations
Color information
#3A387C (or 0x3A387C) is known color: Jacksons Purple. HEX triplet: 3A, 38 and 7C. RGB value is (58,56,124). Sum of RGB (Red+Green+Blue) = 58+56+124=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A387C is #C5C783. Grayscale: #404040. Windows color (decimal): -12961668 or 8140858. OLE color: 8140858.
HSL color Cylindrical-coordinate representation of color #3A387C: hue angle of 241.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A387C is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 56 | 124 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.51 |
| HSL | 241.76º | 0.38% | 0.35% | - |
| HSV(B) | 241.76º | 0.55% | 0.49% | - |
| XYZ | 6.8 | 5.18 | 19.71 | - |
| YUV | 64.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 124 | 0.53 | 0.55 | 0 | 0.51 | 241.76 | 0.38 | 0.35 |
| Hex | 3A | 38 | 7C | 35 | 37 | 0 | 33 | F2 | 26 | 23 |
| Octal | 72 | 70 | 174 | 65 | 67 | 0 | 63 | 362 | 46 | 43 |
| Binary | 111010 | 111000 | 1111100 | 110101 | 110111 | 0 | 110011 | 11110010 | 100110 | 100011 |
Color Harmonies of #3A387C
Complementary color
Monochromatic Colors of #3A387C
Black with #3A387C
Text Example
Text Example
White with #3A387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A387C; }
p { color: rgb(58,56,124); }
H1.HeaderClassName
{
color: #3A387C;
}
.AnyTagClassName
{
color: #3A387C;
}
</style>
background-color css
<style>
a { background-color: #3A387C; }
a { background-color: rgb(58,56,124); }
div.DivClassName
{
background-color: #3A387C;
}
.BgClassName
{
background-color: #3A387C;
}
</style>
border-color css
<style>
span { border-color: #3A387C; }
span { border-color: rgb(58,56,124); }
td.TdClassName
{
border-color: #3A387C;
}
.TagClassName
{
border-color: #3A387C;
}
</style>