Shades of Jacksons Purple #3A357A
Tints of Jacksons Purple #3A357A
RGB
CMYK
RGB Variations
Color information
#3A357A (or 0x3A357A) is known color: Jacksons Purple. HEX triplet: 3A, 35 and 7A. RGB value is (58,53,122). Sum of RGB (Red+Green+Blue) = 58+53+122=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A357A is #C5CA85. Grayscale: #3E3E3E. Windows color (decimal): -12962438 or 8009018. OLE color: 8009018.
HSL color Cylindrical-coordinate representation of color #3A357A: hue angle of 244.35º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A357A is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 53 | 122 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.52 |
| HSL | 244.35º | 0.39% | 0.34% | - |
| HSV(B) | 244.35º | 0.57% | 0.48% | - |
| XYZ | 6.53 | 4.85 | 19 | - |
| YUV | 62.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 122 | 0.52 | 0.57 | 0 | 0.52 | 244.35 | 0.39 | 0.34 |
| Hex | 3A | 35 | 7A | 34 | 39 | 0 | 34 | F4 | 27 | 22 |
| Octal | 72 | 65 | 172 | 64 | 71 | 0 | 64 | 364 | 47 | 42 |
| Binary | 111010 | 110101 | 1111010 | 110100 | 111001 | 0 | 110100 | 11110100 | 100111 | 100010 |
Color Harmonies of #3A357A
Complementary color
Monochromatic Colors of #3A357A
Black with #3A357A
Text Example
Text Example
White with #3A357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A357A; }
p { color: rgb(58,53,122); }
H1.HeaderClassName
{
color: #3A357A;
}
.AnyTagClassName
{
color: #3A357A;
}
</style>
background-color css
<style>
a { background-color: #3A357A; }
a { background-color: rgb(58,53,122); }
div.DivClassName
{
background-color: #3A357A;
}
.BgClassName
{
background-color: #3A357A;
}
</style>
border-color css
<style>
span { border-color: #3A357A; }
span { border-color: rgb(58,53,122); }
td.TdClassName
{
border-color: #3A357A;
}
.TagClassName
{
border-color: #3A357A;
}
</style>