Shades of Jacksons Purple #3A337F
Tints of Jacksons Purple #3A337F
RGB
CMYK
RGB Variations
Color information
#3A337F (or 0x3A337F) is known color: Jacksons Purple. HEX triplet: 3A, 33 and 7F. RGB value is (58,51,127). Sum of RGB (Red+Green+Blue) = 58+51+127=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A337F is #C5CC80. Grayscale: #3D3D3D. Windows color (decimal): -12962945 or 8336186. OLE color: 8336186.
HSL color Cylindrical-coordinate representation of color #3A337F: hue angle of 245.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A337F is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 51 | 127 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.50 |
| HSL | 245.53º | 0.43% | 0.35% | - |
| HSV(B) | 245.53º | 0.6% | 0.5% | - |
| XYZ | 6.76 | 4.8 | 20.65 | - |
| YUV | 61.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 127 | 0.54 | 0.60 | 0 | 0.50 | 245.53 | 0.43 | 0.35 |
| Hex | 3A | 33 | 7F | 36 | 3C | 0 | 32 | F6 | 2B | 23 |
| Octal | 72 | 63 | 177 | 66 | 74 | 0 | 62 | 366 | 53 | 43 |
| Binary | 111010 | 110011 | 1111111 | 110110 | 111100 | 0 | 110010 | 11110110 | 101011 | 100011 |
Color Harmonies of #3A337F
Complementary color
Monochromatic Colors of #3A337F
Black with #3A337F
Text Example
Text Example
White with #3A337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A337F; }
p { color: rgb(58,51,127); }
H1.HeaderClassName
{
color: #3A337F;
}
.AnyTagClassName
{
color: #3A337F;
}
</style>
background-color css
<style>
a { background-color: #3A337F; }
a { background-color: rgb(58,51,127); }
div.DivClassName
{
background-color: #3A337F;
}
.BgClassName
{
background-color: #3A337F;
}
</style>
border-color css
<style>
span { border-color: #3A337F; }
span { border-color: rgb(58,51,127); }
td.TdClassName
{
border-color: #3A337F;
}
.TagClassName
{
border-color: #3A337F;
}
</style>