Shades of Jacksons Purple #3A377A
Tints of Jacksons Purple #3A377A
RGB
CMYK
RGB Variations
Color information
#3A377A (or 0x3A377A) is known color: Jacksons Purple. HEX triplet: 3A, 37 and 7A. RGB value is (58,55,122). Sum of RGB (Red+Green+Blue) = 58+55+122=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A377A is #C5C885. Grayscale: #3F3F3F. Windows color (decimal): -12961926 or 8009530. OLE color: 8009530.
HSL color Cylindrical-coordinate representation of color #3A377A: hue angle of 242.69º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A377A is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 55 | 122 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.52 |
| HSL | 242.69º | 0.38% | 0.35% | - |
| HSV(B) | 242.69º | 0.55% | 0.48% | - |
| XYZ | 6.62 | 5.04 | 19.04 | - |
| YUV | 63.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 122 | 0.52 | 0.55 | 0 | 0.52 | 242.69 | 0.38 | 0.35 |
| Hex | 3A | 37 | 7A | 34 | 37 | 0 | 34 | F3 | 26 | 23 |
| Octal | 72 | 67 | 172 | 64 | 67 | 0 | 64 | 363 | 46 | 43 |
| Binary | 111010 | 110111 | 1111010 | 110100 | 110111 | 0 | 110100 | 11110011 | 100110 | 100011 |
Color Harmonies of #3A377A
Complementary color
Monochromatic Colors of #3A377A
Black with #3A377A
Text Example
Text Example
White with #3A377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A377A; }
p { color: rgb(58,55,122); }
H1.HeaderClassName
{
color: #3A377A;
}
.AnyTagClassName
{
color: #3A377A;
}
</style>
background-color css
<style>
a { background-color: #3A377A; }
a { background-color: rgb(58,55,122); }
div.DivClassName
{
background-color: #3A377A;
}
.BgClassName
{
background-color: #3A377A;
}
</style>
border-color css
<style>
span { border-color: #3A377A; }
span { border-color: rgb(58,55,122); }
td.TdClassName
{
border-color: #3A377A;
}
.TagClassName
{
border-color: #3A377A;
}
</style>