Shades of Jacksons Purple #3A417A
Tints of Jacksons Purple #3A417A
RGB
CMYK
RGB Variations
Color information
#3A417A (or 0x3A417A) is known color: Jacksons Purple. HEX triplet: 3A, 41 and 7A. RGB value is (58,65,122). Sum of RGB (Red+Green+Blue) = 58+65+122=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A417A is #C5BE85. Grayscale: #454545. Windows color (decimal): -12959366 or 8012090. OLE color: 8012090.
HSL color Cylindrical-coordinate representation of color #3A417A: hue angle of 233.44º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A417A is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 65 | 122 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.52 |
| HSL | 233.44º | 0.36% | 0.35% | - |
| HSV(B) | 233.44º | 0.52% | 0.48% | - |
| XYZ | 7.15 | 6.09 | 19.21 | - |
| YUV | 69.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 122 | 0.52 | 0.47 | 0 | 0.52 | 233.44 | 0.36 | 0.35 |
| Hex | 3A | 41 | 7A | 34 | 2F | 0 | 34 | E9 | 24 | 23 |
| Octal | 72 | 101 | 172 | 64 | 57 | 0 | 64 | 351 | 44 | 43 |
| Binary | 111010 | 1000001 | 1111010 | 110100 | 101111 | 0 | 110100 | 11101001 | 100100 | 100011 |
Color Harmonies of #3A417A
Complementary color
Monochromatic Colors of #3A417A
Black with #3A417A
Text Example
Text Example
White with #3A417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A417A; }
p { color: rgb(58,65,122); }
H1.HeaderClassName
{
color: #3A417A;
}
.AnyTagClassName
{
color: #3A417A;
}
</style>
background-color css
<style>
a { background-color: #3A417A; }
a { background-color: rgb(58,65,122); }
div.DivClassName
{
background-color: #3A417A;
}
.BgClassName
{
background-color: #3A417A;
}
</style>
border-color css
<style>
span { border-color: #3A417A; }
span { border-color: rgb(58,65,122); }
td.TdClassName
{
border-color: #3A417A;
}
.TagClassName
{
border-color: #3A417A;
}
</style>