Shades of Jacksons Purple #3A347B
Tints of Jacksons Purple #3A347B
RGB
CMYK
RGB Variations
Color information
#3A347B (or 0x3A347B) is known color: Jacksons Purple. HEX triplet: 3A, 34 and 7B. RGB value is (58,52,123). Sum of RGB (Red+Green+Blue) = 58+52+123=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A347B is #C5CB84. Grayscale: #3D3D3D. Windows color (decimal): -12962693 or 8074298. OLE color: 8074298.
HSL color Cylindrical-coordinate representation of color #3A347B: hue angle of 245.07º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A347B is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 52 | 123 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.52 |
| HSL | 245.07º | 0.41% | 0.34% | - |
| HSV(B) | 245.07º | 0.58% | 0.48% | - |
| XYZ | 6.55 | 4.79 | 19.32 | - |
| YUV | 61.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 123 | 0.53 | 0.58 | 0 | 0.52 | 245.07 | 0.41 | 0.34 |
| Hex | 3A | 34 | 7B | 35 | 3A | 0 | 34 | F5 | 29 | 22 |
| Octal | 72 | 64 | 173 | 65 | 72 | 0 | 64 | 365 | 51 | 42 |
| Binary | 111010 | 110100 | 1111011 | 110101 | 111010 | 0 | 110100 | 11110101 | 101001 | 100010 |
Color Harmonies of #3A347B
Complementary color
Monochromatic Colors of #3A347B
Black with #3A347B
Text Example
Text Example
White with #3A347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A347B; }
p { color: rgb(58,52,123); }
H1.HeaderClassName
{
color: #3A347B;
}
.AnyTagClassName
{
color: #3A347B;
}
</style>
background-color css
<style>
a { background-color: #3A347B; }
a { background-color: rgb(58,52,123); }
div.DivClassName
{
background-color: #3A347B;
}
.BgClassName
{
background-color: #3A347B;
}
</style>
border-color css
<style>
span { border-color: #3A347B; }
span { border-color: rgb(58,52,123); }
td.TdClassName
{
border-color: #3A347B;
}
.TagClassName
{
border-color: #3A347B;
}
</style>