Shades of Jacksons Purple #3A387B
Tints of Jacksons Purple #3A387B
RGB
CMYK
RGB Variations
Color information
#3A387B (or 0x3A387B) is known color: Jacksons Purple. HEX triplet: 3A, 38 and 7B. RGB value is (58,56,123). Sum of RGB (Red+Green+Blue) = 58+56+123=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A387B is #C5C784. Grayscale: #3F3F3F. Windows color (decimal): -12961669 or 8075322. OLE color: 8075322.
HSL color Cylindrical-coordinate representation of color #3A387B: hue angle of 241.79º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A387B is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 56 | 123 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.52 |
| HSL | 241.79º | 0.37% | 0.35% | - |
| HSV(B) | 241.79º | 0.54% | 0.48% | - |
| XYZ | 6.73 | 5.16 | 19.38 | - |
| YUV | 64.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 123 | 0.53 | 0.54 | 0 | 0.52 | 241.79 | 0.37 | 0.35 |
| Hex | 3A | 38 | 7B | 35 | 36 | 0 | 34 | F2 | 25 | 23 |
| Octal | 72 | 70 | 173 | 65 | 66 | 0 | 64 | 362 | 45 | 43 |
| Binary | 111010 | 111000 | 1111011 | 110101 | 110110 | 0 | 110100 | 11110010 | 100101 | 100011 |
Color Harmonies of #3A387B
Complementary color
Monochromatic Colors of #3A387B
Black with #3A387B
Text Example
Text Example
White with #3A387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A387B; }
p { color: rgb(58,56,123); }
H1.HeaderClassName
{
color: #3A387B;
}
.AnyTagClassName
{
color: #3A387B;
}
</style>
background-color css
<style>
a { background-color: #3A387B; }
a { background-color: rgb(58,56,123); }
div.DivClassName
{
background-color: #3A387B;
}
.BgClassName
{
background-color: #3A387B;
}
</style>
border-color css
<style>
span { border-color: #3A387B; }
span { border-color: rgb(58,56,123); }
td.TdClassName
{
border-color: #3A387B;
}
.TagClassName
{
border-color: #3A387B;
}
</style>